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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
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_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'
Public methods (0)

No public methods.

New fields (3)
  • 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
Public methods (0)

No public methods.

New fields (1)
  • accounting_category_ids Many2many → accounting.partner.category
    string='Accounting tags' args: 'accounting.partner.category'
Public methods (0)

No public methods.