TIP: You can type at any time to perform a new search.
Accounting partner category
accounting_partner_category · OCA/account-invoicing
- Repository
- OCA/account-invoicing · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Uncategorized
- Folder size
- 0.56 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/account-invoicing
- Last tracking update
- 2026-08-07 07:47:28
- Authors
- Odoo Community Association (OCA), Pierre Verkest
- Maintainers
- Odoo Community Association (OCA), Pierre Verkest
- Committers
- Enric Tobella, Pierre Verkest, Weblate, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (8)
| 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 | form | Inherits account.view_partner_property_form |
view_account_invoice_filter |
account.move.search category | account.move | 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 | tree | Inherits account.view_invoice_tree |
view_move_form |
account.move.form | account.move | form | Inherits account.view_move_form |
view_move_tree |
account.move.tree.category_ids | account.move | tree | Inherits account.view_move_tree |
view_partner_tree |
partner.view.accounting_category | res.partner | tree | Inherits base.view_partner_tree |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (1)
-
category_idsMany2many → accounting.partner.categorycompute='_compute_category_ids'help='Tags when partner was added to the invoice.'readonly=Falsestore=Truestring='Tags' args: 'accounting.partner.category'
No public methods.
New fields (3)
-
activeBooleandefault=Truehelp='The active field allows you to hide the category without removing it.' -
colorIntegerdefault=_get_default_colorstring='Color Index' -
nameCharrequired=Truestring='Tag Name'translate=True
No public methods.
New fields (1)
-
accounting_category_idsMany2many → accounting.partner.categorystring='Accounting tags' args: 'accounting.partner.category'
No public methods.