[IMP] Improved description of project_mrp module

bzr revid: odo@openerp.com-20091222162703-fvufgrtdtbqpv0ja
This commit is contained in:
Olivier Dony 2009-12-22 17:27:03 +01:00
parent 312ce4d690
commit 306d196cbd
1 changed files with 19 additions and 5 deletions

View File

@ -21,15 +21,29 @@
{
'name': 'Project Management - MRP and Sale Integration',
'name': 'Procurement and Project Management integration',
'version': '1.0',
'category': 'Generic Modules/Projects & Services',
'description': """
This module is used to automatically create tasks based on different
procurements: sales order, manufacturing order, ...
This module creates a link between procurement orders
containing "service" lines and project management tasks.
When installed, this module will automatically create a new task
for each procurement order line, when the corresponding product
meets the following characteristics:
* Type = Service
* Procurement method (Order fulfillment) = MTO (make to order)
* Supply/Procurement method = Produce
The new task is created outside of any existing project, but
can be added to a project manually.
When the project task is completed or cancelled, the workflow of the corresponding
procurement line is updated accordingly.
This module is useful to be able to invoice services based on tasks
automatically created via sale orders.
It is mainly used to invoices services based on tasks automatically
created by sales orders.
""",
'author': 'Tiny',
'website': 'http://www.openerp.com',