diff --git a/addons/resource/__openerp__.py b/addons/resource/__openerp__.py index 71afebce932..cdec91d0496 100644 --- a/addons/resource/__openerp__.py +++ b/addons/resource/__openerp__.py @@ -29,10 +29,9 @@ Module for resource management. =============================== -A resource represent something that can be scheduled -(a developer on a task or a work center on manufacturing orders). -This module manages a resource calendar associated to every resource. -It also manages the leaves of every resource. +A resource represent something that can be scheduled (a developer on a task or a +work center on manufacturing orders). This module manages a resource calendar +associated to every resource. It also manages the leaves of every resource. """, 'author': 'OpenERP SA', diff --git a/addons/sale_crm/__openerp__.py b/addons/sale_crm/__openerp__.py index 92b4491d449..684c23aeab9 100644 --- a/addons/sale_crm/__openerp__.py +++ b/addons/sale_crm/__openerp__.py @@ -28,12 +28,11 @@ This module adds a shortcut on one or several opportunity cases in the CRM. =========================================================================== This shortcut allows you to generate a sales order based on the selected case. -If different cases are open (a list), it generates one sale order by -case. +If different cases are open (a list), it generates one sale order by case. The case is then closed and linked to the generated sales order. -We suggest you to install this module if you installed both the sale and the -crm modules. +We suggest you to install this module if you installed both the sale and the crm +modules. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', diff --git a/addons/sale_journal/__openerp__.py b/addons/sale_journal/__openerp__.py index c104ae19d97..11408161bf4 100644 --- a/addons/sale_journal/__openerp__.py +++ b/addons/sale_journal/__openerp__.py @@ -27,8 +27,7 @@ The sales journal modules allows you to categorise your sales and deliveries (picking lists) between different journals. ======================================================================================================================== -This module is very helpful for bigger companies that -works by departments. +This module is very helpful for bigger companies that works by departments. You can use journal for different purposes, some examples: * isolate sales of different departments @@ -37,12 +36,13 @@ You can use journal for different purposes, some examples: Journals have a responsible and evolves between different status: * draft, open, cancel, done. -Batch operations can be processed on the different journals to -confirm all sales at once, to validate or invoice packing, ... +Batch operations can be processed on the different journals to confirm all sales +at once, to validate or invoice packing. -It also supports batch invoicing methods that can be configured by partners and sales orders, examples: - * daily invoicing, - * monthly invoicing, ... +It also supports batch invoicing methods that can be configured by partners and +sales orders, examples: + * daily invoicing + * monthly invoicing Some statistics by journals are provided. """, diff --git a/addons/sale_margin/__openerp__.py b/addons/sale_margin/__openerp__.py index 623f442578a..936f5a6b350 100644 --- a/addons/sale_margin/__openerp__.py +++ b/addons/sale_margin/__openerp__.py @@ -26,7 +26,8 @@ This module adds the 'Margin' on sales order. ============================================= -This gives the profitability by calculating the difference between the Unit Price and Cost Price. +This gives the profitability by calculating the difference between the Unit +Price and Cost Price. """, "author":"OpenERP SA", "images":["images/sale_margin.jpeg"], diff --git a/addons/sale_mrp/__openerp__.py b/addons/sale_mrp/__openerp__.py index 2d7ed96cca4..d5b3d6b7849 100644 --- a/addons/sale_mrp/__openerp__.py +++ b/addons/sale_mrp/__openerp__.py @@ -28,9 +28,8 @@ This module provides facility to the user to install mrp and sales modulesat a time. ==================================================================================== -It is basically used when we want to keep track of production -orders generated from sales order. -It adds sales name and sales Reference on production order. +It is basically used when we want to keep track of production orders generated +from sales order. It adds sales name and sales Reference on production order. """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com',