mirror of
https://github.com/bringout/oca-ocb-accounting.git
synced 2026-04-21 09:22:05 +02:00
Initial commit: Accounting packages
This commit is contained in:
commit
4ef34c2317
2661 changed files with 1709616 additions and 0 deletions
32
odoo-bringout-oca-ocb-account/doc/INSTALL.md
Normal file
32
odoo-bringout-oca-ocb-account/doc/INSTALL.md
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
# Install
|
||||
|
||||
## Prerequisites
|
||||
|
||||
- Python 3.11–3.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 Python‑packaged 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue