Repository
OCA/account-invoicing · module folder · Try on Runboat
Module version
1.0.0
Category
Accounting
Folder size
0.04 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/account-invoicing
Last tracking update
2026-08-07 09:06:23
Authors
Odoo Community Association (OCA), Tecnativa
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
OCA-git-bot, oca-ci, Vicent-S73
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description
This module links the tags assigned to sale_orders with its respective
invoices. These tags are also linked to the return if it is made.

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
invoice_crm_tag_form account.move form Inherits account.view_move_form
view_account_invoice_report_search account.invoice.report.search account.invoice.report search Inherits account.view_account_invoice_report_search
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (5)

New fields (1)
  • crm_tag_ids Many2many → crm.tag
    column1='account_move_line_id' column2='crm_tag_id' comodel_name='crm.tag' readonly=True relation='account_move_line_crm_tag_rel' string='Invoice CRM Tags'
Public methods (0)

No public methods.

New fields (1)
  • crm_tag_ids Many2many → crm.tag
    column1='account_move_id' column2='crm_tag_id' comodel_name='crm.tag' relation='account_move_crm_tag_rel' string='Invoice CRM tags'
Public methods (0)

No public methods.

New fields (1)
  • crm_tag_ids Many2many → crm.tag
    column1='account_move_line_id' column2='crm_tag_id' comodel_name='crm.tag' related='move_id.crm_tag_ids' relation='account_move_line_crm_tag_rel' store=True string='Invoice CRM tags'
Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (0)

No new fields.

Public methods (0)

No public methods.

Loading…

Loading…

Loading…

Loading…