Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.0.0
Category
Hidden
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-invoicing
Last tracking update
2026-08-07 08:22:53
Authors
Odoo Community Association (OCA), Codeforward B.V.
Maintainers
Odoo Community Association (OCA), Codeforward B.V.
Committers
Weblate, OCA-git-bot, oca-ci, joepsanders
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
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 Inherits account.view_account_move_filter
view_account_move_line_filter_inherit account.move.line.search.inherit account.move.line search Inherits account.view_account_move_line_filter
view_invoice_tree_inherit account.invoice.tree.inherit account.move tree Inherits account.view_invoice_tree
view_move_form_inherit account.move.form account.move form Inherits account.view_move_form
view_move_line_tree_inherit account.move.line.tree.inherit account.move.line tree Inherits account.view_move_line_tree
view_move_tree_inherit account.view.move.tree.inherit account.move tree Inherits account.view_move_tree
HTTP endpoints (0)

No HTTP endpoints found for this module.

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
Open migration PR — not merged yet for this version
CI status
checks failing
Open since
224 days ago
Last activity
224 days ago
Repository
OCA/account-invoicing
Pull request
[19.0][MIG] account_move_tag (#2213)