[IMP] Improve some README files

This commit is contained in:
Eric Caudal
2015-05-20 01:40:42 +02:00
committed by Pedro M. Baeza
parent debf602781
commit 3a038d162d
2 changed files with 12 additions and 12 deletions

View 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)

View File

@@ -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,
}