Odoo attendance

Register and check attendance status in Odoo.

Was ist Odoo attendance?

Odoo attendance ist eine Chrome-Erweiterung, die von valentin vinagre entwickelt wurde, und ihr Hauptmerkmal ist "Register and check attendance status in Odoo.".

Erweiterungsscreenshots

screenshot
screenshot

Odoo attendance-Erweiterungs-CRX-Datei herunterladen

Laden Sie Odoo attendance-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Odoo attendance Odoo attendance
ID gogjokmbnfpjkfppjfafdfcjjhlgbcpf
Offizielle URL https://chromewebstore.google.com/detail/odoo-attendance/gogjokmbnfpjkfppjfafdfcjjhlgbcpf
Beschreibung Register and check attendance status in Odoo.
Dateigröße 56.66 KB
Installationsanzahl 271
Aktuelle Version 3.0.1
Letztes Update 2019-06-16
Veröffentlichungsdatum 2019-06-12
Entwickler valentin vinagre
Zahlungsart free
Unterstützte Sprachen 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."
}