| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/16.0/sale_pricelist_triple_discount |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Agile Business Group |
| COMMITTERS | |
| COMMITTERS | Weblate, Simone Rubino, oca-ci |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow16.0/sale_pricelist_triple_discount |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:53:45 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-invoicing: - account_invoice_triple_discount OCA/sale-workflow: - sale_triple_discount odoo/odoo: - sale_management - sale - sales_team - base - base_setup - web - bus - web_tour - account_payment - account - product - uom - analytic - portal - web_editor - http_routing - auth_signup - digest - resource - payment - utm |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_pricelist_view_form_discount |
Add triple discounts to Pricelist Rule form view | product.pricelist.item | xpath | Inherits product.product_pricelist_item_form_view |
discount2
Float
digits='Discount'
help='Second discount applied on a sale order line.'
string='Discount 2 (%)'
discount3
Float
digits='Discount'
help='Third discount applied on a sale order line.'
string='Discount 3 (%)'
No public methods.
discount2
Float
compute='_compute_discount'
default=None
precompute=True
readonly=False
store=True
discount3
Float
compute='_compute_discount'
default=None
precompute=True
readonly=False
store=True
No public methods.
| REPOSITORY | |
|---|---|
| REPOSITORY | OCA/sale-workflow |
| GIT | |
| GIT | https://github.com/OCA/sale-workflow.git |
| GIT FOLDER | |
| GIT FOLDER | https://github.com/OCA/sale-workflow/tree/8.0/sale_pricelist_triple_discount |
| VERSION | |
| VERSION | 1.0.0 |
| CATEGORY | |
| CATEGORY | Sale |
| LICENSE | |
| LICENSE | AGPL-3 |
| APPLICATION | |
| APPLICATION | No |
| AUTO-INSTALLABLE | |
| AUTO-INSTALLABLE | No |
| AUTHORS | |
| AUTHORS | Odoo Community Association (OCA), Agile Business Group |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Agile Business Group |
| COMMITTERS | |
| COMMITTERS | oca-travis, Weblate, OCA-git-bot, SimoRubi |
| WEBSITE | |
| WEBSITE | https://github.com/OCA/sale-workflow/tree/8.0/sale_pricelist_triple_discount |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:21 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
OCA/account-invoicing: - account_invoice_triple_discount OCA/sale-workflow: - sale_pricelist_discount - sale_triple_discount odoo/odoo: - base - sale - sales_team - base_setup - web_kanban - web - web_kanban_sparkline - account_voucher - account - product - decimal_precision - report - analytic - board - edi - email_template - procurement - sale_stock - stock_account - stock - web_kanban_gauge |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_pricelist_view_form_discount |
product.pricelist.item.form.discount | product.pricelist.item | field | Inherits sale_pricelist_discount.product_pricelist_view_form_discount |
discount2
Float
default=0.0
digits_compute=dp.get_precision('Discount')
help='Second discount applied on a sale order line.'
args: 'Discount 2 (%)'
discount3
Float
default=0.0
digits_compute=dp.get_precision('Discount')
help='Third discount applied on a sale order line.'
args: 'Discount 3 (%)'
No public methods.
No new fields.
Public methods (1)product_id_change(self, pricelist, product, qty=0, uom=False, qty_uos=0, uos=False, name='', partner_id=False, lang=False, update_tax=True, date_order=False, packaging=False, fiscal_position=False, flag=False)
| STATUS | |
|---|---|
| STATUS | Open migration PR - not merged yet for this version |
| REPOSITORY | |
| REPOSITORY | OCA/sale-workflow |
| PULL REQUEST | |
| PULL REQUEST | [19.0][MIG] sale_pricelist_triple_discount: Migration to 19.0 (#4088) |