| 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/17.0/account_move_tag |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Hidden |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Codeforward B.V. |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Codeforward B.V. |
| COMMITTERS | |
| COMMITTERS | Weblate, OCA-git-bot, oca-ci, joepsanders |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/account-invoicing |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 19:20:00 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - account - base_setup - base - web - onboarding - 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 | Adds tags to the account move so vendor bills and customer invoices can be easily distinguished in the accounting journal. ``` |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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 |
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'
No public methods.
tag_ids
Many2many
related='move_id.tag_ids'
No public methods.
color
Integer
default=_get_default_color
name
Char
required=True
translate=True
args: 'Tag Name'
No public methods.
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/account-invoicing |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] account_move_tag (#2213) |