[ADD]: Images: base_report_creator, base_report_designer, base_setup

bzr revid: vro@tinyerp.com-20110314130615-9x0u8b40k0anavn7
This commit is contained in:
vro 2011-03-14 18:36:15 +05:30
parent 1f67347d3e
commit eadf090b70
4 changed files with 21 additions and 21 deletions

View File

@ -35,7 +35,7 @@ standards, the speed efficiency...
This module also provides generic framework to define your own quality test.
For further info, coders may take a look into base_module_quality\README.txt
WARNING: This module can not work as a ZIP file, you must unzip it before
WARNING: This module cannot work as a ZIP file, you must unzip it before
using it, otherwise it may crash.
""",
'author': 'OpenERP SA',

View File

@ -21,15 +21,18 @@
{
'name': 'Report Creator',
'name': 'Statistical Report Creator',
'version': '1.0',
'category': 'Generic Modules/Base',
'description': """This module allows you to create any statistic
report on several objects. It's a SQL query builder and browser
for and users.
'description': """
This module allows you to create any statistic report on several objects.
=========================================================================
After installing the module, it adds a menu to define custom report in
the "Dashboard" menu.
It's an SQL query builder and browser
for end-users.
After installing the module, it adds a menu to define a custom report in
the Administration / Customization / Reporting menu.
""",
'author': ['OpenERP SA', 'Axelor'],
'website': '',
@ -45,5 +48,6 @@ the "Dashboard" menu.
'installable': True,
'active': False,
'certificate': '0031285794149',
'images': ['images/base_report_creator1.jpeg','images/base_report_creator2.jpeg','images/base_report_creator3.jpeg',],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,16 +21,15 @@
{
'name': 'Report designer interface module',
'name': 'OpenOffice Report Designer Interface',
'version': '0.1',
'category': 'Generic Modules/Base',
'description': """
This module is used along with OpenERP OpenOffice plugin.
You have to first install the plugin which is available at
http://www.openerp.com
This module is used along with OpenERP OpenOffice Plugin.
=========================================================
This module adds wizards to Import/Export .sxw report that
you can modify in OpenOffice.Once you have modified it you can
you can modify in OpenOffice. Once you have modified it you can
upload the report using the same wizard.
""",
'author': 'OpenERP SA',
@ -42,5 +41,6 @@ upload the report using the same wizard.
'installable': True,
'active': False,
'certificate': '0056379010493',
'images': ['images/base_report_designer1.jpeg','images/base_report_designer2.jpeg',],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -25,17 +25,12 @@
'version': '1.0',
'category': 'Generic Modules/Base',
'description': """
This module implements a configuration system that helps user
to configure the system at the installation of a new database.
This module helps to configure the system at the installation of a new database.
================================================================================
It allows you to select between a list of profiles to install:
* Minimal profile
* Accounting only
* Services companies
* Manufacturing companies
It allows you to choose the type of interface and select from a list of applications to install.
It also asks screens to help easily configure your company, the header and
footer, the account chart to install and the language.
It also helps to easily configure your company.
""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
@ -49,5 +44,6 @@
'installable': True,
'active': True,
'certificate': '0086711085869',
'images': ['images/base_setup1.jpeg','images/base_setup2.jpeg','images/base_setup3.jpeg','images/base_setup4.jpeg',],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: