TIP: You can type at any time to perform a new search.
Product Cost field Report
product_stock_cost_field_report · OCA/margin-analysis
- Repository
- OCA/margin-analysis · module folder · Try on Runboat
- Module version
- 1.0
- Category
- Products
- Folder size
- 0.01 MB
- License
- AGPL-3
- Application
- No
- Auto-installable
- Yes
- Website
- http://www.camptocamp.com/
- Last tracking update
- 2026-08-07 07:17:48
- Authors
- Camptocamp, Odoo Community Association (OCA)
- Maintainers
- Camptocamp
- Committers
- Pedro M. Baeza
- Odoo dependencies
- Python dependencies
- None
- System dependencies
- None
- Required by
- None
- Description
Product Cost field Report ========================= This module override the reporting view of OpenERP to replace the standard_price field used by the new cost_price one. This way all reporting of OpenERP will now take this field into account and display the correct result. We're talking here about the reporting found under : Reporting -> Warehouse Contributors ------------ * Joël Grand-Guillaume <joel.grand-guillaume@camptocamp.com>
Code Analysis ⓘ
Views touched (2)
| XML ID | Name | Model | Type | Status |
|---|---|---|---|---|
product_get_cost_field.product_get_cost_field_form |
product.get_cost_field.view.form | product.product | form | Inherits product.product_normal_form_view |
view_product_standard_price_form |
product.product.standard.price.form.inherit | product.product | form | Inherits stock.view_product_standard_price_form |
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (2)
New fields (0)
No new fields.
Public methods (1)-
init(self, cr)Override the SQL view tpo replace standard_price by cost_price
New fields (0)
No new fields.
Public methods (1)-
init(self, cr)Override the SQL view tpo replace standard_price by cost_price
Loading…
Loading…
Loading…