TIP: You can type at any time to perform a new search.
Sale Coupon Product Management
sale_coupon_product_management · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.1
- Category
- Sale
- Folder size
- 0.06 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/sale-workflow
- Last tracking update
- 2026-08-07 07:38:21
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Ivàn Todorovich, jcoux, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_category_form_view |
product.category.form.program.option | product.category | form | Inherits product.product_category_form_view |
product_normal_form_view |
product.product.form.program.option | product.product | form | Inherits product.product_normal_form_view |
sale_coupon_program_view_form_common |
sale.coupon.program.common.form.product | sale.coupon.program | form | Inherits sale_coupon.sale_coupon_program_view_form_common |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (3)
New fields (4)
-
default_promotion_next_order_categoryBooleancopy=False -
is_program_categoryBoolean -
program_product_discount_fixed_amountBoolean -
program_product_sale_okBoolean
No public methods.
New fields (2)
-
program_product_discount_fixed_amountBooleanrelated='categ_id.program_product_discount_fixed_amount' -
program_product_sale_okBooleanrelated='categ_id.program_product_sale_ok'
No public methods.
New fields (4)
-
discount_line_product_chosenBoolean -
discount_line_product_readonly_idMany2onerelated='discount_line_product_id'string='Reward Line Product Readonly' -
force_product_categ_idMany2one → product.categorycomodel_name='product.category'domain=[('is_program_category', '=', True)] -
force_product_default_codeChar
-
create(self, vals)@api.model -
write(self, vals)