[ADD]: Images: base_synchro, base_tools, base_vat, board

bzr revid: vro@tinyerp.com-20110315043448-lnzt8ne3mfsovfiv
This commit is contained in:
vro 2011-03-15 10:04:48 +05:30
parent 5c345cedda
commit 24381f640d
4 changed files with 23 additions and 7 deletions

View File

@ -20,11 +20,14 @@
##############################################################################
{
"name":"Base Synchro",
"name":"Server Object Synchronization",
"version":"0.1",
"author":"OpenERP SA",
"category":"Generic Modules/Base",
"description": """Synchronization with all objects.""",
"description": """
Synchronization with all objects.
=================================
""",
"depends":["base"],
"demo_xml":[],
"update_xml":[ "wizard/base_synchro_view.xml",
@ -33,5 +36,6 @@
"active":False,
"installable":True,
"certificate" : "00925429283944551453",
'images': ['images/1_servers_synchro.jpeg','images/2_synchronize.jpeg','images/3_objects_synchro.jpeg',],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,11 +1,13 @@
# -*- encoding: utf-8 -*-
{
"name": "Common base for tools modules",
"name": "Base Tools",
"author": "OpenERP SA",
"version": "1.0",
"depends": ["base"],
"category" : "Tools",
'description': """
Common base for tools modules.
==============================
""",
"init_xml": [],
"update_xml": [

View File

@ -19,11 +19,12 @@
#
##############################################################################
{
'name': 'Base VAT - To check VAT number validity',
'name': 'Base VAT',
'version': '1.0',
'category': 'Generic Modules/Base',
'description': """
Enable the VAT Number for the partner. Check the validity of that VAT Number.
Enable VAT Number for a partner and check its validity.
=======================================================
This module follows the methods stated at http://sima-pc.com/nif.php for
checking the validity of VAT Number assigned to partners in European countries.
@ -35,5 +36,6 @@
'installable': True,
'active': False,
'certificate': '0084849360989',
'images': ['images/1_partner_vat.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -20,10 +20,17 @@
##############################################################################
{
'name': 'Dashboard main module',
'name': 'Dashboard Creator',
'version': '1.0',
'category': 'Board/Base',
'description': """Base module for all dashboards.""",
'description': """
Lets the user create a custom dashboard.
========================================
This module also creates the Administration Dashboard.
The user can also publish notes.
""",
'author': 'OpenERP SA',
'depends': ['base'],
'update_xml': ['security/board_security.xml','security/ir.model.access.csv', 'wizard/board_menu_create_view.xml', 'board_view.xml','board_administration_view.xml'],
@ -31,5 +38,6 @@
'installable': True,
'active': False,
'certificate': '0076912305725',
'images': ['images/1_dashboard_definition.jpeg','images/2_publish_note.jpeg','images/3_admin_dashboard.jpeg',],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: