[IMP] Changed all module categories, limited number of categories

bzr revid: evv@openerp.com-20110309100505-mwxe08davyzdkfis
This commit is contained in:
Els Van Vossel 2011-03-09 11:05:05 +01:00
parent e20422ef9b
commit a69c473f52
157 changed files with 185 additions and 180 deletions

View File

@ -22,7 +22,7 @@
"name" : "Accounting and Financial Management",
"version" : "1.1",
"author" : "OpenERP SA",
"category": 'Generic Modules/Accounting',
"category": 'Finance',
"description": """Financial and accounting module that covers:
General accountings
Cost / Analytic accounting

View File

@ -22,7 +22,7 @@
"name" : "Accountant",
"version" : "1.1",
"author" : "OpenERP SA",
"category": 'Generic Modules/Accounting',
"category": 'Finance',
"description": """
This module gives the admin user the access to all the accounting features like the journal
items and the chart of accounts.

View File

@ -23,7 +23,7 @@
{
'name' : 'report_account_analytic',
'version' : '1.1',
'category' : 'Generic Modules/Accounting',
'category' : 'Finance',
'description': """
This module is for modifying account analytic view to show
important data to project manager of services companies.

View File

@ -22,7 +22,7 @@
{
'name' : 'Account Analytic Default',
'version' : '1.0',
'category' : 'Generic Modules/Accounting',
'category' : 'Finance',
'description': """
Allows to automatically select analytic accounts based on criterions:
* Product

View File

@ -23,7 +23,7 @@
{
'name' : 'Multiple-plans management in Analytic Accounting',
'version' : '1.0',
'category' : 'Generic Modules/Accounting',
'category' : 'Finance',
'description': """This module allows to use several analytic plans, according to the general journal,
so that multiple analytic lines are created when the invoice or the entries
are confirmed.

View File

@ -31,7 +31,7 @@
when the invoice is created to transfer this amount to the debtor or creditor account.
Secondly, price differences between actual purchase price and fixed product standard price are booked on a separate account""",
"depends" : ["product", "purchase"],
"category" : "Generic Modules/Inventory Control",
"category" : "Warehouse",
"init_xml" : [],
"demo_xml" : [],
"update_xml" : ["product_view.xml",],

View File

@ -23,7 +23,7 @@
{
'name': 'Budget Management',
'version': '1.0',
'category': 'Generic Modules/Accounting',
'category': 'Finance',
'description': """This module allows accountants to manage analytic and crossovered budgets.
Once the Master Budgets and the Budgets are defined (in Accounting/Budgets/),

View File

@ -23,7 +23,7 @@
"name" : "Account Cancel",
"version" : "1.1",
"author" : "OpenERP SA",
"category": 'Generic Modules/Accounting',
"category": 'Finance',
"description": """
Module adds 'Allow cancelling entries' field on form view of account journal. If set to true it allows user to cancel entries & invoices.
""",

View File

@ -23,7 +23,7 @@
{
'name': 'Charts of Accounts',
'version': '1.1',
'category': 'Generic Modules/Accounting',
'category': 'Finance',
'description': """Remove minimal account chart""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',

View File

@ -23,7 +23,7 @@
"name" : "Account CODA - import bank statements from coda file",
"version" : "1.0",
"author" : "OpenERP SA",
"category" : "Account CODA",
"category" : "Finance",
"description": """
Module provides functionality to import
bank statements from coda files.

View File

@ -22,7 +22,7 @@
{
'name': 'Accounting follow-ups management',
'version': '1.0',
'category': 'Generic Modules/Accounting',
'category': 'Finance',
'description': """
Modules to automate letters for unpaid invoices, with multi-level recalls.

View File

@ -23,7 +23,7 @@
{
'name': 'Invoices Layout Improvement',
'version': '1.0',
'category': 'Generic Modules/Projects & Services',
'category': 'Finance',
'description': """
This module provides some features to improve the layout of the invoices.

View File

@ -23,7 +23,7 @@
"name": "Payment Management",
"version": "1.1",
"author": "OpenERP SA",
"category": "Generic Modules/Payment",
"category": "Finance",
"description": """
This module provides :
* a more efficient way to manage invoice payment.

View File

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

View File

@ -29,7 +29,7 @@
* Voucher Receipt
* Cheque Register
""",
"category" : "Generic Modules/Accounting",
"category" : "Finance",
"website" : "http://tinyerp.com",
"depends" : ["account"],
"init_xml" : [],
@ -62,4 +62,4 @@
"installable": True,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

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

View File

@ -22,7 +22,7 @@
{
'name': 'Analytic Journal Billing Rate, Define the default invoicing rate for a specific journal',
'version': '1.0',
'category': 'Generic Modules/Others',
'category': 'Human Resources',
'description': """
This module allows you to define what is the default invoicing rate for a specific journal on a given account. This is mostly used when a user encodes his timesheet: the values are retrieved and the fields are auto-filled... but the possibility to change these values is still available.

View File

@ -21,7 +21,7 @@
{
'name': 'Analytic User Function',
'name': 'Human Resources',
'version': '1.0',
'category': 'Generic Modules/Others',
'description': """

View File

@ -23,7 +23,7 @@
{
'name': 'Association profile',
'version': '0.1',
'category': 'Profile',
'category': 'General',
'description': """This module is to create Profile for Associates""",
'author': 'OpenERP SA',
'depends': ['membership', 'event'],

View File

@ -23,7 +23,7 @@
{
'name': 'Auction Management',
'version': '1.0',
'category': 'Generic Modules/Auction',
'category': 'General',
'description': """
This module manages the records of the artists,
the articles to be put up for auction,the buyers and

View File

@ -23,7 +23,7 @@
{
'name': 'Audit Trail',
'version': '1.0',
'category': 'Generic Modules/Others',
'category': 'Tools',
'description': """
This module gives the administrator the rights
to track every user operation on all the objects

View File

@ -22,7 +22,7 @@
{
'name': 'Action Rule',
'version': '1.0',
'category': 'Generic Modules/Others',
'category': 'Tools',
'description': "This module allows to implement action rules for any object.",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',

View File

@ -29,7 +29,7 @@
- Recurring events
- Invitations to people""",
"author" : "OpenERP SA",
'category': 'Generic Modules/Others',
'category': 'Tools',
'website': 'http://www.openerp.com',
"init_xml" : [
'base_calendar_data.xml'

View File

@ -23,7 +23,7 @@
{
'name': 'Base Contact',
'version': '1.0',
'category': 'Generic Modules/Base',
'category': 'Tools',
'description': """
This module allows you to manage your contacts entirely.

View File

@ -24,7 +24,7 @@
"author" : "FS3 & OpenERP SA",
"maintainer" : "OpenERP SA",
"website" : "http://www.openerp.com",
"category" : "Generic Modules/Base",
"category" : "Tools",
"description": """This module replaces the cleartext password in the database with a password hash,
preventing anyone from reading the original password.
For your existing user base, the removal of the cleartext passwords occurs the first time

View File

@ -21,8 +21,8 @@
{
'name': 'Create IBAN bank accounts',
'version': '1.0',
'category': 'Generic Modules/Base',
'description': """
'category': 'Finance',
'description': """Check the validity of your IBAN bank account numbers
This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for its validity.
""",

View File

@ -22,7 +22,7 @@
{
'name': 'Module Technical Guide in Restructured Text ',
'version': '1.0',
'category': 'Generic Modules/Base',
'category': 'Tools',
'description': """
* 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

View File

@ -23,7 +23,7 @@
{
'name': 'Base module quality - To check the quality of other modules' ,
'version': '1.0',
'category': 'OpenERP SA Specific Modules/Base module quality',
'category': 'Tools',
'description': """
The aim of this module is to check the quality of other modules.

View File

@ -23,7 +23,7 @@
{
'name': 'Module Record',
'version': '1.0',
'category': 'Generic Modules/Base',
'category': 'Tools',
'description': """
This module allows you to create a new module without any development.
It records all operations on objects during the recording session and

View File

@ -23,7 +23,7 @@
{
'name': 'Report Creator',
'version': '1.0',
'category': 'Generic Modules/Base',
'category': 'Tools',
'description': """This module allows you to create any statistic
report on several objects. It's a SQL query builder and browser
for and users.

View File

@ -23,7 +23,7 @@
{
'name': 'Report designer interface module',
'version': '0.1',
'category': 'Generic Modules/Base',
'category': 'Tools',
'description': """
This module is used along with OpenERP OpenOffice plugin.
You have to first install the plugin which is available at

View File

@ -23,7 +23,7 @@
{
'name': 'Base Setup',
'version': '1.0',
'category': 'Generic Modules/Base',
'category': 'Tools',
'description': """
This module implements a configuration system that helps user
to configure the system at the installation of a new database.

View File

@ -23,7 +23,7 @@
"name":"Base Synchro",
"version":"0.1",
"author":"OpenERP SA",
"category":"Generic Modules/Base",
"category":"Tools",
"description": """Synchronization with all objects.""",
"depends":["base"],
"demo_xml":[],

View File

@ -21,9 +21,9 @@
{
'name': 'Base VAT - To check VAT number validity',
'version': '1.0',
'category': 'Generic Modules/Base',
'description': """
Enable the VAT Number for the partner. Check the validity of that VAT Number.
'category': 'Tools',
'description': """Check the validity of VAT Numbers.
Enable the VAT Number for the partner.
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.
@ -36,4 +36,4 @@
'active': False,
'certificate': '0084849360989',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -22,8 +22,8 @@
{
'name': 'Dashboard main module',
'version': '1.0',
'category': 'Board/Base',
'description': """Base module for all dashboards.""",
'category': 'Tools',
'description': """Create your own dashboards""",
'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'],

View File

@ -27,7 +27,7 @@
"base",
"document_webdav",
],
'description': """
'description': """Easily share your OpenERP calendars with your mobile device
This module Contains basic functionality for caldav system like:
- Webdav server that provides remote access to calendar
- Synchronisation of calendar using WebDAV
@ -47,7 +47,7 @@
CALENDAR_NAME: Name of calendar to access
""",
"author" : "OpenERP SA",
'category': 'Generic Modules/Others',
'category': 'Tools',
'website': 'http://www.openerp.com',
"init_xml" : ["caldav_data.xml"],
"demo_xml" : [],

View File

@ -21,11 +21,11 @@
"name" : "Claim from delivery",
"version" : "1.0",
"author" : "OpenERP SA",
"category" : "Generic Modules/Inventory Control",
"category" : "Warehouse",
"depends" : ["base", "crm_claim", "stock"],
"init_xml" : [],
"demo_xml" : [],
"description": '''Create Claim from delivery order:
"description": '''Integrate your Claims Management with your Delivery Orders
''',
"update_xml" : ["claim_delivery_view.xml"],
"active": False,

View File

@ -23,8 +23,9 @@
{
'name': 'Customer & Supplier Relationship Management',
'version': '1.0',
'category': 'Generic Modules/CRM & SRM',
'description': """The generic OpenERP Customer Relationship Management
'category': 'Sales',
'description': """Manage your Customer & Supplier Relations with OpenERP
The generic OpenERP Customer Relationship Management
system enables a group of people to intelligently and efficiently manage
leads, opportunities, meeting, phonecall etc.
It manages key tasks such as communication, identification, prioritization,

View File

@ -24,8 +24,8 @@
{
'name': 'Extended Module to Add CalDav feature on Meeting',
'version': '1.1',
'category': 'Generic Modules/CRM & SRM',
'description': """
'category': 'Sales',
'description': """Easily Share your Meetings with your mobile device or calendar client
New Features in Meeting:
* Share meeting with other calendar clients like sunbird
""",

View File

@ -23,7 +23,7 @@
{
'name': 'Customer & Supplier Relationship Management',
'version': '1.0',
'category': 'Generic Modules/CRM & SRM',
'category': 'Sales',
'description': """
This modules allows you to track your customers/suppliers claims and flames.
It is fully integrated with the email gateway so that you can create

View File

@ -23,7 +23,7 @@
{
'name': 'CRM Fundraising',
'version': '1.0',
'category': 'Generic Modules/CRM & SRM',
'category': 'Sales',
'description': """Fundraising""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',

View File

@ -23,7 +23,7 @@
{
'name': 'CRM Helpdesk',
'version': '1.0',
'category': 'Generic Modules/CRM & SRM',
'category': 'Sales',
'description': """Helpdesk Management""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',

View File

@ -23,7 +23,7 @@
{
'name': 'Partner Geo-Localisation',
'version': '1.0',
'category': 'Generic Modules/Production',
'category': 'Sales',
'description': """
This is the module used by OpenERP SA to redirect customers to his partners,
based on geolocalization.

View File

@ -23,7 +23,7 @@
{
'name': 'Crm Profiling management - To Perform Segmentation within Partners',
'version': '1.3',
'category': 'Generic Modules/CRM & SRM',
'category': 'Sales',
'description': """
This module allows users to perform segmentation within partners.
It uses the profiles criteria from the earlier segmentation module and improve it. Thanks to the new concept of questionnaire. You can now regroup questions into a questionnaire and directly use it on a partner.

View File

@ -21,7 +21,7 @@
{
"name": "Decimal Precision Configuration",
"description": """
"description": """Configure your Price Accuracy according to your needs
This module allows to configure the price accuracy you need for different kind
of usage: accounting, sales, purchases, ...
@ -30,7 +30,7 @@ The decimal precision is configured per company.
"author": "OpenERP SA",
"version": "0.1",
"depends": ["base"],
"category" : "Generic Modules/Others",
"category" : "Tools",
"init_xml": [],
"update_xml": [
'decimal_precision_view.xml',

View File

@ -23,8 +23,8 @@
{
'name': 'Carriers and deliveries',
'version': '1.0',
'category': 'Generic Modules/Sales & Purchases',
'description': """Allows you to add delivery methods in sale orders and picking.
'category': 'Warehouse',
'description': """Allows you to add delivery methods in sales orders and picking.
You can define your own carrier and delivery grids for prices.
When creating invoices from picking, OpenERP is able to add and compute the shipping line.

View File

@ -23,8 +23,9 @@
{
'name': 'Integrated Document Management System',
'version': '2.1',
'category': 'Generic Modules/Others',
'description': """This is a complete document management system:
'category': 'Tools',
'description': """Keep track of all your documents in OpenERP
This is a complete document management system:
* User Authentication
* Document Indexation :- .pptx and .docx files are not support in windows platform.
* Dashboard for Document that includes:

View File

@ -23,7 +23,7 @@
{
'name': 'Integrated FTP Server with Document Management System',
'version': '1.99',
'category': 'Generic Modules/Others',
'category': 'Tools',
'description': """This is a support FTP Interface with document management system.
With this module you would not only be able to access documents through OpenERP
but you would also be able to connect with them through the file system using the

View File

@ -23,7 +23,7 @@
{
'name': 'Support for iCal based on Document Management System',
'version': '1.0',
'category': 'Generic Modules/Others',
'category': 'Tools',
'description': """Allows to synchronise calendars with others applications.""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',

View File

@ -32,7 +32,7 @@
"name" : "WebDAV server for Document Management",
"version" : "2.3",
"author" : "OpenERP SA",
"category" : "Generic Modules/Others",
"category" : "Tools",
"website": "http://www.openerp.com",
"description": """ With this module, the WebDAV server for the documents is activated.
You can then use any compatible browser to remotely see the attachments of OpenObject.

View File

@ -25,7 +25,7 @@
"version" : "0.7 RC",
"author" : "Openlabs",
"website" : "http://openerp.com",
"category" : "Added functionality",
"category" : "Tools",
"depends" : ['marketing', 'base_tools'],
"description": """
Email Template is extraction of Power Email basically just to send the emails.

View File

@ -23,10 +23,10 @@
{
'name': 'Event',
'version': '0.1',
'category': 'Generic Modules/Association',
'description': """Organization and management of Event.
'category': 'Tools',
'description': """Organise and manageme your Events.
This module allow you
This module allows you
* to manage your events and their registrations
* to use emails to automatically confirm and send acknowledgements for any registration to an event
* ...

View File

@ -22,7 +22,7 @@
{
'name': 'Event Project - Create Retro-Planning to manage your Events',
'version': '0.1',
'category': 'Generic Modules/Association',
'category': 'Tools',
'description': """Organization and management of events.
This module allows you to create retro planning for managing your events.
@ -37,4 +37,4 @@
'certificate': '0069726863885',
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -26,6 +26,7 @@
"version" : "1.0",
"depends" : ["base", 'mail_gateway'],
"author" : "OpenERP SA",
"category": 'Tools',
"description": """Fetchmail:
* Fetch email from Pop / IMAP server
* Support SSL

View File

@ -23,7 +23,7 @@
{
'name': 'Google Map',
'version': '1.0',
'category': 'Generic Modules/Others',
'category': 'Tools',
'description': """The module adds google map field in partner address
so that we can directly open google map from the
url widget.""",

View File

@ -23,7 +23,7 @@
"name": "Human Resources",
"version": "1.1",
"author": "OpenERP SA",
"category": "Generic Modules/Human Resources",
"category": "Human Resources",
"website": "http://www.openerp.com",
"description": """
Module for human resource management. You can manage:

View File

@ -23,7 +23,7 @@
{
'name': 'Attendances Of Employees',
'version': '1.1',
'category': 'Generic Modules/Human Resources',
'category': 'Human Resources',
'description': """
This module aims to manage employee's attendances.
Keeps account of the attendances of the employees on the basis of the

View File

@ -23,7 +23,7 @@
{
'name': 'Human Resources Contracts',
'version': '1.0',
'category': 'Generic Modules/Human Resources',
'category': 'Human Resources',
'description': """
Add all information on the employee form to manage contracts:
* Marital status,

View File

@ -23,7 +23,7 @@
"name" : "Human Resources Evaluation",
"version": "0.1",
"author": "OpenERP SA",
"category": "Generic Modules/Human Resources",
"category": "Human Resources",
"website": "http://www.openerp.com",
"depends": ["hr",'hr_recruitment','survey'],
"description": """

View File

@ -23,7 +23,7 @@
{
'name': 'Human Resources Expenses Tracking',
'version': '1.0',
'category': 'Generic Modules/Human Resources',
'category': 'Human Resources',
'description': """
This module aims to manage employee's expenses.

View File

@ -24,7 +24,7 @@
"name": "Human Resources: Holidays management",
"version": "1.5",
"author": "OpenERP SA & Axelor",
"category": "Generic Modules/Human Resources",
"category": "Human Resources",
"website": "http://www.openerp.com",
"description": """Human Resources: Holidays tracking and workflow

View File

@ -22,7 +22,7 @@
{
'name': 'Human Resource Payroll',
'version': '1.0',
'category': 'Generic Modules/Human Resources',
'category': 'Human Resources',
'description': """Generic Payroll system
* Employee Details
* Employee Contracts

View File

@ -22,7 +22,7 @@
{
'name': 'Human Resource Payroll Accounting',
'version': '1.0',
'category': 'Generic Modules/Human Resources',
'category': 'Human Resources',
'description': """Generic Payroll system Integrated with Accountings
* Expense Encoding
* Payment Encoding

View File

@ -22,7 +22,7 @@
{
'name': 'HR - Recruitement',
'version': '1.0',
'category': 'Generic Modules/Human Resources',
'category': 'Human Resources',
'description': """
Manages job positions and the recruitement process. It's integrated with the
survey module to allow you to define interview for different jobs.

View File

@ -23,7 +23,7 @@
{
'name': 'Human Resources (Timesheet encoding)',
'version': '1.0',
'category': 'Generic Modules/Human Resources',
'category': 'Human Resources',
'description': """
This module implements a timesheet system. Each employee can encode and
track their time spent on the different projects. A project is an

View File

@ -23,11 +23,11 @@
{
'name': 'Invoice on analytic lines',
'version': '1.0',
'category': 'Generic Modules/Accounting',
'description': """
'category': 'Human Resources',
'description': """Generate your Invoices from Expenses, Timesheet Entries, ...
Module to generate invoices based on costs (human resources, expenses, ...).
You can define price lists in analytic account, make some theoretical revenue
reports, eso.""",
reports, etc.""",
'author': 'OpenERP SA',
'website': 'http://www.openerp.com',
'depends': ['account', 'hr_timesheet'],

View File

@ -23,7 +23,7 @@
{
'name': 'Timesheets',
'version': '1.0',
'category': 'Generic Modules/Human Resources',
'category': 'Human Resources',
'description': """
This module helps you to easily encode and validate timesheet and attendances
within the same view. The upper part of the view is for attendances and

View File

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

View File

@ -25,7 +25,7 @@
'version': '0.1',
'category': 'Tools',
'description': """
This module allows your user to easily and efficiently participate in the innovation of the enterprise.
This module allows your users to easily and efficiently participate in the innovation of the enterprise.
It allows everybody to express ideas about different subjects.
Then, other users can comment on these ideas and vote for particular ideas.
Each idea has a score based on the different votes.

View File

@ -25,6 +25,7 @@
"version" : "1.0",
"depends" : ["base"],
"author" : "OpenERP SA",
"category": 'Tools',
"description": """Installer for knowledge-based tools
""",
'website': 'http://www.openerp.com',

View File

@ -20,7 +20,7 @@
##############################################################################
{ 'name': 'Belgium - Plan Comptable Minimum Normalise',
'version': '1.1',
'category': 'Localisation/Account Charts',
'category': 'Finance',
'description': """
This is the base module to manage the accounting chart for Belgium in OpenERP.

View File

@ -21,7 +21,7 @@
{
'name': 'Brazilian Localization',
'description': 'Brazilian Localization',
'category': 'Localisation/Account Charts',
'category': 'Finance',
'author': 'OpenERP Brasil',
'website': 'http://openerpbrasil.org',
'version': '0.6',

View File

@ -23,7 +23,7 @@
"version" : "1.0",
"author" : "Savoir-faire Linux",
"website" : "http://www.savoirfairelinux.com",
"category" : "Localisation/Account Charts",
"category" : "Finance",
"description": "This is the module to manage the english and french canadian accounting chart in OpenERP.",
"depends" : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],
"init_xml" : [],

View File

@ -63,7 +63,7 @@ TODO :
""",
"version" : "6.0",
"author" : "Camptocamp SA",
"category" : "Localization/Account Charts",
"category" : "Finance",
"website": "http://www.camptocamp.com",
"depends" : [

View File

@ -20,7 +20,7 @@
{
"name" : "中国会计科目表",
"version" : "1.0",
"category": "Localisation/Account Charts",
"category": "Finance",
"author" : "openerp-china.org",
"maintainer":"openerp-china.org",
"website":"http://openerp-china.org",

View File

@ -38,7 +38,7 @@
'url': 'http://launchpad.net/openerp-costa-rica',
'author': 'ClearCorp S.A.',
'website': 'http://clearcorp.co.cr',
'category': 'Localisation/Account Charts',
'category': 'Finance',
'description': """Chart of accounts for Costa Rica
Includes:
* account.type

View File

@ -125,7 +125,7 @@
"version" : "1.0",
"author" : "openbig.org",
"website" : "http://www.openbig.org",
"category" : "Localisation/Account Charts",
"category" : "Finance",
"description": """Dieses Modul beinhaltet einen deutschen Kontenrahmen basierend auf dem SKR03.""",
"depends" : ['base', 'account', 'base_iban', 'base_vat', 'account_chart'],
"init_xml" : [ ],

View File

@ -20,7 +20,7 @@
{
'name': 'Ecuador - Accounting Chart',
'version': '1.1',
'category': 'Localisation/Account Charts',
'category': 'Finance',
'description': """
This is the base module to manage the accounting chart for Ecuador in OpenERP.
""",

View File

@ -26,7 +26,7 @@
"version" : "3.0",
"author" : "Spanish Localization Team",
'website' : 'https://launchpad.net/openerp-spain',
"category" : "Localisation/Account Charts",
"category" : "Finance",
"description": """Spanish Charts of Accounts (PGCE 2008)
* Defines the following chart of account templates:

View File

@ -30,7 +30,7 @@
"version" : "1.0",
"author" : "OpenERP SA",
"website": "http://www.openerp.com",
"category" : "Localisation/Account Charts",
"category" : "Finance",
"description": """This is the module to manage the accounting chart for France in OpenERP.
Credits: Sistheo Zeekom CrysaLEAD

View File

@ -24,7 +24,7 @@
"version" : "0.2",
"author" : "P. Christeas, OpenERP SA.",
"website": "http://openerp.hellug.gr/",
"category" : "Localisation/Account Charts",
"category" : "Finance",
"description": "This is the base module to manage the accounting chart for Greece.",
"depends" : ["base", "account", "base_iban", "base_vat", "account_chart"],
"init_xml" : [],

View File

@ -35,7 +35,7 @@
{
'name': 'Guatemala - Plan contable general',
'version': '3.0',
'category': 'Localisation/Account Charts',
'category': 'Finance',
'description': """Agrega una nomenclatura contable para Guatemala. También icluye impuestos y la moneda del Quetzal. -- Adds accounting chart for Guatemala. It also includes taxes and the Quetzal currency""",
'author': 'José Rodrigo Fernández Menegazzo',
'website': 'http://solucionesprisma.com/',

View File

@ -26,7 +26,7 @@
Indian Accounting : chart of Account
""",
"author": 'OpenERP SA & Axelor',
"category": "Localisation/Account Charts",
"category": "Finance",
"depends": [
"account",
"account_chart"

View File

@ -33,7 +33,7 @@
Piano dei conti italiano di un'impresa generica
""",
"license": "AGPL-3",
"category" : "Localisation/Account Charts",
"category" : "Finance",
'website': 'http://www.openerp-italia.org/',
'init_xml': [
],

View File

@ -23,7 +23,7 @@
{
'name': 'Luxembourg - Plan Comptable Minimum Normalise',
'version': '1.0',
'category': 'Localisation/Account Charts',
'category': 'Finance',
'description': """
This module installs:

View File

@ -23,7 +23,7 @@
"name" : "Maroc - Plan Comptable Général",
"version" : "1.0",
"author" : "kazacube",
"category" : "Localisation/Account Charts",
"category" : "Finance",
"description": "Ce Module charge le modèle du plan de comptes standard Marocain et permet de générer les états comptables aux normes marocaines (Bilan, CPC (comptes de produits et charges), balance générale à 6 colonnes, Grand livre cumulatif...). L'intégration comptable a été validé avec l'aide du Cabinet d'expertise comptable Seddik au cours du troisième trimestre 2010",
"website": "http://www.kazacube.com",
"depends" : ["base", "account"],

View File

@ -23,7 +23,7 @@
"name" : "Mexico - Chart of Account",
"version" : "1.0",
"author" : "RelTek Mexico",
"category" : "Localisation/Account Charts",
"category" : "Finance",
"description": "This is the module to manage the accounting chart for Mexico in Open ERP.",
"depends" : ["account", "base_vat", "account_chart"],
"demo_xml" : [],

View File

@ -88,7 +88,7 @@
{
"name" : "Netherlands - Grootboek en BTW rekeningen",
"version" : "1.5",
"category": "Localisation/Account Charts",
"category": "Finance",
"description": """
Read changelog in file __terp__.py for version information.
Dit is een basismodule om een uitgebreid grootboek- en BTW schema voor Nederlandse bedrijven te installeren in OpenERP versie 5.

View File

@ -25,7 +25,7 @@
"version" : "1.0",
"author" : "Grzegorz Grzelak (Cirrus)",
"website": "http://www.cirrus.pl",
"category" : "Localisation/Account Charts",
"category" : "Finance",
"description": """
This is the module to manage the accounting chart and taxes for Poland in Open ERP.

View File

@ -24,7 +24,7 @@
"version" : "1.1",
"author" : "filsys",
"website": "http://www.filsystem.ro",
"category" : "Localisation/Account Charts",
"category" : "Finance",
"depends" : ["account_chart", 'base_vat'],
"description": "This is the module to manage the accounting chart, VAT structure and Registration Number for Romania in Open ERP.",
"demo_xml" : [],

View File

@ -22,7 +22,7 @@
{
'name': 'Thailand - Thai Chart of Accounts',
'version': '1.0',
'category': 'Localisation/Account Charts',
'category': 'Finance',
'description': """
Chart of accounts for Thailand.
""",

View File

@ -60,7 +60,7 @@
{
'name': 'United Kingdom - minimal',
'version': '1.1',
'category': 'Localisation/Account Charts',
'category': 'Finance',
'description': """This is the base module to manage the accounting chart for United Kingdom in OpenERP.""",
'author': 'Seath Solutions Ltd',
'website': 'http://www.seathsolutions.com',

View File

@ -26,7 +26,7 @@
"name" : "Venezuela -Chart of Account",
"version" : "1.0",
"author" : "Tiny & Netquatro",
"category" : "Localisation/Account Charts",
"category" : "Finance",
"description":
'''
This is the module to manage the accounting chart for Venezuela in Open ERP.

View File

@ -22,7 +22,7 @@
{
'name': 'Email Gateway System',
'version': '1.0',
'category': 'Generic Modules/Mail Service',
'category': 'Tools',
'description': """The generic email gateway system allows to send and receive emails
* History for Emails
* Easy Integration with any Module""",

View File

@ -25,7 +25,7 @@
"version" : "1.1",
"depends" : ["base"],
"author" : "OpenERP SA",
"category": 'Generic Modules/Marketing',
"category": 'Sales',
"description": "Menu for Marketing",
'website': 'http://www.openerp.com',
'init_xml': [],

View File

@ -29,7 +29,7 @@
"decimal_precision"
],
"author" : "OpenERP SA",
"category": 'Generic Modules/Marketing',
"category": 'Sales',
"description": """
This module provides leads automation through marketing campaigns (campaigns can in fact be defined on any resource, not just CRM Leads).
The campaigns are dynamic and multi-channels. The process is as follows:

View File

@ -27,7 +27,7 @@
"crm",
],
"author" : "OpenERP SA",
"category": 'Generic Modules/Marketing',
"category": 'Sales',
"description": """Demo data for the module marketing_campaign.""",
'website': 'http://www.openerp.com',
'init_xml': [],

View File

@ -23,7 +23,7 @@
{
'name': 'Membership',
'version': '0.1',
'category': 'Generic Modules/Association',
'category': 'Tools',
'description': """
This module allows you to manage all operations for managing memberships.
It supports different kind of members:

View File

@ -25,7 +25,7 @@
"version" : "1.1",
"author" : "OpenERP SA",
"website" : "http://www.openerp.com",
"category" : "Generic Modules/Production",
"category" : "Manufacturing",
"depends" : ["procurement", "stock", "resource", "purchase", "product","process"],
"description": """
This is the base module to manage the manufacturing process in OpenERP.

View File

@ -23,7 +23,7 @@
{
'name': 'MRP JIT',
'version': '1.0',
'category': 'Generic Modules/Production',
'category': 'Manufacturing',
'description': """
This module allows Just In Time computation of procurement orders.

Some files were not shown because too many files have changed in this diff Show More