[IMP] : Update Description for modules

bzr revid: cha@tinyerp.com-20120713091324-sengeariqawfira9
This commit is contained in:
Ajay Chauhan (OpenERP) 2012-07-13 14:43:24 +05:30
parent 5847fae7a3
commit 339051cadf
5 changed files with 35 additions and 29 deletions

View File

@ -29,9 +29,11 @@ This module lets you calculate discounts on Sale Order lines and Invoice lines b
To this end, a new check box named "Visible Discount" is added to the pricelist form.
Example:
For the product PC1 and the partner "Asustek": if listprice=450, and the price calculated using Asustek's pricelist is 225
If the check box is checked, we will have on the sale order line: Unit price=450, Discount=50,00, Net price=225
If the check box is unchecked, we will have on Sale Order and Invoice lines: Unit price=225, Discount=0,00, Net price=225
For the product PC1 and the partner "Asustek": if listprice=450, and the price
calculated using Asustek's pricelist is 225. If the check box is checked, we
will have on the sale order line: Unit price=450, Discount=50,00, Net price=225.
If the check box is unchecked, we will have on Sale Order and Invoice lines:
Unit price=225, Discount=0,00, Net price=225.
""",
"depends": ["sale"],
"demo_xml": [],

View File

@ -31,14 +31,18 @@
Long Term Project management module that tracks planning, scheduling, resources allocation.
===========================================================================================
Features
--------
Features:
---------
* Manage Big project.
* Define various Phases of Project.
* Compute Phase Scheduling: Compute start date and end date of the phases which are in draft,open and pending state of the project given.
If no project given then all the draft,open and pending state phases will be taken.
* Compute Task Scheduling: This works same as the scheduler button on project.phase. It takes the project as argument and computes all the open,draft and pending tasks.
* Schedule Tasks: All the tasks which are in draft,pending and open state are scheduled with taking the phase's start date
* Compute Phase Scheduling: Compute start date and end date of the phases
which are in draft, open and pending state of the project given. If no
project given then all the draft, open and pending state phases will be taken.
* Compute Task Scheduling: This works same as the scheduler button on
project.phase. It takes the project as argument and computes all the open,
draft and pending tasks.
* Schedule Tasks: All the tasks which are in draft,pending and open state
are scheduled with taking the phase's start date
""",
"init_xml": [],
"demo_xml": ["project_long_term_demo.xml"],

View File

@ -29,18 +29,17 @@
"images": ["images/project_mailgate_task.jpeg"],
"depends": ["project", "mail"],
"description": """
This module can automatically create Project Tasks based on incoming emails
===========================================================================
This module can automatically create Project Tasks based on incoming emails.
============================================================================
Allows creating tasks based on new emails arriving at a given mailbox,
similarly to what the CRM application has for Leads/Opportunities.
There are two common alternatives to configure the mailbox integration:
* Install the ``fetchmail`` module and configure a new mailbox, then select
``Project Tasks`` as the target for incoming emails.
* Set it up manually on your mail server based on the 'mail gateway' script
provided in the ``mail`` module - and connect it to the `project.task` model.
* Install the ``fetchmail`` module and configure a new mailbox, then select
``Project Tasks`` as the target for incoming emails.
* Set it up manually on your mail server based on the 'mail gateway' script
provided in the ``mail`` module - and connect it to the `project.task` model.
""",
"init_xml": [],

View File

@ -25,24 +25,24 @@
'version': '1.0',
"category": "Project Management",
'description': """
Automatically creates project tasks from procurement lines
==========================================================
Automatically creates project tasks from procurement lines.
===========================================================
This module will automatically create a new task for each procurement
order line (e.g. for sale order lines), if the corresponding product
meets the following characteristics:
This module will automatically create a new task for each procurement order line
(e.g. for sale order lines), if the corresponding product meets the following
characteristics:
* Type = Service
* Procurement method (Order fulfillment) = MTO (make to order)
* Supply/Procurement method = Produce
* Type = Service
* Procurement method (Order fulfillment) = MTO (make to order)
* Supply/Procurement method = Produce
If on top of that a projet is specified on the product form (in the Procurement
tab), then the new task will be created in that specific project.
Otherwise, the new task will not belong to any project, and may be added to a
project manually later.
tab), then the new task will be created in that specific project. Otherwise, the
new task will not belong to any project, and may be added to a project manually
later.
When the project task is completed or cancelled, the workflow of the corresponding
procurement line is updated accordingly. For example if this procurement corresponds
procurement line is updated accordingly. For example, if this procurement corresponds
to a sale order line, the sale order line will be considered delivered when the
task is completed.

View File

@ -27,7 +27,8 @@
Changes dates according to change in project End Date.
======================================================
If end date of project is changed then the deadline date and start date for all the tasks will change accordingly.
If end date of project is changed then the deadline date and start date for all
the tasks will change accordingly.
""",
'author': 'OpenERP SA',
'depends': ['base', 'project'],