Odoo attendance
Register and check attendance status in Odoo.
Odoo attendance là gì?
Odoo attendance là một tiện ích mở rộng Chrome được phát triển bởi valentin vinagre, và tính năng chính của nó là "Register and check attendance status in Odoo.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Odoo attendance
Tải xuống các tệp mở rộng Odoo attendance dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Odoo attendance |
ID | gogjokmbnfpjkfppjfafdfcjjhlgbcpf |
URL Chính Thức | https://chromewebstore.google.com/detail/odoo-attendance/gogjokmbnfpjkfppjfafdfcjjhlgbcpf |
Mô tả | Register and check attendance status in Odoo. |
Kích Thước Tệp | 56.66 KB |
Số Lần Cài Đặt | 271 |
Phiên Bản Hiện Tại | 3.0.1 |
Cập Nhật Lần Cuối | 2019-06-16 |
Ngày Phát Hành | 2019-06-12 |
Nhà Phát Triển | valentin vinagre |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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." } |