| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/account-invoicing |
| GIT | |
| GIT | https://github.com/OCA/account-invoicing.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/account-invoicing/tree/14.0/accounting_partner_category |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Uncategorized |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Pierre Verkest |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Pierre Verkest |
| COMMITTERS | |
| COMMITTERS | Enric Tobella, Pierre Verkest, Weblate, OCA-git-bot, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:41:05 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - product - bus - web_tour - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
accounting_partner_category_view_search |
accounting.partner.category.view.search | accounting.partner.category | search | New |
partner_view_accounting_category |
partner.view.accounting_category | res.partner | xpath | Inherits account.view_partner_property_form |
view_account_invoice_filter |
account.move.search category | account.move | field | Inherits account.view_account_invoice_filter |
view_accounting_partner_category_list |
Accounting contact Tags | accounting.partner.category | tree | New |
view_invoice_tree |
account.invoice.tree.category_ids | account.move | field | Inherits account.view_invoice_tree |
view_move_form |
account.move.form | account.move | field | Inherits account.view_move_form |
view_move_tree |
account.move.tree.category_ids | account.move | field | Inherits account.view_move_tree |
view_partner_tree |
partner.view.accounting_category | res.partner | field | Inherits base.view_partner_tree |
category_ids
Many2many → accounting.partner.category
compute='_compute_category_ids'
help='Tags when partner was added to the invoice.'
readonly=False
store=True
string='Tags'
args: 'accounting.partner.category'
No public methods.
active
Boolean
default=True
help='The active field allows you to hide the category without removing it.'
color
Integer
default=_get_default_color
string='Color Index'
name
Char
required=True
string='Tag Name'
translate=True
No public methods.
accounting_category_ids
Many2many → accounting.partner.category
string='Accounting tags'
args: 'accounting.partner.category'
No public methods.