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 IDNameModelTypeStatus
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_id Many2one
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (4)
  • account_id Many2one → account.account
    comodel_name='account.account' domain="[('account_type', 'in', ('liability_payable', 'asset_receivable'))]" required=True string='Account'
  • account_type Selection
    required=True selection=[('liability_payable', 'Payable'), ('asset_receivable', 'Receivable')] string='Type'
  • brand_id Many2one → res.brand
    comodel_name='res.brand' required=True string='Brand'
  • partner_id Many2one → res.partner
    comodel_name='res.partner' required=False string='Partner'
Public methods (0)

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
98 days ago
Last activity
36 days ago
Repository
OCA/brand
Pull request
[19.0][MIG] account_brand: Migration to 19.0 (#303)