[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 * Employee Contracts
* Passport based Contract * Passport based Contract
* Allowances / Deductions * Allowances / Deductions
* Allow to configure Basic / Grows / Net Salary * Allow to configure Basic / Gross / Net Salary
* Employee Payslip * Employee Payslip
* Monthly Payroll Register * Monthly Payroll Register
* Integrated with Holiday Management * Integrated with Holiday Management

View File

@ -25,30 +25,29 @@
'version': '1.0', 'version': '1.0',
'category': 'Manufacturing', 'category': 'Manufacturing',
'description': """ '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 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: Create menus:
Manufacturing > Manufacturing > Work Orders 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 * start (set state to confirm), set date_start
* done (set state to done), set date_stop * done (set state to done), set date_stop
* set to draft (set state to draft) * set to draft (set state to draft)
* cancel set state to cancel * cancel set state to cancel
When the production order becomes "ready to produce", operations must When the manufacturing order becomes "ready to produce", operations must
become 'confirmed'. When the production order is done, all operations become 'confirmed'. When the manufacturing order is done, all operations
must become done. must become done.
The field delay is the delay(stop date - start date). The field 'Working Hours' is the delay(stop date - start date).
So that we can compare the theoretic delay and real delay. So that we can compare the theoretic delay and real delay.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', '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. 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 Note: This applies to the modules containing modulename_process.xml
e.g product/process/product_process_xml e.g product/process/product_process.xml
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',