Odoo attendance

Register and check attendance status in Odoo.

Odoo attendanceとは何ですか?

Odoo attendanceはvalentin vinagreによって開発されたChromeの拡張機能で、その主な機能は「Register and check attendance status in Odoo.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Odoo attendance拡張機能のCRXファイルをダウンロード

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