[IMP] : improve description for modules

bzr revid: cha@tinyerp.com-20120702085315-1gu1ctx983sy7b40
This commit is contained in:
Ajay Chauhan (OpenERP) 2012-07-02 14:23:15 +05:30
parent 3a49884f6f
commit 08c802ce00
3 changed files with 11 additions and 12 deletions

View File

@ -32,7 +32,7 @@ Belgian Payroll Rules
* Employee Contracts
* Passport based Contract
* Allowances / Deductions
* Allow to configure Basic / Grows / Net Salary
* Allow to configure Basic / Gross / Net Salary
* Employee Payslip
* Monthly Payroll Register
* Integrated with Holiday Management

View File

@ -25,30 +25,29 @@
'version': '1.0',
'category': 'Manufacturing',
'description': """
This module adds state, date_start,date_stop in production order operation lines (in the "Work Centers" tab).
This module adds state, date_start,date_stop in manufacturing order operation lines (in the "Work Orders" tab).
=============================================================================================================
Status: draft, confirm, done, cancel
When finishing/confirming,cancelling production orders set all state lines to the according state
When finishing/confirming, cancelling manufacturing orders set all state lines to the according state
Create menus:
Manufacturing > Manufacturing > Work Orders
Which is a view on "Work Centers" lines in production order.
Which is a view on "Work Orders" lines in manufacturing order.
Add buttons in the form view of production order under workcenter tab:
Add buttons in the form view of manufacturing order under workorders tab:
* start (set state to confirm), set date_start
* done (set state to done), set date_stop
* set to draft (set state to draft)
* cancel set state to cancel
When the production order becomes "ready to produce", operations must
become 'confirmed'. When the production order is done, all operations
When the manufacturing order becomes "ready to produce", operations must
become 'confirmed'. When the manufacturing order is done, all operations
must become done.
The field delay is the delay(stop date - start date).
So that we can compare the theoretic delay and real delay.
The field 'Working Hours' is the delay(stop date - start date).
So that we can compare the theoretic delay and real delay.
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',

View File

@ -28,8 +28,8 @@
This module shows the basic processes involved in the selected modules and in the sequence they occur.
======================================================================================================
Note: This applies to the modules containing modulename_process_xml
e.g product/process/product_process_xml
Note: This applies to the modules containing modulename_process.xml
e.g product/process/product_process.xml
""",
'author': 'OpenERP SA',