mirror of
https://github.com/OCA/manufacture.git
synced 2025-01-28 16:37:15 +02:00
[IMP] Improve some README files
This commit is contained in:
committed by
Pedro M. Baeza
parent
debf602781
commit
3a038d162d
11
mrp_production_real_cost/README.rst
Normal file
11
mrp_production_real_cost/README.rst
Normal file
@@ -0,0 +1,11 @@
|
||||
Real costs in manufacturing orders
|
||||
==================================
|
||||
|
||||
This module allows to manage the control of Manufacturing Orders actual costs,
|
||||
by creating analytic lines as defined in the MO (from *mrp_project_link*).
|
||||
|
||||
It also updates product standard price when a manufacturing orders is finished
|
||||
according this formula:
|
||||
|
||||
(Product stock * Product standard price + Production real cost) /
|
||||
(Product stock + Final product quantity)
|
||||
@@ -17,7 +17,7 @@
|
||||
##############################################################################
|
||||
|
||||
{
|
||||
"name": "Mrp Real Costs",
|
||||
"name": "MRP real costs",
|
||||
"version": "1.0",
|
||||
"depends": ["analytic",
|
||||
"project_timesheet",
|
||||
@@ -29,18 +29,7 @@
|
||||
"AvanzOSC,"
|
||||
"Serv. Tecnol. Avanzados - Pedro M. Baeza",
|
||||
"category": "MRP",
|
||||
"description": """
|
||||
- This module allows to control the real cost of a production order,
|
||||
creating lines in the analytic account defined in the order that is
|
||||
created by the module mrp_project_link.
|
||||
|
||||
- Updates product standard price when a production orders final product
|
||||
is done.
|
||||
(Product stock * Product standard price + Production real cost) /
|
||||
(Product stock + Final product quantity)
|
||||
""",
|
||||
'data': ["views/mrp_production_view.xml"],
|
||||
'demo': [],
|
||||
'installable': True,
|
||||
'auto_install': False,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user