Repository
OCA/sale-promotion · module folder · Try on Runboat
Module version
1.0.0
Category
Sale
Folder size
0.04 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
Maintainers
Odoo Community Association (OCA), Tecnativa
Committers
Weblate, OCA-git-bot, oca-ci, Stefan
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
sale_coupon_domain_free_product
Description

Code Analysis

Views touched (1)
XML IDNameModelTypeStatus
coupon_program_view_form_common coupon.program form Inherits coupon.coupon_program_view_form_common
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (2)

New fields (2)
  • reward_product_max_quantity Integer
    default=0 help='Maximum reward product quantity (0 for no limit)' string='Max reward quantity'
  • reward_type Selection
    ondelete={'free_product_domain': 'set default'} selection_add=[('free_product_domain', 'Product Domain')]
Public methods (1)
  • name_get(self)
    Add complete description for the multi gift reward type.

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.