Sale Coupon Product Management

sale_coupon_product_management
REPOSITORY
REPOSITORYOCA/sale-workflow
GIT
GIThttps://github.com/OCA/sale-workflow.git
GIT FOLDER
GIT FOLDERhttps://github.com/OCA/sale-workflow/tree/13.0/sale_coupon_product_management
VERSION
VERSION 1.0.1
CATEGORY
CATEGORYSale
LICENSE
LICENSEAGPL-3
APPLICATION
APPLICATIONNo
AUTO-INSTALLABLE
AUTO-INSTALLABLENo
AUTHORS
AUTHORSOdoo Community Association (OCA), Camptocamp
MAINTAINERS
MAINTAINERSOdoo Community Association (OCA), Camptocamp
COMMITTERS
COMMITTERSIvàn Todorovich, OCA Transbot, jcoux, oca-travis, OCA-git-bot
WEBSITE
WEBSITEhttps://github.com/OCA/sale-workflow
LAST TRACKING UPDATE
LAST TRACKING UPDATE2026-07-06 00:34:12
ODOO DEPENDENCIES
ODOO DEPENDENCIES odoo/odoo:
    - sale_coupon
    - sale_management
    - sale
    - sales_team
    - base
    - mail
    - base_setup
    - web
    - bus
    - web_tour
    - payment
    - account
    - product
    - uom
    - analytic
    - portal
    - web_editor
    - http_routing
    - auth_signup
    - digest
    - resource
    - utm
PYTHON DEPENDENCIES
PYTHON DEPENDENCIES Not have
SYSTEM DEPENDENCIES
SYSTEM DEPENDENCIES Not have
DESCRIPTION
DESCRIPTION

Code Analysis

Views touched (3)
XML IDNameModelTypeStatus
product_category_form_view product.category.form.program.option product.category field Inherits product.product_category_form_view
product_normal_form_view product.product.form.program.option product.product field Inherits product.product_normal_form_view
sale_coupon_program_view_form_common sale.coupon.program.common.form.product sale.coupon.program xpath Inherits sale_coupon.sale_coupon_program_view_form_common
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)