Repository
OCA/sale-promotion · module folder · Try on Runboat
Module version
1.1.1
Category
Sales Management
Folder size
0.05 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-promotion
Last tracking update
2026-08-07 07:57:18
Authors
Odoo Community Association (OCA), Tecnativa, Cetmix, Ooops
Maintainers
Odoo Community Association (OCA), Tecnativa, Cetmix, Ooops
Committers
pilarvargas-tecnativa, Weblate, OCA-git-bot, oca-ci, Stefan
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
sale_coupon_domain_product_discount
Description

Code Analysis

Views touched (2)
XML IDNameModelTypeStatus
coupon_program_view_form_common coupon.program form Inherits coupon.coupon_program_view_form_common
report_coupon report_coupon ir.ui.view qweb Inherits coupon.report_coupon
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (4)
  • discount_apply_on_domain_product Boolean
    help='When set, the discount will be applied on the filtered products' string='Apply on products domain'
  • discount_apply_on_domain_product_description Char
    help='Description to be displayed in the report when the option to applydiscount on the filtered products is set' string='Description for coupons'
  • discount_specific_product_ids Many2many
    compute='_compute_discount_specific_product_ids' inverse='_inverse_discount_specific_product_ids' readonly=False search='_search_discount_specific_product_ids' store=False
  • stored_discount_specific_product_ids Many2many → product.product
    comodel_name='product.product' relation='product_product_sale_coupon_reward_rel'
Public methods (1)
  • name_get(self)
    We don't know from this model the domain set on the rule. A generic name is given

New fields (1)
  • strict_per_product_limit Boolean
    help='In a discount on selected products reward for every product meeting the product domain condition, the minimum quantity/amount will be computed separately'
Public methods (0)

No public methods.