[ADD]: Images: base_iban, base_module_doc_rst, base_module_quality, base_module_record

bzr revid: vro@tinyerp.com-20110314123214-4ru227u881my7ok4
This commit is contained in:
vro 2011-03-14 18:02:14 +05:30
parent 3e6ec6f679
commit a601306021
4 changed files with 14 additions and 4 deletions

View File

@ -23,7 +23,8 @@
'version': '1.0',
'category': 'Generic Modules/Base',
'description': """
This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for its validity.
This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for its validity.
=====================================================================================================================
""",
'author': 'OpenERP SA',
@ -34,5 +35,6 @@ This module installs the base for IBAN (International Bank Account Number) bank
'installable': True,
'active': False,
'certificate': '0050014379549',
'images': ['images/base_iban1.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -24,7 +24,9 @@
'version': '1.0',
'category': 'Generic Modules/Base',
'description': """
* This module generates the Technical Guides of selected modules in Restructured Text format (RST)
This module generates the Technical Guides of selected modules in Restructured Text format (RST).
=================================================================================================
* It uses the Sphinx (http://sphinx.pocoo.org) implementation of RST
* It creates a tarball (.tgz file suffix) containing an index file and one file per module
* Generates Relationship Graph
@ -37,5 +39,6 @@
'demo_xml': [],
'installable': True,
'certificate': '001288481437217734509',
'images': ['images/base_module_doc_rst1.jpeg'],
}

View File

@ -26,6 +26,7 @@
'category': 'OpenERP SA Specific Modules/Base module quality',
'description': """
The aim of this module is to check the quality of other modules.
================================================================
It defines a wizard on the list of modules in OpenERP, which allows you to
evaluate them on different criteria such as: the respect of OpenERP coding
@ -46,5 +47,6 @@ using it, otherwise it may crash.
'installable': True,
'active': False,
'certificate': '0175119475677',
'images': ['images/base_module_quality1.jpeg','images/base_module_quality2.jpeg','images/base_module_quality3.jpeg']
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
##############################################################################
#
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2004-2010 Tiny SPRL (<http://tiny.be>).
#
@ -15,7 +15,7 @@
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
@ -26,6 +26,8 @@
'category': 'Generic Modules/Base',
'description': """
This module allows you to create a new module without any development.
======================================================================
It records all operations on objects during the recording session and
produce a .ZIP module. So you can create your own module directly from
the OpenERP client.
@ -49,5 +51,6 @@ Select datetime criteria of recording and objects to be recorded and Record modu
'demo_xml': [],
'installable': True,
'certificate': '0083134865813',
'images': ['images/base_module_record1.jpeg','images/base_module_record2.jpeg','images/base_module_record3.jpeg',]
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: