$ 466.58
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 11023 |
| Technical Name |
aos_branch_financial_reports |
| License | OPL-1 |
| Website | http://www.alphasoft.co.id |
| Versions | 15.0 18.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Invoicing (account)
• Discuss (mail) |
| Community Apps Dependencies | Show |
| Lines of code | 11023 |
| Technical Name |
aos_branch_financial_reports |
| License | OPL-1 |
| Website | http://www.alphasoft.co.id |
| Versions | 15.0 18.0 |
Branch Filter for AFR
Bridge module. Adds a branch filter pill to
every report in Financial Reports — Complete Suite
— P&L, Balance Sheet, Cash Flow, Equity, Trial Balance,
General Ledger, AR/AP Aging.
Auto-installed alongside aos_branch_account.
Reports filtered —
P&L, BS, CF, EQ, TB, GL, AR/AP
Filter pill —
multi-select, Clear-all
Code changes —
extension hooks only
Branches per report —
flat license, no per-user fee
Why a dedicated bridge?
aos_branch_account tags every journal entry with a branch. aos_financial_reports renders the financial reports. The two work together, but neither knows about the other — this bridge wires them up so "Filter P&L by Jakarta branch" works out of the box, without touching either parent module.
Without this bridge
- Branch dimension — sits on every journal entry but invisible to reports.
- Per-branch P&L — requires custom SQL + spreadsheet pivot every month-end.
- Comparison — can’t compare Jakarta vs Surabaya side-by-side without exporting + re-importing.
- Drill-down — no way to click a P&L line and see only Jakarta journal items.
With this bridge
- Branch dimension — shows up as a filter pill on every AFR report.
- Per-branch P&L —
one click. SQL queries auto-add
am.branch_id IN (...). - Comparison — pick 2+ branches, AFR renders side-by-side columns.
- Drill-down — click any row → only journal items for the selected branches show.
Reports that gain the branch pill
Profit & Loss
Revenue & expense filtered by branch.
Balance Sheet
Assets / liab / equity per branch.
Cash Flow
Operating / investing / financing per branch.
Equity Changes
Statement of Changes in Equity per branch.
Trial Balance
Open balance per account × branch.
General Ledger
Line-by-line journal entries, branch-filtered.
AR Aging
Customer balances by aging bucket per branch.
AP Aging
Vendor balances by aging bucket per branch.
How it works (technical)
Dependencies (sold separately)
aos_branch
Adds the res.branch model.
EUR 49 · OPL-1
aos_branch_account
Adds branch_id to account.move + analytic distribution.
EUR 119 · OPL-1
aos_financial_reports
P&L + BS + CF + EQ + TB + GL + Aging suite.
EUR 179 · OPL-1
Compatibility
| Odoo version | Status |
|---|---|
| 15.0 | ✓ This release — 15.0.1.0.0 |
| 18.0, 17.0, 16.0 | Same code base · manifest version bump (drop-in port) |
| 14.0 | Available on request |
Depends on aos_branch_account +
aos_financial_reports. Pure server-side
ORM extension; no JavaScript, no client asset bundle.
Pricing & support
What you get
- 1 year regulatory + API maintenance updates
- Bug fixes free of charge
- Email support via info@alphasoft.co.id
- New-feature requests quoted separately
License: OPL-1 (Odoo Proprietary License v1.0) | Author: Alphasoft | Version: 15.0.1.0.0 | Odoo: 15.0 Community / Enterprise
Maintained by Alphasoft · alphasoft.co.id · © 2017–2026
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module