oca-ocb-accounting/odoo-bringout-oca-ocb-account
Ernad Husremovic 1395ffc223 update submodule l10n_ba_edi
🤖 assisted by claude
2025-08-30 19:42:50 +02:00
..
account Clean up temporary files and sync changes 2025-08-30 15:24:07 +02:00
doc update submodule l10n_ba_edi 2025-08-30 19:42:50 +02:00
pyproject.toml Initial commit: Accounting packages 2025-08-29 15:20:47 +02:00
README.md Initial commit: Accounting packages 2025-08-29 15:20:47 +02:00

Invoicing (Account)

Productionready Odoo 16 Invoicing module packaged as a standard Python distribution. Provides invoicing, payments, reconciliation, journals, taxes, and analytics integration.

Features

  • Core: customer/vendor invoices, credit notes, journals, taxes
  • Payments: registration, reconciliation, bank statements
  • Analytics: analytic accounts, distributions, reporting
  • Web UI: dashboards, portals, email templates, reports
  • Packaging: install via pip/uv, wheel distribution

Installation

pip install odoo-bringout-oca-ocb-account
# or
uv pip install odoo-bringout-oca-ocb-account

Quick Start

Using this repositorys helper (from repo root):

python3 scripts/odoo_web_server.py \
  --db-name mydb \
  --addon account

# then open http://localhost:8069 (admin / developer101)

Notes:

  • The server always includes base addons (base, web, mail, base_setup).
  • Add more addons with repeated --addon flags.

Dependencies

Functional dependencies (from manifest): base_setup, product, analytic, portal, digest.

Python packages satisfied by this monorepo:

  • 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

Compatibility

  • Odoo: 16.0 (OCA/OCB)
  • Python: 3.113.12

Documentation

  • Overview: doc/OVERVIEW.md
  • Architecture: doc/ARCHITECTURE.md
  • Models: doc/MODELS.md
  • Controllers: doc/CONTROLLERS.md
  • Wizards: doc/WIZARDS.md
  • Install: doc/INSTALL.md
  • Usage: doc/USAGE.md
  • Configuration: doc/CONFIGURATION.md
  • Dependencies: doc/DEPENDENCIES.md
  • Troubleshooting: doc/TROUBLESHOOTING.md
  • FAQ: doc/FAQ.md

Troubleshooting

If you hit errors about payment provider icons/files during installation, see: packages/odoo-bringout-oca-ocb-payment/doc/PATCH_REMOVE_PAYMENT_PROVIDERS.md

Source

Based on OCA/OCB 16.0, addon account.

License

LGPL3, preserved from upstream Odoo.