[IMP] better manifests on modules

bzr revid: fp@tinyerp.com-20111206120355-h5vufbibzovtvf0j
This commit is contained in:
Fabien Pinckaers 2011-12-06 13:03:55 +01:00
parent e719ba764a
commit 4e0befa1f4
94 changed files with 141 additions and 141 deletions

View File

@ -19,11 +19,11 @@
# #
############################################################################## ##############################################################################
{ {
"name" : "Accounting and Financial Management", "name" : "eInvoicing",
"version" : "1.1", "version" : "1.1",
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category": 'Accounting & Finance', "category": 'Accounting & Finance',
'complexity': "normal", 'complexity': "easy",
"description": """ "description": """
Accounting and Financial Management. Accounting and Financial Management.
==================================== ====================================
@ -152,7 +152,6 @@ module named account_voucher.
], ],
'installable': True, 'installable': True,
'active': False, 'active': False,
'core': True,
'certificate': '0080331923549', 'certificate': '0080331923549',
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: # vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -19,10 +19,10 @@
# #
############################################################################## ##############################################################################
{ {
"name" : "Accountant Access", "name" : "Accounting and Finance",
"version" : "1.1", "version" : "1.1",
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category": 'Hidden', "category": 'Accounting & Finance',
'complexity': "normal", 'complexity': "normal",
"description": """ "description": """
Accounting Access Rights. Accounting Access Rights.

View File

@ -22,7 +22,7 @@
{ {
'name' : 'Account Analytic Defaults', 'name' : 'Account Analytic Defaults',
'version' : '1.0', 'version' : '1.0',
'category' : 'Hidden', "category": 'Accounting & Finance',
'complexity': "normal", 'complexity': "normal",
'description': """Set default values for your analytic accounts 'description': """Set default values for your analytic accounts
Allows to automatically select analytic accounts based on criterions: Allows to automatically select analytic accounts based on criterions:

View File

@ -23,7 +23,7 @@
"name" : "Cancel Entries", "name" : "Cancel Entries",
"version" : "1.1", "version" : "1.1",
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category": 'Hidden', "category": 'Accounting & Finance',
'complexity': "normal", 'complexity': "normal",
"description": """ "description": """
Allows cancelling accounting entries. Allows cancelling accounting entries.

View File

@ -21,9 +21,9 @@
{ {
'name': 'Charts of Accounts', 'name': 'Template of Charts of Accounts',
'version': '1.1', 'version': '1.1',
'category': 'Hidden', "category": 'Accounting & Finance',
'description': """ 'description': """
Remove minimal account chart. Remove minimal account chart.
============================= =============================

View File

@ -20,10 +20,10 @@
############################################################################## ##############################################################################
{ {
"name" : "Account CODA - import bank statements from coda file", "name" : "CODA Bank Statements",
"version" : "1.0", "version" : "1.0",
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category" : "Hidden", "category": 'Accounting & Finance',
'complexity': "normal", 'complexity': "normal",
"description": """ "description": """
Module provides functionality to import bank statements from coda files. Module provides functionality to import bank statements from coda files.

View File

@ -21,9 +21,9 @@
{ {
'name': 'Improve Invoice Layout', 'name': 'Invoice Layouts',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', "category": 'Accounting & Finance',
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
This module provides some features to improve the layout of the invoices. This module provides some features to improve the layout of the invoices.

View File

@ -22,7 +22,7 @@
{ {
'name': 'Entries Sequence Numbering', 'name': 'Entries Sequence Numbering',
'version': '1.1', 'version': '1.1',
'category': 'Hidden', "category": 'Accounting & Finance',
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
This module maintains internal sequence number for accounting entries. This module maintains internal sequence number for accounting entries.

View File

@ -20,7 +20,7 @@
############################################################################## ##############################################################################
{ {
"name" : "Accounting Voucher Entries", "name" : "eInvoicing & Payments",
"version" : "1.0", "version" : "1.0",
"author" : 'OpenERP SA', "author" : 'OpenERP SA',
'complexity': "normal", 'complexity': "normal",
@ -32,7 +32,7 @@ Account Voucher module includes all the basic requirements of Voucher Entries fo
* Voucher Receipt * Voucher Receipt
* Cheque Register * Cheque Register
""", """,
"category" : "Hidden", "category": 'Accounting & Finance',
"website" : "http://tinyerp.com", "website" : "http://tinyerp.com",
"images" : ["images/customer_payment.jpeg","images/journal_voucher.jpeg","images/sales_receipt.jpeg","images/supplier_voucher.jpeg"], "images" : ["images/customer_payment.jpeg","images/journal_voucher.jpeg","images/sales_receipt.jpeg","images/supplier_voucher.jpeg"],
"depends" : ["account"], "depends" : ["account"],
@ -68,6 +68,7 @@ Account Voucher module includes all the basic requirements of Voucher Entries fo
], ],
'certificate': '0037580727101', 'certificate': '0037580727101',
"active": False, "active": False,
"core": True,
"installable": True, "installable": True,
} }

View File

@ -24,7 +24,7 @@
"version": "1.1", "version": "1.1",
"author" : "OpenERP SA", "author" : "OpenERP SA",
"website" : "http://www.openerp.com", "website" : "http://www.openerp.com",
"category" : "Hidden", "category": 'Accounting & Finance',
"depends" : ["base", "decimal_precision"], "depends" : ["base", "decimal_precision"],
"description": """ "description": """
Module for defining analytic accounting object. Module for defining analytic accounting object.

View File

@ -20,9 +20,9 @@
############################################################################## ##############################################################################
{ {
'name': 'Analytic Journal Billing Rate, Define the default invoicing rate for a specific journal', 'name': 'Billing Rates on Contracts',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Sales Management',
'description': """ 'description': """
This module allows you to define what is the default invoicing rate for a specific journal on a given account. This module allows you to define what is the default invoicing rate for a specific journal on a given account.
============================================================================================================== ==============================================================================================================

View File

@ -21,9 +21,9 @@
{ {
'name': 'Human Resources', 'name': 'Jobs on Contracts',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Sales Management',
'description': """ 'description': """
This module allows you to define what is the default function of a specific user on a given account. This module allows you to define what is the default function of a specific user on a given account.
==================================================================================================== ====================================================================================================

View File

@ -24,7 +24,7 @@
{ {
'name': 'Database Anonymization', 'name': 'Database Anonymization',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
This module allows you to anonymize a database. This module allows you to anonymize a database.

View File

@ -21,7 +21,7 @@
{ {
'name': 'Association profile', 'name': 'Associations Management',
'version': '0.1', 'version': '0.1',
'category': 'Specific Industry Applications', 'category': 'Specific Industry Applications',
'complexity': "normal", 'complexity': "normal",

View File

@ -23,7 +23,7 @@
{ {
'name': 'Audit Trail', 'name': 'Audit Trail',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'description': """ 'description': """
This module lets administrator track every user operation on all the objects of the system. This module lets administrator track every user operation on all the objects of the system.
=========================================================================================== ===========================================================================================

View File

@ -21,9 +21,9 @@
{ {
'name': 'OpenID', 'name': 'OpenID Authentification',
'version': '2.0', 'version': '2.0',
'category': 'Hidden', 'category': 'Tools',
'description': """Allow users to login through OpenID.""", 'description': """Allow users to login through OpenID.""",
'author': 'OpenERP s.a.', 'author': 'OpenERP s.a.',
'maintainer': 'OpenERP s.a.', 'maintainer': 'OpenERP s.a.',

View File

@ -22,7 +22,7 @@
{ {
'name': 'Action Rule', 'name': 'Action Rule',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Sales Management',
'description': """ 'description': """
This module allows to implement action rules for any object. This module allows to implement action rules for any object.
============================================================ ============================================================

View File

@ -34,7 +34,7 @@ It supports:
- Recurring events - Recurring events
- Invitations to people""", - Invitations to people""",
"author" : "OpenERP SA", "author" : "OpenERP SA",
'category': 'Hidden', 'category': 'Tools',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
"init_xml" : [ "init_xml" : [
'base_calendar_data.xml' 'base_calendar_data.xml'

View File

@ -23,7 +23,7 @@
{ {
'name': 'Base Contact', 'name': 'Base Contact',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Sales Management',
'complexity': "expert", 'complexity': "expert",
'description': """ 'description': """
This module allows you to manage your contacts entirely. This module allows you to manage your contacts entirely.

View File

@ -19,12 +19,12 @@
# #
############################################################################## ##############################################################################
{ {
"name" : "Base - Password Encryption", "name" : "DB Password Encryption",
"version" : "1.1", "version" : "1.1",
"author" : ['OpenERP SA', "FS3"], "author" : ['OpenERP SA', "FS3"],
"maintainer" : "OpenERP SA", "maintainer" : "OpenERP SA",
"website" : "http://www.openerp.com", "website" : "http://www.openerp.com",
"category" : "Hidden", "category" : "Tools",
'complexity': "easy", 'complexity': "easy",
"description": """ "description": """
Replaces cleartext passwords in the database with a secure hash Replaces cleartext passwords in the database with a secure hash

View File

@ -19,9 +19,9 @@
# #
############################################################################## ##############################################################################
{ {
'name': 'Create IBAN bank accounts', 'name': 'IBAN Bank Accounts',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', "category": 'Accounting & Finance',
'complexity': "easy", 'complexity': "easy",
'description': """ '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.

View File

@ -20,9 +20,9 @@
############################################################################## ##############################################################################
{ {
'name': 'Module Technical Guide in Restructured Text ', 'name': 'Generate Docs of Modules',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'description': """ '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).
================================================================================================= =================================================================================================

View File

@ -21,9 +21,9 @@
{ {
'name': 'Base module quality - To check the quality of other modules' , 'name': 'Analyse Module Quality' ,
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'description': """ 'description': """
The aim of this module is to check the quality of other modules. The aim of this module is to check the quality of other modules.
================================================================ ================================================================

View File

@ -23,7 +23,7 @@
{ {
'name': 'Module Record', 'name': 'Module Record',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'description': """ 'description': """
This module allows you to create a new module without any development. This module allows you to create a new module without any development.
====================================================================== ======================================================================

View File

@ -21,9 +21,9 @@
{ {
'name': 'Base Setup', 'name': 'Initial Setup Tools',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
This module helps 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.

View File

@ -20,10 +20,10 @@
############################################################################## ##############################################################################
{ {
"name":"Server Object Synchronization", "name":"Multi-DB Synchronization",
"version":"0.1", "version":"0.1",
"author":"OpenERP SA", "author":"OpenERP SA",
"category":"Hidden", "category":"Tools",
"description": """ "description": """
Synchronization with all objects. Synchronization with all objects.
================================= =================================

View File

@ -4,7 +4,7 @@
"author": "OpenERP SA", "author": "OpenERP SA",
"version": "1.0", "version": "1.0",
"depends": ["base"], "depends": ["base"],
"category" : "Hidden", "category" : "Tools",
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
Common base for tools modules. Common base for tools modules.

View File

@ -22,7 +22,7 @@
{ {
'name': 'VAT Number Validation', 'name': 'VAT Number Validation',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', "category": 'Accounting & Finance',
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
VAT validation for Partners' VAT numbers VAT validation for Partners' VAT numbers

View File

@ -20,9 +20,9 @@
############################################################################## ##############################################################################
{ {
'name': 'Dashboard Creator', 'name': 'Dashboards',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'complexity': "normal", 'complexity': "normal",
'description': """ 'description': """
Lets the user create a custom dashboard. Lets the user create a custom dashboard.

View File

@ -49,7 +49,7 @@ To access OpenERP Calendar using WebCal to remote site use the URL like:
DATABASE_NAME: Name of database on which OpenERP Calendar is created DATABASE_NAME: Name of database on which OpenERP Calendar is created
CALENDAR_NAME: Name of calendar to access CALENDAR_NAME: Name of calendar to access
""", """,
'category': 'Hidden', 'category': 'Tools',
"author" : "OpenERP SA", "author" : "OpenERP SA",
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',
"init_xml" : ["caldav_data.xml"], "init_xml" : ["caldav_data.xml"],

View File

@ -21,7 +21,7 @@
"name" : "Claim from Delivery", "name" : "Claim from Delivery",
"version" : "1.0", "version" : "1.0",
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category" : "Hidden", 'category': 'Sales Management',
"depends" : ["base", "crm_claim", "stock"], "depends" : ["base", "crm_claim", "stock"],
"init_xml" : [], "init_xml" : [],
"demo_xml" : [], "demo_xml" : [],

View File

@ -21,7 +21,7 @@
{ {
'name': 'Customer & Supplier Relationship Management', 'name': 'Customer Relationship Management',
'version': '1.0', 'version': '1.0',
'category': 'Customer Relationship Management', 'category': 'Customer Relationship Management',
'complexity': "easy", 'complexity': "easy",

View File

@ -23,7 +23,7 @@
{ {
'name': 'Partner Geo-Localization', 'name': 'Partner Geo-Localization',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Sales Management',
'complexity': "normal", 'complexity': "normal",
'description': """ 'description': """
This is the module used by OpenERP SA to redirect customers to its partners, based on geolocalization. This is the module used by OpenERP SA to redirect customers to its partners, based on geolocalization.

View File

@ -21,7 +21,7 @@
{ {
'name': 'To Do List', 'name': 'CRM Todo Lists',
'version': '1.0', 'version': '1.0',
"category": 'Hidden/Link', "category": 'Hidden/Link',
'complexity': "easy", 'complexity': "easy",

View File

@ -30,7 +30,7 @@ The decimal precision is configured per company.
"author": "OpenERP SA", "author": "OpenERP SA",
"version": "0.1", "version": "0.1",
"depends": ["base"], "depends": ["base"],
"category" : "Hidden", "category" : "Tools",
'complexity': "easy", 'complexity': "easy",
"init_xml": [], "init_xml": [],
"update_xml": [ "update_xml": [

View File

@ -21,9 +21,9 @@
{ {
'name': 'Support for iCal based on Document Management System', 'name': 'iCal Support',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'complexity': "normal", 'complexity': "normal",
'description': """ 'description': """
Allows to synchronise calendars with others applications. Allows to synchronise calendars with others applications.

View File

@ -21,9 +21,9 @@
{ {
'name': 'Event', 'name': 'Events Organisation',
'version': '0.1', 'version': '0.1',
'category': 'Hidden', 'category': 'Tools',
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
Organization and management of Events. Organization and management of Events.

View File

@ -20,9 +20,9 @@
############################################################################## ##############################################################################
{ {
'name': 'Event Project - Create Retro-Planning to manage your Events', 'name': 'Retro-Planning on Events',
'version': '0.1', 'version': '0.1',
'category': 'Hidden/Link', 'category': 'Tools',
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
Organization and management of events. Organization and management of events.

View File

@ -20,11 +20,11 @@
############################################################################## ##############################################################################
{ {
"name" : "Fetchmail for CRM", "name" : "eMail Gateway for Leads",
"version" : "1.0", "version" : "1.0",
"depends" : ["fetchmail", "crm"], "depends" : ["fetchmail", "crm"],
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category": 'Hidden/Link', "category": 'Tools',
"description": """ "description": """
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -20,11 +20,11 @@
############################################################################## ##############################################################################
{ {
"name" : "Fetchmail for CRM Claim", "name" : "eMail Gateway for CRM Claim",
"version" : "1.0", "version" : "1.0",
"depends" : ["fetchmail", "crm_claim"], "depends" : ["fetchmail", "crm_claim"],
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category": 'Hidden/Link', 'category': 'Sales Management',
"description": """ "description": """
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -20,11 +20,11 @@
############################################################################## ##############################################################################
{ {
"name" : "Fetchmail for Applicants", "name" : "eMail Gateway for Applicants",
"version" : "1.0", "version" : "1.0",
"depends" : ["fetchmail", "hr_recruitment"], "depends" : ["fetchmail", "hr_recruitment"],
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category": 'Hidden/Link', "category": "Human Resources",
"description": """ "description": """
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -20,11 +20,11 @@
############################################################################## ##############################################################################
{ {
"name" : "Fetchmail for Project Issue", "name" : "eMail Gateway for Project Issues",
"version" : "1.0", "version" : "1.0",
"depends" : ["fetchmail", "project_issue"], "depends" : ["fetchmail", "project_issue"],
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category": 'Hidden/Link', "category": "Project Management",
"description": """ "description": """
""", """,
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -21,9 +21,9 @@
{ {
'name': 'Google user', 'name': 'Google Users',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'description': """The module adds google user in res user""", 'description': """The module adds google user in res user""",
'author': 'OpenERP SA', 'author': 'OpenERP SA',
'website': 'http://www.openerp.com', 'website': 'http://www.openerp.com',

View File

@ -21,9 +21,9 @@
{ {
'name': 'Google Map', 'name': 'Google Maps on Customers',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'description': """ 'description': """
The module adds Google Map field in partner address. The module adds Google Map field in partner address.
==================================================== ====================================================

View File

@ -21,7 +21,7 @@
{ {
'name': 'Expenses', 'name': 'Expenses Management',
'version': '1.0', 'version': '1.0',
'category': 'Human Resources', 'category': 'Human Resources',
'complexity': "easy", 'complexity': "easy",

View File

@ -21,7 +21,7 @@
{ {
"name": "Leave Management", "name": "Leaves Management",
"version": "1.5", "version": "1.5",
"author": ['OpenERP SA', 'Axelor'], "author": ['OpenERP SA', 'Axelor'],
"category": "Human Resources", "category": "Human Resources",

View File

@ -23,7 +23,7 @@
{ {
'name': 'Human Resources (Timesheet encoding)', 'name': 'Human Resources (Timesheet encoding)',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', "category": "Human Resources",
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
This module implements a timesheet system. This module implements a timesheet system.

View File

@ -21,9 +21,9 @@
{ {
'name': 'Invoice on analytic lines', 'name': 'Invoice on Analytic Lines',
'version': '1.0', 'version': '1.0',
'category': 'Hidden/Link', 'category': 'Sales Management',
'description': """Generate your Invoices from Expenses, Timesheet Entries, ... 'description': """Generate your Invoices from Expenses, Timesheet Entries, ...
Module to generate invoices based on costs (human resources, expenses, ...). Module to generate invoices based on costs (human resources, expenses, ...).
============================================================================ ============================================================================

View File

@ -2,7 +2,7 @@
"name" : "Html View", "name" : "Html View",
"version" : "1.1", "version" : "1.1",
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category" : "Hidden", "category" : "Tools",
"depends" : ['base'], "depends" : ['base'],
"init_xml" : ['html_view.xml'], "init_xml" : ['html_view.xml'],
"demo_xml" : [], "demo_xml" : [],

View File

@ -20,9 +20,9 @@
############################################################################## ##############################################################################
{ {
'name': 'Base framework for module that need to import complex data', 'name': 'Framework for complex import',
'version': '0.9', 'version': '0.9',
'category': 'Hidden', 'category': 'Tools',
'description': """ 'description': """
This module provide a class import_framework to help importing This module provide a class import_framework to help importing
complex data from other software complex data from other software

View File

@ -21,11 +21,11 @@
{ {
"name" : "Knowledge Management System", "name" : "Document Management System",
"version" : "1.0", "version" : "1.0",
"depends" : ["base","base_setup"], "depends" : ["base","base_setup"],
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category": 'Hidden', 'category': 'Knowledge Management',
'complexity': "easy", 'complexity': "easy",
"description": """ "description": """
Installer for knowledge-based Hidden. Installer for knowledge-based Hidden.

View File

@ -22,7 +22,7 @@
{ {
'name': 'French RIB Bank Details', 'name': 'French RIB Bank Details',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', "category": 'Accounting & Finance',
'description': ''' 'description': '''
This module lets users enter the banking details of Partners in the RIB format (French standard for bank accounts details). This module lets users enter the banking details of Partners in the RIB format (French standard for bank accounts details).
RIB Bank Accounts can be entered in the "Accounting" tab of the Partner form by specifying the account type "RIB". The four standard RIB fields will then become mandatory: RIB Bank Accounts can be entered in the "Accounting" tab of the Partner form by specifying the account type "RIB". The four standard RIB fields will then become mandatory:

View File

@ -20,7 +20,7 @@
############################################################################## ##############################################################################
{ {
"name": "Lunch", "name": "Lunch Orders",
"author": "OpenERP SA", "author": "OpenERP SA",
'complexity': "easy", 'complexity': "easy",
"Description": """ "Description": """

View File

@ -20,9 +20,9 @@
############################################################################## ##############################################################################
{ {
'name': 'Email Subsystem', 'name': 'Emails Management',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
A generic email subsystem with message storage and queuing A generic email subsystem with message storage and queuing

View File

@ -21,13 +21,13 @@
{ {
"name" : "Demo data for Marketing Campaign", "name" : "Marketing Campaign, demo data",
"version" : "1.0", "version" : "1.0",
"depends" : ["marketing_campaign", "depends" : ["marketing_campaign",
"crm", "crm",
], ],
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category": 'Hidden', "category": 'Marketing',
"description": """ "description": """
Demo data for the module marketing_campaign. Demo data for the module marketing_campaign.
============================================ ============================================

View File

@ -23,7 +23,7 @@
{ {
'name': 'Membership', 'name': 'Membership',
'version': '0.1', 'version': '0.1',
'category': 'Hidden', 'category': 'Association',
'description': """ 'description': """
This module allows you to manage all operations for managing memberships. This module allows you to manage all operations for managing memberships.
========================================================================= =========================================================================

View File

@ -21,7 +21,7 @@
{ {
'name': 'Repairs', 'name': 'Repairs Management',
'version': '1.0', 'version': '1.0',
'category': 'Manufacturing', 'category': 'Manufacturing',
'description': """ 'description': """

View File

@ -23,7 +23,7 @@
{ {
'name': 'Multi-Company', 'name': 'Multi-Company',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'complexity': "expert", 'complexity': "expert",
'description': """ 'description': """
This module is for managing a multicompany environment. This module is for managing a multicompany environment.

View File

@ -1,8 +1,8 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
{ {
'name': 'Collaborative Note Pad', 'name': 'Collaborative Pads',
'version': '2.0', 'version': '2.0',
'category': 'Hidden', "category": "Project Management",
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
Adds enhanced support for (Ether)Pad attachments in the web client. Adds enhanced support for (Ether)Pad attachments in the web client.

View File

@ -20,9 +20,9 @@
############################################################################## ##############################################################################
{ {
'name': 'Project PAD', 'name': 'Project Specs as PADs',
'version': '1.0', 'version': '1.0',
'category': 'Hidden/Link', "category": "Project Management",
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
This module adds a PAD in all project kanban views This module adds a PAD in all project kanban views

View File

@ -21,9 +21,9 @@
{ {
'name': 'Common interface for CRM plugin (Thunderbird and Outlook)', 'name': 'CRM Plugins',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
The common interface for pugin. The common interface for pugin.

View File

@ -24,7 +24,7 @@
'version' : "1.0", 'version' : "1.0",
'depends' : ["base", "share"], 'depends' : ["base", "share"],
'author' : "OpenERP SA", 'author' : "OpenERP SA",
'category': 'Hidden', 'category': 'Portal',
'description': """ 'description': """
This module defines 'portals' to customize the access to your OpenERP database This module defines 'portals' to customize the access to your OpenERP database
for external users. for external users.

View File

@ -23,7 +23,7 @@
{ {
'name': 'Enterprise Process', 'name': 'Enterprise Process',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'description': """ 'description': """
This module shows the basic processes involved in the selected modules and in the sequence they occur. This module shows the basic processes involved in the selected modules and in the sequence they occur.
====================================================================================================== ======================================================================================================

View File

@ -24,7 +24,7 @@
"name" : "Products & Pricelists", "name" : "Products & Pricelists",
"version" : "1.1", "version" : "1.1",
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category" : "Hidden", 'category': 'Sales Management',
"depends" : ["base", "process", "decimal_precision"], "depends" : ["base", "process", "decimal_precision"],
"init_xml" : [], "init_xml" : [],
"demo_xml" : ["product_demo.xml"], "demo_xml" : ["product_demo.xml"],

View File

@ -21,7 +21,7 @@
"name" : "Products Attributes & Manufacturers", "name" : "Products Attributes & Manufacturers",
"version" : "1.0", "version" : "1.0",
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category" : "Hidden", 'category': 'Purchase Management',
'complexity': "easy", 'complexity': "easy",
"depends" : ["stock"], "depends" : ["stock"],
"init_xml" : [], "init_xml" : [],

View File

@ -21,9 +21,9 @@
{ {
'name': 'Margins in Product', 'name': 'Margins by Products',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Sales Management',
'description': """ 'description': """
Adds a reporting menu in products that computes sales, purchases, margins and other interesting indicators based on invoices. Adds a reporting menu in products that computes sales, purchases, margins and other interesting indicators based on invoices.
============================================================================================================================= =============================================================================================================================

View File

@ -18,10 +18,10 @@
# #
############################################################################## ##############################################################################
{ {
"name": "Visible Discount", "name": "Visible Discounts on SO",
"version": "1.0", "version": "1.0",
"author": "OpenERP SA", "author": "OpenERP SA",
"category": "Hidden", 'category': 'Sales Management',
'complexity': "easy", 'complexity': "easy",
"description": """ "description": """
This module lets you calculate discounts on Sale Order lines and Invoice lines base on the partner's pricelist. This module lets you calculate discounts on Sale Order lines and Invoice lines base on the partner's pricelist.

View File

@ -21,11 +21,11 @@
{ {
"name" : "Miscellaneous Hidden", "name" : "Miscellaneous Tools",
"version" : "1.0", "version" : "1.0",
"depends" : ["base", "base_setup"], "depends" : ["base", "base_setup"],
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category" : "Hidden", "category" : "Tools",
'complexity': "easy", 'complexity': "easy",
"description": """ "description": """
Installer for extra Hidden like lunch, survey, idea, share, etc. Installer for extra Hidden like lunch, survey, idea, share, etc.

View File

@ -23,7 +23,7 @@
"name": "CalDAV for Task Management", "name": "CalDAV for Task Management",
"version": "1.1", "version": "1.1",
"author": "OpenERP SA", "author": "OpenERP SA",
"category": "Hidden", "category": "Project Management",
"description": """ "description": """
Synchronization between Project Task and Caldav Vtodo. Synchronization between Project Task and Caldav Vtodo.
====================================================== ======================================================

View File

@ -21,7 +21,7 @@
{ {
'name': 'Todo List based on the GTD methodology', 'name': 'Todo Lists',
'version': '1.0', 'version': '1.0',
'category': 'Project Management', 'category': 'Project Management',
'complexity': "easy", 'complexity': "easy",

View File

@ -21,9 +21,9 @@
############################################################################## ##############################################################################
{ {
'name': 'Add the Timesheet support for Issue Management in Project Management', 'name': 'Timesheet on Issues',
'version': '1.0', 'version': '1.0',
'category': 'Hidden/Link', "category": "Project Management",
'description': """ 'description': """
This module adds the Timesheet support for the Issues/Bugs Management in Project. This module adds the Timesheet support for the Issues/Bugs Management in Project.
================================================================================= =================================================================================

View File

@ -20,7 +20,7 @@
############################################################################## ##############################################################################
{ {
"name": "Long Term Planning", "name": "Long Term Projects",
"version": "1.1", "version": "1.1",
"author": "OpenERP SA", "author": "OpenERP SA",
"website": "http://www.openerp.com", "website": "http://www.openerp.com",

View File

@ -21,11 +21,11 @@
{ {
"name": "Project Tasks - Mail Integration", "name": "Tasks Mail Integration",
"version": "1.1", "version": "1.1",
"author": "OpenERP SA", "author": "OpenERP SA",
"website": "http://www.openerp.com", "website": "http://www.openerp.com",
"category": "Hidden", "category": "Project Management",
'complexity': "easy", 'complexity': "easy",
"images": ["images/project_mailgate_task.jpeg"], "images": ["images/project_mailgate_task.jpeg"],
"depends": ["project", "mail"], "depends": ["project", "mail"],

View File

@ -26,7 +26,7 @@
"images": ["images/project_message.jpeg"], "images": ["images/project_message.jpeg"],
"depends": ["project"], "depends": ["project"],
"author": "OpenERP SA", "author": "OpenERP SA",
"category": 'Hidden', "category": "Project Management",
'complexity': "easy", 'complexity': "easy",
"description": """ "description": """
This module provides the functionality to send messages within a project. This module provides the functionality to send messages within a project.

View File

@ -21,9 +21,9 @@
{ {
'name': 'Automatic task creation from procurement lines', 'name': 'Create Tasks on SO',
'version': '1.0', 'version': '1.0',
'category': 'Hidden/Link', "category": "Project Management",
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
Automatically creates project tasks from procurement lines Automatically creates project tasks from procurement lines

View File

@ -23,7 +23,7 @@
{ {
'name': 'Planning Management Module', 'name': 'Planning Management Module',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', "category": "Project Management",
'complexity': "easy", 'complexity': "easy",
'description': """Keep track of your planning 'description': """Keep track of your planning
This module helps you to manage your plannings. This module helps you to manage your plannings.

View File

@ -20,9 +20,9 @@
############################################################################## ##############################################################################
{ {
'name': 'Project Retro planning', 'name': 'Project Retro-planning',
'version': '0.1', 'version': '0.1',
'category': 'Hidden', 'category': 'Project Management',
'description': """ 'description': """
Changes dates according to change in project End Date. Changes dates according to change in project End Date.
====================================================== ======================================================

View File

@ -20,9 +20,9 @@
############################################################################## ##############################################################################
{ {
"name" : "Double Validation for Purchase", "name" : "Double Validation on Purchases",
"version" : "1.1", "version" : "1.1",
"category": 'Hidden', 'category': 'Purchase Management',
'complexity': "easy", 'complexity': "easy",
"images" : ["images/purchase_validation.jpeg"], "images" : ["images/purchase_validation.jpeg"],
"depends" : ["base","purchase"], "depends" : ["base","purchase"],

View File

@ -21,11 +21,11 @@
{ {
"name" : "Reporting Hidden Installer", "name" : "Report Designer",
"version" : "1.0", "version" : "1.0",
"depends" : ["base", "base_setup"], "depends" : ["base", "base_setup"],
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category": "Hidden", "category": "Tools",
"description": """ "description": """
Installer for reporting Hidden. Installer for reporting Hidden.
============================== ==============================

View File

@ -23,7 +23,7 @@
{ {
'name': 'Intrastat Reporting', 'name': 'Intrastat Reporting',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', "category": 'Accounting & Finance',
'description': """ 'description': """
A module that adds intrastat reports. A module that adds intrastat reports.
===================================== =====================================

View File

@ -84,7 +84,7 @@ TODO
"version" : "0.9", "version" : "0.9",
"depends" : ["base"], "depends" : ["base"],
"author" : "Camptocamp", "author" : "Camptocamp",
"category": "Hidden", # i.e a technical module, not shown in Application install menu "category": "Tools", # i.e a technical module, not shown in Application install menu
"url": "http://http://www.camptocamp.com/", "url": "http://http://www.camptocamp.com/",
"data": [ "security/ir.model.access.csv", "data": [ "security/ir.model.access.csv",
"data.xml", "data.xml",

View File

@ -43,7 +43,7 @@ You have to create the print buttons by calling the wizard. For more details see
""", """,
"version" : "0.9", "version" : "0.9",
"depends" : ["base", "account", "report_webkit"], "depends" : ["base", "account", "report_webkit"],
"category": "Hidden", "category": "Tools",
"author" : "Camptocamp SA - NBessi", "author" : "Camptocamp SA - NBessi",
"url": "http://www.camptocamp.com/", "url": "http://www.camptocamp.com/",
"data": ["report_webkit_html_view.xml", "data": ["report_webkit_html_view.xml",

View File

@ -23,7 +23,7 @@
"name" : "Resource", "name" : "Resource",
"version" : "1.1", "version" : "1.1",
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category" : "Hidden", "category" : "Tools",
"website" : "http://www.openerp.com", "website" : "http://www.openerp.com",
"description": """ "description": """
Module for resource management. Module for resource management.

View File

@ -20,9 +20,9 @@
############################################################################## ##############################################################################
{ {
'name': 'Sales Analytic Distribution Management', 'name': 'Sales Analytic Distribution',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'description': """ 'description': """
The base module to manage analytic distribution and sales orders. The base module to manage analytic distribution and sales orders.
================================================================= =================================================================

View File

@ -22,11 +22,11 @@
{ {
"name" : "Web Share", "name" : "Share any Document",
"version" : "2.0", "version" : "2.0",
"depends" : ["base", "mail"], "depends" : ["base", "mail"],
"author" : "OpenERP SA", "author" : "OpenERP SA",
"category": 'Hidden', "category": 'Tools',
'complexity': "easy", 'complexity': "easy",
"description": """ "description": """
This module adds generic sharing tools to your current OpenERP database. This module adds generic sharing tools to your current OpenERP database.

View File

@ -23,7 +23,7 @@
{ {
'name': 'Invoice Picking Directly', 'name': 'Invoice Picking Directly',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', "category" : "Warehouse Management",
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
Invoice Wizard for Delivery. Invoice Wizard for Delivery.

View File

@ -23,7 +23,7 @@
{ {
'name': 'Stock No Auto-Picking', 'name': 'Stock No Auto-Picking',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', "category" : "Warehouse Management",
'description': """ 'description': """
This module allows an intermediate picking process to provide raw materials to production orders. This module allows an intermediate picking process to provide raw materials to production orders.
================================================================================================= =================================================================================================

View File

@ -23,7 +23,7 @@
"name": "Master Procurement Schedule", "name": "Master Procurement Schedule",
"version": "1.2", "version": "1.2",
"author": "OpenERP SA and Grzegorz Grzelak (OpenGLOBE)", "author": "OpenERP SA and Grzegorz Grzelak (OpenGLOBE)",
"category": "Hidden", "category" : "Manufacturing",
"images": ["images/master_procurement_schedule.jpeg","images/sales_forecast.jpeg","images/stock_planning_line.jpeg","images/stock_sales_period.jpeg"], "images": ["images/master_procurement_schedule.jpeg","images/sales_forecast.jpeg","images/stock_planning_line.jpeg","images/stock_sales_period.jpeg"],
"depends": ["crm", "stock","sale"], "depends": ["crm", "stock","sale"],
"complexity": "expert", "complexity": "expert",

View File

@ -23,7 +23,7 @@
{ {
'name': 'Recurring Documents', 'name': 'Recurring Documents',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'tools',
'description': """ 'description': """
Create recurring documents. Create recurring documents.
=========================== ===========================

View File

@ -22,7 +22,7 @@
{ {
'name': 'Survey', 'name': 'Survey',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'description': """ 'description': """
This module is used for surveying. This module is used for surveying.
================================== ==================================

View File

@ -19,7 +19,7 @@
############################################################################## ##############################################################################
{ {
"name" : "Authenticate users with LDAP server", "name" : "Authentication via LDAP",
"version" : "1.0", "version" : "1.0",
"depends" : ["base"], "depends" : ["base"],
"images" : ["images/ldap_configuration.jpeg"], "images" : ["images/ldap_configuration.jpeg"],
@ -116,7 +116,7 @@ will disable LDAP authentication if installed at the same time.
"website" : "http://www.openerp.com", "website" : "http://www.openerp.com",
"category" : "Hidden", "category" : "Tools",
"data" : [ "data" : [
"users_ldap_view.xml", "users_ldap_view.xml",
"user_ldap_installer.xml", "user_ldap_installer.xml",

View File

@ -21,9 +21,9 @@
{ {
'name': 'Display Warning Messages', 'name': 'Warning Messages and Alerts',
'version': '1.0', 'version': '1.0',
'category': 'Hidden', 'category': 'Tools',
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
Module to trigger warnings in OpenERP objects. Module to trigger warnings in OpenERP objects.

View File

@ -21,7 +21,7 @@
{ {
'name': 'Live Chat Support', 'name': 'Live Chat Support',
'version': '2.0', 'version': '2.0',
'category': 'Hidden', 'category': 'Tools',
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
Enable live chat support for those who have a maintenance contract. Enable live chat support for those who have a maintenance contract.

View File

@ -21,7 +21,7 @@
{ {
'name': 'Receive User Feedback', 'name': 'Receive User Feedback',
'version': '2.0', 'version': '2.0',
'category': 'Hidden', 'category': 'Tools',
'complexity': "easy", 'complexity': "easy",
'description': """ 'description': """
Add Feedback button in header. Add Feedback button in header.