Repository
OCA/sale-workflow · module folder · Try on Runboat
Module version
1.0.0
Category
Sales
Folder size
0.07 MB
License
AGPL-3
Application
No
Auto-installable
No
Website
https://github.com/OCA/sale-workflow
Last tracking update
2026-08-07 07:56:58
Authors
Camptocamp, Odoo Community Association (OCA)
Maintainers
Camptocamp, Odoo Community Association (OCA)
Committers
SilvioC2C, Weblate, OCA-git-bot, oca-ci
Odoo dependencies
Python dependencies
None
System dependencies
None
Required by
None
Description

Code Analysis

Views touched (4)
XML IDNameModelTypeStatus
product_template_form_view product.template.form.inherit product.template form Inherits account.product_template_form_view
res_config_settings_view_form_inherit res.config.settings.view.form.inherit res.config.settings form Inherits sale.res_config_settings_view_form
view_category_property_form product.category.property.form.inherit product.category form Inherits account.view_category_property_form
view_order_form sale.order.form sale.order form Inherits sale.view_order_form
HTTP endpoints (0)

No HTTP endpoints found for this module.

Models touched (7)

New fields (0)

No new fields.

Public methods (0)

No public methods.

New fields (3)
  • discount_split_by_sale_line_id Many2one → sale.order.line
    copy=False args: 'sale.order.line'
  • is_split_discount_line Boolean
  • is_split_line Boolean
Public methods (0)

No public methods.

New fields (1)
  • property_account_discount_categ_id Many2one → account.account
    company_dependent=True domain="['&', ('deprecated', '=', False), ('company_id', '=', current_company_id)]" help='This account will be used when validating a customer invoice.' string='Discount Account' args: 'account.account'
Public methods (0)

No public methods.

New fields (1)
  • property_account_discount_id Many2one → account.account
    company_dependent=True domain="['&', ('deprecated', '=', False), ('company_id', '=' current_company_id)]" help='Keep this field empty to use the default value from the product category.' string='Discount Account' args: 'account.account'
Public methods (0)

No public methods.

New fields (1)
  • account_split_discount_line Boolean
    default=False args: 'Split Discount Lines'
Public methods (0)

No public methods.

New fields (1)
  • account_split_discount_line Boolean
    help='If set, a discounted sale line will be split in 2 invoice lines when the invoice is generated' readonly=False related='company_id.account_split_discount_line' args: 'Split Discount Lines'
Public methods (0)

No public methods.

New fields (1)
  • origin_price_unit Float
    digits='Product Price'
Public methods (0)

No public methods.