Account Move Tag

account_move_tag
REPOSITORY
REPOSITORYOCA/account-invoicing
GIT
GIThttps://github.com/OCA/account-invoicing.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/account-invoicing/tree/17.0/account_move_tag
VERSION
VERSION 1.0.0
CATEGORY
CATEGORYHidden
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Codeforward B.V.
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Codeforward B.V.
COMMITTERS
COMMITTERSWeblate, OCA-git-bot, oca-ci, joepsanders
WEBSITE
WEBSITEhttps://github.com/OCA/account-invoicing
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 19:20:00
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - account
    - base_setup
    - base
    - web
    - onboarding
    - 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
Adds tags to the account move so vendor bills and customer invoices can be
easily distinguished in the accounting journal.
```

Code Analysis

Views touched (8)
XML IDNameModelTypeStatus
account_move_tag_view_form account.move.tag.view.form account.move.tag form New
account_move_tag_view_tree account.move.tag.view.tree account.move.tag tree New
view_account_move_filter_inherit account.move.select.inherit account.move field Inherits account.view_account_move_filter
view_account_move_line_filter_inherit account.move.line.search.inherit account.move.line field Inherits account.view_account_move_line_filter
view_invoice_tree_inherit account.invoice.tree.inherit account.move field Inherits account.view_invoice_tree
view_move_form_inherit account.move.form account.move field Inherits account.view_move_form
view_move_line_tree_inherit account.move.line.tree.inherit account.move.line field Inherits account.view_move_line_tree
view_move_tree_inherit account.view.move.tree.inherit account.move field Inherits account.view_move_tree
Models touched (3)

New fields (1)
  • tag_ids Many2many → account.move.tag
    column1='move_id' column2='tag_id' comodel_name='account.move.tag' help='Classify and analyze your account move categories like bills, payments, deposits, etc.' relation='account_move_tag_rel' string='Account Move Tags'
Public methods (0)

No public methods.

New fields (1)
  • tag_ids Many2many
    related='move_id.tag_ids'
Public methods (0)

No public methods.

New fields (2)
  • color Integer
    default=_get_default_color
  • name Char
    required=True translate=True args: 'Tag Name'
Public methods (0)

No public methods.

STATUS
STATUSOpen migration PR - not merged yet for this version
REPOSITORY
REPOSITORYOCA/account-invoicing
PULL REQUEST
PULL REQUEST[19.0][MIG] account_move_tag (#2213)