oca-ocb-accounting/odoo-bringout-oca-ocb-account/doc/INSTALL.md
2025-08-29 15:20:47 +02:00

32 lines
695 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Install
## Prerequisites
- Python 3.113.12
- Odoo base packaged addons from this repo (installed automatically as deps)
## From PyPI (or local wheel)
```bash
pip install odoo-bringout-oca-ocb-account
# or
uv pip install odoo-bringout-oca-ocb-account
```
## From Source (editable)
```bash
git clone <this-repo>
cd <this-repo>
pip install -e packages/odoo-bringout-oca-ocb-account
# or
uv pip install -e packages/odoo-bringout-oca-ocb-account
```
This installs the `account` addon plus its Pythonpackaged dependencies:
- odoo-bringout-oca-ocb-base_setup
- odoo-bringout-oca-ocb-product
- odoo-bringout-oca-ocb-analytic
- odoo-bringout-oca-ocb-portal
- odoo-bringout-oca-ocb-digest