diff --git a/addons/account_analytic_analysis/__openerp__.py b/addons/account_analytic_analysis/__openerp__.py index f6c1854bc3d..da9e9951d71 100644 --- a/addons/account_analytic_analysis/__openerp__.py +++ b/addons/account_analytic_analysis/__openerp__.py @@ -21,19 +21,19 @@ { - 'name' : 'report_account_analytic', + 'name' : 'Analysis of Analytic Account ', 'version' : '1.1', 'category' : 'Generic Modules/Accounting', 'description': """ -This module is for modifying account analytic view to show -important data to project manager of services companies. -Adds menu to show relevant information to each manager.. - +This module is for modifying account analytic view to show important data to project manager of services companies. +=================================================================================================================== +Adds menu to show relevant information to each manager. You can also view the report of account analytic summary user-wise as well as month wise. """, "author" : "Camptocamp", "website" : "http://www.camptocamp.com/", + "images" : ["images/bill_tasks_works.jpeg","images/overpassed_accounts.jpeg"], "depends" : ["hr_timesheet_invoice"], "init_xml" : [], "update_xml": [ diff --git a/addons/account_analytic_default/__openerp__.py b/addons/account_analytic_default/__openerp__.py index b529a92e6f1..e023f39bae8 100644 --- a/addons/account_analytic_default/__openerp__.py +++ b/addons/account_analytic_default/__openerp__.py @@ -25,6 +25,7 @@ 'category' : 'Generic Modules/Accounting', 'description': """ Allows to automatically select analytic accounts based on criterions: +===================================================================== * Product * Partner * User @@ -33,6 +34,7 @@ Allows to automatically select analytic accounts based on criterions: """, 'author' : 'OpenERP SA', 'website' : 'http://www.openerp.com', + 'images' : ['images/analytic_defaults.jpeg'], 'depends' : ['sale'], 'init_xml' : [], 'update_xml': ['security/ir.model.access.csv', 'account_analytic_default_view.xml'], diff --git a/addons/account_analytic_plans/__openerp__.py b/addons/account_analytic_plans/__openerp__.py index 5a021d4d104..fcf4ae1a7cd 100644 --- a/addons/account_analytic_plans/__openerp__.py +++ b/addons/account_analytic_plans/__openerp__.py @@ -56,6 +56,7 @@ of distribution models. """, 'author' : 'OpenERP SA', 'website' : 'http://www.openerp.com', + 'images' : ['images/analytic_plan.jpeg'], 'depends' : ['account', 'account_analytic_default'], 'init_xml' : [], 'update_xml': [ diff --git a/addons/account_anglo_saxon/__openerp__.py b/addons/account_anglo_saxon/__openerp__.py index 7dec56f8766..4f70ca50858 100644 --- a/addons/account_anglo_saxon/__openerp__.py +++ b/addons/account_anglo_saxon/__openerp__.py @@ -30,6 +30,7 @@ This module will add this functionality by using a interim account, to store the value of shipped goods and will contra book this interim account when the invoice is created to transfer this amount to the debtor or creditor account. Secondly, price differences between actual purchase price and fixed product standard price are booked on a separate account""", + "images" : ["images/account_anglo_saxon.jpeg"], "depends" : ["product", "purchase"], "category" : "Generic Modules/Inventory Control", "init_xml" : [], diff --git a/addons/account_budget/__openerp__.py b/addons/account_budget/__openerp__.py index d73efdce399..e002393804f 100644 --- a/addons/account_budget/__openerp__.py +++ b/addons/account_budget/__openerp__.py @@ -24,8 +24,9 @@ 'name': 'Budget Management', 'version': '1.0', 'category': 'Generic Modules/Accounting', - 'description': """This module allows accountants to manage analytic and crossovered budgets. - + 'description': """ +This module allows accountants to manage analytic and crossovered budgets. +========================================================================== Once the Master Budgets and the Budgets are defined (in Accounting/Budgets/), the Project Managers can set the planned amount on each Analytic Account. @@ -44,6 +45,7 @@ Three reports are available: """, 'author': 'OpenERP SA', 'website': 'http://www.openerp.com', + 'images': ['images/budget.jpeg','images/budgetary_position.jpeg'], 'depends': ['account'], 'init_xml': [], 'update_xml': [