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

29 lines
765 B
Markdown
Raw 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.

# Usage
You can use the helper in this repository to start Odoo with the `account` addon.
## Quick Start (Repo Helper)
From repo root:
```bash
python3 scripts/odoo_web_server.py \
--db-name mydb \
--addon account
```
Open `http://localhost:8069` and log in as `admin` with password `developer101`.
## Initial Setup in UI
1. Go to Apps → activate developer mode (optional but useful)
2. Install “Invoicing” (Account) if not autoinstalled
3. Set company currency and chart of accounts as needed
4. Configure payment terms, taxes, and journals
## Typical Flows
- Create a customer invoice → Post → Register Payment
- Import a bank statement → Reconcile entries
- Configure analytic accounts → Assign to lines → Review analytic reports