Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/katyukha/lodoo
CLI to manage local odoo installation (create/drop databases, etc)
https://github.com/katyukha/lodoo
Last synced: 24 days ago
JSON representation
CLI to manage local odoo installation (create/drop databases, etc)
- Host: GitHub
- URL: https://github.com/katyukha/lodoo
- Owner: katyukha
- License: mpl-2.0
- Created: 2022-12-18T15:02:36.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-23T13:53:32.000Z (over 1 year ago)
- Last Synced: 2024-04-28T13:42:52.534Z (6 months ago)
- Language: Python
- Size: 34.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
LOdoo
=====CLI to manage locally-installed Odoo.
This script is used by [odoo-helper-scripts](https://katyukha.gitlab.io/odoo-helper-scripts/)
to manage locally-installed odoo.For example, it provides CLI commands, like:
- addons-uninstall
- addons-update-list
- db-backup
- db-copy
- db-create
- db-drop
- db-dump-manifest
- db-exists
- db-list
- db-rename
- db-restore
- odoo-recompute
- run-py-script
- tr-check-translation-rate
- tr-generate-pot-fileSupported odoo versions
------------------------ Odoo 16.0
- Odoo 15.0
- Odoo 14.0
- Odoo 13.0
- Odoo 12.0
- Odoo 11.0
- Odoo 10.0
- Odoo 9.0
- Odoo 8.0
- Odoo 7.0 (Limited support)