TIP: You can type at any time to perform a new search.
Sale Discount Invoicing
sale_order_discount_invoicing · OCA/sale-workflow
- 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
Code Analysis ⓘ
Views touched (4)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
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_idMany2one → sale.order.linecopy=False args: 'sale.order.line' -
is_split_discount_lineBoolean -
is_split_lineBoolean
No public methods.
New fields (1)
-
property_account_discount_categ_idMany2one → account.accountcompany_dependent=Truedomain="['&', ('deprecated', '=', False), ('company_id', '=', current_company_id)]"help='This account will be used when validating a customer invoice.'string='Discount Account' args: 'account.account'
No public methods.
New fields (1)
-
property_account_discount_idMany2one → account.accountcompany_dependent=Truedomain="['&', ('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'
No public methods.
New fields (1)
-
account_split_discount_lineBooleandefault=False args: 'Split Discount Lines'
No public methods.
New fields (1)
-
account_split_discount_lineBooleanhelp='If set, a discounted sale line will be split in 2 invoice lines when the invoice is generated'readonly=Falserelated='company_id.account_split_discount_line' args: 'Split Discount Lines'
No public methods.
New fields (1)
-
origin_price_unitFloatdigits='Product Price'
No public methods.