Initial commit: Accounting packages

This commit is contained in:
Ernad Husremovic 2025-08-29 15:20:47 +02:00
commit 4ef34c2317
2661 changed files with 1709616 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# FAQ
## Which Odoo version is this?
Odoo 16.0 (OCA/OCB) packaged as Python wheels.
## Do I need to install Odoo separately?
No. The monorepo packages include the necessary Odoo pieces; use the provided runner script to start the server.
## How do I enable the module?
Start the server with `--addon account` or install “Invoicing” from Apps in the UI.
## Can I use it outside this repo?
Yes. Install the PyPI packages you need and run Odoo with your preferred tooling, making sure addons paths include installed packages.
## Is this productionready?
Yes, but validate your localization, taxes, and accounting settings for your jurisdiction before going live.