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
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
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_category Boolean
    copy=False
  • is_program_category Boolean
  • program_product_discount_fixed_amount Boolean
  • program_product_sale_ok Boolean
Public methods (0)

No public methods.

New fields (2)
  • program_product_discount_fixed_amount Boolean
    related='categ_id.program_product_discount_fixed_amount'
  • program_product_sale_ok Boolean
    related='categ_id.program_product_sale_ok'
Public methods (0)

No public methods.

New fields (4)
  • discount_line_product_chosen Boolean
  • discount_line_product_readonly_id Many2one
    related='discount_line_product_id' string='Reward Line Product Readonly'
  • force_product_categ_id Many2one → product.category
    comodel_name='product.category' domain=[('is_program_category', '=', True)]
  • force_product_default_code Char
Public methods (2)
  • create(self, vals)
    @api.model
  • write(self, vals)