[IMP] : Update Description for modules

bzr revid: cha@tinyerp.com-20120713093114-wzrprgaeo34tzjbx
This commit is contained in:
Ajay Chauhan (OpenERP) 2012-07-13 15:01:14 +05:30
parent 339051cadf
commit 01981534f6
6 changed files with 22 additions and 21 deletions

View File

@ -27,8 +27,9 @@
Synchronization of project task work entries with timesheet entries. Synchronization of project task work entries with timesheet entries.
==================================================================== ====================================================================
This module lets you transfer the entries under tasks defined for Project Management to This module lets you transfer the entries under tasks defined for Project
the Timesheet line entries for particular date and particular user with the effect of creating, editing and deleting either ways. Management to the Timesheet line entries for particular date and particular user
with the effect of creating, editing and deleting either ways.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',

View File

@ -28,8 +28,8 @@
The base module to manage analytic distribution and purchase orders. The base module to manage analytic distribution and purchase orders.
==================================================================== ====================================================================
Allows the user to maintain several analysis plans. These let you split Allows the user to maintain several analysis plans. These let you split a line
a line on a supplier purchase order into several accounts and analytic plans. on a supplier purchase order into several accounts and analytic plans.
""", """,
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -30,8 +30,8 @@
Double-validation for purchases exceeding minimum amount. Double-validation for purchases exceeding minimum amount.
========================================================= =========================================================
This module modifies the purchase workflow in order to validate purchases This module modifies the purchase workflow in order to validate purchases that
that exceeds minimum amount set by configuration wizard. exceeds minimum amount set by configuration wizard.
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'init_xml': [], 'init_xml': [],

View File

@ -28,8 +28,9 @@
This module allows you to manage your Purchase Requisition. This module allows you to manage your Purchase Requisition.
=========================================================== ===========================================================
When a purchase order is created, you now have the opportunity to save the related requisition. When a purchase order is created, you now have the opportunity to save the
This new object will regroup and will allow you to easily keep track and order all your purchase orders. related requisition. This new object will regroup and will allow you to easily
keep track and order all your purchase orders.
""", """,
"depends" : ["purchase","mrp"], "depends" : ["purchase","mrp"],
"init_xml" : [], "init_xml" : [],

View File

@ -28,7 +28,8 @@
A module that adds intrastat reports. A module that adds intrastat reports.
===================================== =====================================
This module gives the details of the goods traded between the countries of European Union """, This module gives the details of the goods traded between the countries of
European Union.""",
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
'depends': ['base', 'product', 'stock', 'sale', 'purchase'], 'depends': ['base', 'product', 'stock', 'sale', 'purchase'],

View File

@ -50,10 +50,8 @@ The module allows:
- Margins definition - Margins definition
- Paper size definition - Paper size definition
... and much more Multiple headers and logos can be defined per company. CSS style, header and
footer body are defined per company.
Multiple headers and logos can be defined per company.
CSS style, header and footer body are defined per company.
For a sample report see also the webkit_report_sample module, and this video: For a sample report see also the webkit_report_sample module, and this video:
http://files.me.com/nbessi/06n92k.mov http://files.me.com/nbessi/06n92k.mov
@ -61,8 +59,8 @@ For a sample report see also the webkit_report_sample module, and this video:
Requirements and Installation Requirements and Installation
----------------------------- -----------------------------
This module requires the ``wkthtmltopdf`` library to render HTML documents as This module requires the ``wkthtmltopdf`` library to render HTML documents as
PDF. Version 0.9.9 or later is necessary, and can be found at http://code.google.com/p/wkhtmltopdf/ PDF. Version 0.9.9 or later is necessary, and can be found at
for Linux, Mac OS X (i386) and Windows (32bits). http://code.google.com/p/wkhtmltopdf/ for Linux, Mac OS X (i386) and Windows (32bits).
After installing the library on the OpenERP Server machine, you need to set the After installing the library on the OpenERP Server machine, you need to set the
path to the ``wkthtmltopdf`` executable file on each Company. path to the ``wkthtmltopdf`` executable file on each Company.
@ -72,13 +70,13 @@ install a "static" version of the library. The default ``wkhtmltopdf`` on
Ubuntu is known to have this issue. Ubuntu is known to have this issue.
TODO TODO:
---- -----
* JavaScript support activation deactivation * JavaScript support activation deactivation
* Collated and book format support * Collated and book format support
* Zip return for separated PDF * Zip return for separated PDF
* Web client WYSIWYG * Web client WYSIWYG
""", """,
"version": "0.9", "version": "0.9",