https://github.com/qalisa/odoo-apps
Odoo apps, specifically developped for Qalisa customers
https://github.com/qalisa/odoo-apps
odoo odoo-addons odoo-modules
Last synced: about 1 month ago
JSON representation
Odoo apps, specifically developped for Qalisa customers
- Host: GitHub
- URL: https://github.com/qalisa/odoo-apps
- Owner: Qalisa
- Created: 2025-03-11T20:44:18.000Z (about 1 year ago)
- Default Branch: 18-0
- Last Pushed: 2025-07-18T10:40:33.000Z (11 months ago)
- Last Synced: 2026-01-01T23:18:04.625Z (5 months ago)
- Topics: odoo, odoo-addons, odoo-modules
- Language: HTML
- Homepage:
- Size: 8.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Qalisa's Odoo modules / addons
Odoo addons and modules specifically developped for Qalisa's customers.
> [!NOTE]
> To mimic `odoo`'s official repo structure, there is no `main` / `master` repo; only major version tracked branches (`18-0`, `-`...)
## About imported modules
- `prt_report_attachment_preview` and `psql_query_execute` were sourced by others developpers, but kept here for coherence. All rights apply with their sourcecode's respective licenses.
## Debugging & DeveloppingÂ
### About Odoo configuration behavior
Using `--without-demo` option arg to Odoo's `/usr/bin/odoo` in `docker-compose.yml` will prevent few features to work, such as :
- Auto-addition of custom gold taxes (`fr_numismatics_taxes`)
- Auto-apply of French CoA (`fr_startup_enforced`)
### To connect to Odoo
Use `admin:admin` as default credentials to Odoo.