TIP: You can type at any time to perform a new search.
Account Brand
account_brand · OCA/brand
- Repository
- OCA/brand · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Accounting Management
- Folder size
- 0.09 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/brand
- Last tracking update
- 2026-08-07 08:43:05
- Authors
- ACSONE SA/NV, Odoo Community Association (OCA), Open Source Integrators
- Maintainers
- ACSONE SA/NV, Odoo Community Association (OCA), Open Source Integrators
- Committers
- Weblate, OCA-git-bot, Benoit Aimont, oca-ci, bosd
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- account_analytic_brand, account_invoice_bank_brand, account_payment_mode_brand, contract_brand, sale_brand
- Description
This module allows you to send branded invoices to your customers. It adds a brand field on the invoice and the brand information to the PDF report.
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
res_partner_account_brand_tree_view |
res.partner.account.brand.list (in account_brand) | res.partner.account.brand | list | New |
view_move_form |
account.move.form - account_brand | account.move | form | Inherits account.view_move_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
brand_idMany2one
No public methods.
New fields (0)
No new fields.
Public methods (0)No public methods.
New fields (4)
-
account_idMany2one → account.accountcomodel_name='account.account'domain="[('account_type', 'in', ('liability_payable', 'asset_receivable'))]"required=Truestring='Account' -
account_typeSelectionrequired=Trueselection=[('liability_payable', 'Payable'), ('asset_receivable', 'Receivable')]string='Type' -
brand_idMany2one → res.brandcomodel_name='res.brand'required=Truestring='Brand' -
partner_idMany2one → res.partnercomodel_name='res.partner'required=Falsestring='Partner'
No public methods.
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
- Status
- Open migration PR — not merged yet for this version
- CI status
- green — ready to merge
- Open since
- 97 days ago
- Last activity
- 35 days ago
- Repository
- OCA/brand
- Pull request
- [19.0][MIG] account_brand: Migration to 19.0 (#303)