TIP: You can type at any time to perform a new search.
Coupons multi gift
coupon_multi_gift · OCA/sale-promotion
- Repository
- OCA/sale-promotion · module folder · Try on Runboat
- Module version
- 1.0.1
- 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
- David, Weblate, OCA-git-bot, oca-ci
Code Analysis ⓘ
Views touched (1)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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)
-
coupon_multi_gift_idsOne2many → coupon.reward.product_linecomodel_name='coupon.reward.product_line'inverse_name='reward_id'string='Gift list' -
reward_typeSelectionselection_add=[('multi_gift', 'Multi Gift')]
-
name_get(self)Add complete description for the multi gift reward type.
New fields (4)
-
reward_default_product_idMany2one → product.productcomodel_name='product.product'compute='_compute_reward_default_product_id'inverse='_inverse_reward_default_product_id'readonly=False -
reward_idMany2one → coupon.rewardcomodel_name='coupon.reward' -
reward_product_idsMany2many → product.productcomodel_name='product.product'help='Reward Product'string='Gift Options' -
reward_product_quantityIntegerhelp='Reward product quantity'string='Quantity'
-
onchange_reward_product_ids(self)@api.onchange('reward_product_ids')