https://github.com/nexamerchant/odooclient
Odoo Client Use API
https://github.com/nexamerchant/odooclient
Last synced: about 2 months ago
JSON representation
Odoo Client Use API
- Host: GitHub
- URL: https://github.com/nexamerchant/odooclient
- Owner: NexaMerchant
- License: mit
- Created: 2024-12-12T07:26:12.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T07:16:27.000Z (about 2 months ago)
- Last Synced: 2025-03-27T08:27:29.451Z (about 2 months ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- License: LICENSE
Awesome Lists containing this project
README
# Python Version
3.12# Odoo Version
18.0# Author
Steve Liu([email protected])# Reference
https://www.odoo.com/documentation/18.0/developer/howtos/backend.html
https://www.odoo.com/documentation/18.0/developer/reference/external_api.html
https://www.odoo.com/documentation/18.0/developer/reference/addons.html
https://www.odoo.com/documentation/18.0/developer/reference/backend/orm.html
https://www.odoo.com/documentation/18.0/developer/reference/backend/actions.html
https://www.odoo.com/documentation/18.0/developer/reference/backend/views.html
https://www.odoo.com/documentation/18.0/developer/reference/cli.html
https://www.odoo.com/documentation/18.0/developer/reference/upgrades/upgrade_scripts.html
https://www.odoo.com/documentation/18.0/developer/reference/extract_api.html