TIP: You can type at any time to perform a new search.
Sales Lines Cost Control
sale_line_cost_control · OCA/margin-analysis
- Repository
- OCA/margin-analysis · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Sales
- Folder size
- 0.09 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://www.camptocamp.com
- Last tracking update
- 2026-08-07 07:17:48
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp, Odoo Community Association (OCA)
- Committers
- Guewen Baconnier, Stéphane Bidoul (ACSONE), Francisco Fernández @PlanetaTIC, OCA Transbot, OCA-git-bot, oca-travis
Code Analysis ⓘ
Views touched (3)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
sale_margin_sale_order_line_form |
sale.order.form | sale.order | form | Inherits sale_margin.sale_margin_sale_order_line |
sale_margin_sale_order_line_tree |
sale.order.form | sale.order | form | Inherits sale_margin.sale_margin_sale_order_line_form |
view_set_sale_line_purchase_price |
Set Cost | set.sale.line.purchase.price | form | New |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (1)
-
purchase_price_missingBooleancompute='_compute_purchase_price_missing'string='Missing Cost'
No public methods.
New fields (3)
-
currency_idMany2one → res.currencycomodel_name='res.currency'default=<expr>required=Truestring='Currency' -
line_idMany2one → sale.order.linecomodel_name='sale.order.line'default=<expr>readonly=Truerequired=Truestring='Sale Line' -
purchase_priceFloatdigits=dp.get_precision('Product Price')groups='base.group_user'help='Cost of the product template used for standard stock valuation in accounting and used as a base price on purchase orders. Expressed in the default unit of measure of the product.'string='Cost'
-
confirm_purchase_price(self)@api.multi