| 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_change_price |
| 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), Acsone SA/NV |
| MAINTAINERS | |
| MAINTAINERS | Odoo Community Association (OCA), Acsone SA/NV |
| COMMITTERS | |
| COMMITTERS | Laetitia Gangloff, Cédric Pigeon, OCA Transbot, oca-travis, Weblate, OCA-git-bot |
| WEBSITE | |
| WEBSITE | http://www.acsone.eu |
| LAST TRACKING UPDATE | |
| LAST TRACKING UPDATE | 2026-07-06 00:11:22 |
| ODOO DEPENDENCIES | |
| ODOO DEPENDENCIES |
odoo/odoo: - sale - sales_team - base - base_setup - web_kanban - web - web_kanban_sparkline - account_voucher - account - product - decimal_precision - report - analytic - board - edi - email_template - procurement |
| PYTHON DEPENDENCIES | |
| PYTHON DEPENDENCIES | Not have |
| SYSTEM DEPENDENCIES | |
| SYSTEM DEPENDENCIES | Not have |
| DESCRIPTION | |
| DESCRIPTION | |
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_change_price_view |
sale.change.price.view | sale.change.price | form | New |
sale_order_view_form_inherit_sale |
sale.order.form | sale.order | data | Inherits sale.view_order_form |
item_ids
One2many → sale.change.price.item
comodel_name='sale.change.price.item'
inverse_name='change_price_id'
string='Items'
change_price(self)
default_get(self, field_list)
change_price_id
Many2one → sale.change.price
comodel_name='sale.change.price'
discount
Float
digits_compute=dp.get_precision('Discount')
args: 'Discount (%)'
name
Text
readonly=True
args: 'Description'
price_unit
Float
digits_compute=dp.get_precision('Product Price')
required=True
args: 'Unit Price'
sale_order_line_id
Many2one → sale.order.line
comodel_name='sale.order.line'
required=True
string='Line'
change_price(self)