Accounting partner category

accounting_partner_category
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/14.0/accounting_partner_category
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYUncategorized
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Pierre Verkest
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Pierre Verkest
COMMITTERS
COMMITTERSEnric Tobella, Pierre Verkest, Weblate, OCA-git-bot, oca-ci
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:41:05
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - product
    - mail
    - 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

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 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
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.