Odoo attendance

Register and check attendance status in Odoo.

Что такое Odoo attendance?

Odoo attendance - это расширение Chrome, разработанное valentin vinagre, и его основная функция - "Register and check attendance status in Odoo.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Odoo attendance

Скачайте файлы расширений Odoo attendance в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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."
}