Odoo attendance
Register and check attendance status in Odoo.
Co to jest Odoo attendance?
Odoo attendance to rozszerzenie Chrome opracowane przez valentin vinagre, a jego główną funkcją jest „Register and check attendance status in Odoo.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Odoo attendance
Pobierz pliki rozszerzeń Odoo attendance w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Make your time registration easier thanks to Odoo attendance, you will only need a user and an instance of Odoo. This extension is compatible with all existing versions of Odoo (Community and Enterprise editions): 8, 9, 10, 11, 12, 13... Note: If the time of registration has a difference of 15 minutes, it must be checked that the server has synchronized the time (library ntpdate).
Podstawowe informacje o rozszerzeniu
Nazwa | Odoo attendance |
ID | gogjokmbnfpjkfppjfafdfcjjhlgbcpf |
Oficjalny URL | https://chromewebstore.google.com/detail/odoo-attendance/gogjokmbnfpjkfppjfafdfcjjhlgbcpf |
Opis | Register and check attendance status in Odoo. |
Rozmiar pliku | 56.66 KB |
Liczba instalacji | 271 |
Aktualna Wersja | 3.0.1 |
Ostatnia Aktualizacja | 2019-06-16 |
Data Publikacji | 2019-06-12 |
Deweloper | valentin vinagre |
Typ Płatności | free |
Obsługiwane Języki | en,fr,ca,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Odoo attendance", "default_locale": "en", "icons": { "128": "logo128.png", "48": "logo48.png", "32": "logo32.png", "16": "logo16.png" }, "background": { "scripts": [ "lib\/browser-polyfill.js", "lib\/jquery-3.1.1.min.js", "lib\/jquery.xmlrpc.min.js", "lib\/odoo-wrapper.js", "background.js" ] }, "options_ui": { "page": "options.html" }, "version": "3.0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ], "browser_action": { "default_icon": "logo128.png", "default_popup": "popup.html" }, "description": "Register and check attendance status in Odoo." } |