Repository
OCA/account-invoice-reporting · module folder · Try on Runboat
Module version
1.0.1
Category
Accounting/Accounting
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
Yes
Website
https://github.com/OCA/account-invoice-reporting
Last tracking update
2026-08-07 08:43:00
Authors
Odoo Community Association (OCA), Moduon
Maintainers
Odoo Community Association (OCA), Moduon
Committers
Weblate, Andrii Kompaniiets, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
partner_risk_insurance_product_sticker_invoice_report
Description
This module allows you to display the Product Stickers in Sale Invoice reports.

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
report_invoice_document_product_sticker report_invoice_document_product_sticker ir.ui.view qweb Inherits account.report_invoice_document
res_config_settings_view_form res.config.settings.view.form.inherit.account res.config.settings form Inherits account.res_config_settings_view_form
view_move_form account.move form Inherits account.view_move_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • show_product_stickers Selection
    compute='_compute_show_product_stickers' help='Display Product Stickers on chosen position inside the report.' readonly=False selection=REPORT_STICKER_POSITIONS store=True
  • sticker_ids Many2many → product.sticker
    comodel_name='product.sticker' compute='_compute_sticker_ids' compute_sudo=True store=False string='Stickers'
Public methods (0)

No public methods.

New fields (1)
  • show_product_stickers Selection
    config_parameter='account_invoice_report_product_sticker.show_product_stickers' help='Display Product Stickers on chosen position inside the report.' selection=REPORT_STICKER_POSITIONS string='Product Stickers'
Public methods (0)

No public methods.

Loading…