[ADD]: Images: report_designer, report_intrastat, resource, web_livechat, web_uservoice

bzr revid: vro@tinyerp.com-20110317101553-99ks2npcbqf5ae1n
This commit is contained in:
vro 2011-03-17 15:45:53 +05:30
parent 02ee6a8123
commit 32d3a04bb8
5 changed files with 28 additions and 9 deletions

View File

@ -21,12 +21,14 @@
{
"name" : "Reporting Tools",
"name" : "Reporting Tools Installer",
"version" : "1.0",
"depends" : ["base"],
"author" : "OpenERP SA",
"category": "Tools",
"description": """Installer for reporting tools selection
"description": """
Installer for reporting tools.
==============================
""",
'website': 'http://www.openerp.com',
'init_xml': [],
@ -38,5 +40,6 @@
'installable': True,
'active': False,
'certificate' : '00764037194670093149',
'images': ['images/config_reporting_tools.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -21,11 +21,13 @@
{
'name': 'Intrastat Reporting - Reporting',
'name': 'Intrastat Reporting',
'version': '1.0',
'category': 'Generic Modules/Inventory Control',
'description': """
A module that adds intrastat reports.
=====================================
This module gives the details of the goods traded between the countries of European Union """,
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
@ -41,5 +43,6 @@
'installable': True,
'active': False,
'certificate': '0056982189085',
'images': ['images/country_intrastat_code.jpeg','images/intrastat_code.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -26,7 +26,9 @@
"category" : "Generic Modules/Projects & Services",
"website" : "http://www.openerp.com",
"description": """
Module for resource management
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.
@ -46,6 +48,7 @@
'installable': True,
'active': False,
'certificate': '00746371192190459469',
'images': ['images/resource_leaves_calendar.jpeg','images/resource_leaves_form.jpeg'],
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,7 +22,10 @@
'name': 'Live Chat Support',
'version': '1.1',
'category': 'Generic Modules/Others',
'description': "Enable live chat support for whom have a maintenance contract",
'description': """
Enable live chat support for those who have a maintenance contract.
===================================================================
""",
'author': 'OpenERP SA',
'website': 'http://openerp.com',
'depends': ['base'],
@ -31,4 +34,5 @@
'active': True,
'web': True,
'certificate': '0013762192410413',
'images': ['images/web_livechat_support.jpeg'],
}

View File

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
##############################################################################
#
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2010 OpenERP s.a. (<http://openerp.com>).
#
@ -15,14 +15,19 @@
# 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/>.
#
##############################################################################
{
'name': 'Add uservoice button in header',
'name': 'Receive User Feedback',
'version': '1.0',
'category': 'Generic Modules/Others',
'description': "",
'description': """
Add Feedback button in header.
==============================
Invite OpenERP user feedback, powered by uservoice.
""",
'author': 'OpenERP SA',
'website': 'http://openerp.com',
'depends': ['base'],
@ -31,4 +36,5 @@
'active': False,
'web': True,
'certificate': '0040452504963885',
'images': ['images/resource_leaves_calendar.jpeg','images/resource_leaves_form.jpeg'],
}