Odoo attendance

Register and check attendance status in Odoo.

Odoo attendance क्या है?

Odoo attendance valentin vinagre द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Register and check attendance status in Odoo."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Odoo attendance एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Odoo attendance Odoo attendance
ID gogjokmbnfpjkfppjfafdfcjjhlgbcpf
आधिकारिक URL https://chromewebstore.google.com/detail/odoo-attendance/gogjokmbnfpjkfppjfafdfcjjhlgbcpf
विवरण Register and check attendance status in Odoo.
फ़ाइल का आकार 56.66 KB
स्थापना संख्या 271
वर्तमान संस्करण 3.0.1
अंतिम अपडेट 2019-06-16
प्रकाशन तिथि 2019-06-12
डेवलपर valentin vinagre
भुगतान के प्रकार free
समर्थित भाषाएँ 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."
}