TIP: You can type at any time to perform a new search.
Sale Change Price
sale_change_price · OCA/sale-workflow
- Repository
- OCA/sale-workflow · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sale
- Folder size
- 0.26 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- http://www.acsone.eu
- Last tracking update
- 2026-08-07 07:03:04
- Authors
- Odoo Community Association (OCA), Acsone SA/NV
- Maintainers
- Odoo Community Association (OCA), Acsone SA/NV
- Committers
- Laetitia Gangloff, Cédric Pigeon, Weblate, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (2)
| 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 | form | Inherits sale.view_order_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
item_idsOne2many → sale.change.price.itemcomodel_name='sale.change.price.item'inverse_name='change_price_id'string='Items'
-
change_price(self)@api.multiChange price and discount on sale order line -
default_get(self, field_list)@api.model
New fields (5)
-
change_price_idMany2one → sale.change.pricecomodel_name='sale.change.price' -
discountFloatdigits_compute=dp.get_precision('Discount') args: 'Discount (%)' -
nameTextreadonly=True args: 'Description' -
price_unitFloatdigits_compute=dp.get_precision('Product Price')required=True args: 'Unit Price' -
sale_order_line_idMany2one → sale.order.linecomodel_name='sale.order.line'required=Truestring='Line'
-
change_price(self)@api.one