TIP: You can type at any time to perform a new search.
Account Invoice Report - Product Sticker
account_invoice_report_product_sticker · OCA/account-invoice-reporting
- 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 ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_stickersSelectioncompute='_compute_show_product_stickers'help='Display Product Stickers on chosen position inside the report.'readonly=Falseselection=REPORT_STICKER_POSITIONSstore=True -
sticker_idsMany2many → product.stickercomodel_name='product.sticker'compute='_compute_sticker_ids'compute_sudo=Truestore=Falsestring='Stickers'
No public methods.
New fields (1)
-
show_product_stickersSelectionconfig_parameter='account_invoice_report_product_sticker.show_product_stickers'help='Display Product Stickers on chosen position inside the report.'selection=REPORT_STICKER_POSITIONSstring='Product Stickers'
No public methods.
Loading…