Odoo attendance

Register and check attendance status in Odoo.

Co je Odoo attendance?

Odoo attendance je rozšíření Chrome vyvinuté valentin vinagre, a jeho hlavní funkcí je „Register and check attendance status in Odoo.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Odoo attendance

Stáhněte si soubory rozšíření Odoo attendance ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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).                    

Základní Informace o Rozšíření

Název Odoo attendance Odoo attendance
ID gogjokmbnfpjkfppjfafdfcjjhlgbcpf
Oficiální URL https://chromewebstore.google.com/detail/odoo-attendance/gogjokmbnfpjkfppjfafdfcjjhlgbcpf
Popis Register and check attendance status in Odoo.
Velikost souboru 56.66 KB
Počet instalací 271
Aktuální Verze 3.0.1
Poslední Aktualizace 2019-06-16
Datum Vydání 2019-06-12
Vývojář valentin vinagre
Typ Platby free
Podporované Jazyky 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."
}