Odoo attendance
Register and check attendance status in Odoo.
Odoo attendance란 무엇입니까?
Odoo attendance은(는) valentin vinagre에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Register and check attendance status in Odoo."입니다.
확장 프로그램 스크린샷
Odoo attendance 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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." } |