[IMP]all: remove a complexity in openerp and move asset management and Payroll in extra modules

bzr revid: mma@tinyerp.com-20120518052605-e6sdmicwtb4kcoq0
This commit is contained in:
Mayur Maheshwari (OpenERP) 2012-05-18 10:56:05 +05:30
parent bd0bc7d4c5
commit ea859f54c8
107 changed files with 2 additions and 108 deletions

View File

@ -23,7 +23,6 @@
"version" : "1.1",
"author" : "OpenERP SA",
"category": 'Accounting & Finance',
'complexity': "easy",
"description": """
Accounting and Financial Management.
====================================

View File

@ -24,7 +24,6 @@
"author" : "OpenERP SA",
"category": 'Accounting & Finance',
"sequence": 10,
'complexity': "normal",
"description": """
Accounting Access Rights.
=========================

View File

@ -24,7 +24,6 @@
'name': 'Contracts Management',
'version': '1.1',
'category': 'Sales Management',
'complexity': "normal",
'description': """
This module is for modifying account analytic view to show important data to project manager of services companies.
===================================================================================================================

View File

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

View File

@ -24,7 +24,6 @@
'name': 'Multiple Analytic Plans',
'version': '1.0',
'category': 'Accounting & Finance',
'complexity': "normal",
'description': """
This module allows to use several analytic plans, according to the general journal.
===================================================================================

View File

@ -23,7 +23,6 @@
"version": "1.2",
"author": "OpenERP SA, Veritos",
"website": "http://tinyerp.com - http://veritos.nl",
'complexity': "normal",
"description": """
This module supports the Anglo-Saxon accounting methodology by changing the accounting logic with stock transactions.
=====================================================================================================================

View File

@ -51,7 +51,7 @@
],
"auto_install": False,
"installable": True,
"application": True,
"application": False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -24,7 +24,6 @@
'name': 'Budgets Management',
'version': '1.0',
'category': 'Accounting & Finance',
'complexity': "normal",
'description': """
This module allows accountants to manage analytic and crossovered budgets.
==========================================================================

View File

@ -24,7 +24,6 @@
"version" : "1.1",
"author" : "OpenERP SA",
"category": 'Accounting & Finance',
'complexity': "normal",
"description": """
Allows cancelling accounting entries.
=====================================

View File

@ -24,7 +24,6 @@
"version": '2.1',
"author": 'Noviat',
"category": 'Accounting & Finance',
"complexity": "normal",
"description": '''
Module to import CODA bank statements.
======================================

View File

@ -23,7 +23,6 @@
'name': 'Followup Management',
'version': '1.0',
'category': 'Accounting & Finance',
'complexity': "normal",
'description': """
Module to automate letters for unpaid invoices, with multi-level recalls.
==========================================================================

View File

@ -24,7 +24,6 @@
'name': 'Invoice Layouts',
'version': '1.0',
"category": 'Accounting & Finance',
'complexity': "easy",
'description': """
This module provides some features to improve the layout of the invoices.
=========================================================================

View File

@ -24,7 +24,6 @@
"version": "1.1",
"author": "OpenERP SA",
"category": "Accounting & Finance",
'complexity': "easy",
"description": """
Module to manage the payment of your supplier invoices.
=======================================================

View File

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

View File

@ -23,7 +23,6 @@
"name" : "eInvoicing & Payments",
"version" : "1.0",
"author" : 'OpenERP SA',
'complexity': "normal",
"description": """
Account Voucher module includes all the basic requirements of Voucher Entries for Bank, Cash, Sales, Purchase, Expanse, Contra, etc.
====================================================================================================================================

View File

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

View File

@ -24,7 +24,6 @@
'name': 'Associations Management',
'version': '0.1',
'category': 'Specific Industry Applications',
'complexity': "normal",
'description': """
This module is to configure modules related to an association.
==============================================================

View File

@ -24,7 +24,6 @@
'name': 'Auction Houses',
'version': '1.0',
'category': 'Specific Industry Applications',
'complexity': "normal",
'description': """
This module manages the records of artists, auction articles, buyers and sellers.
=================================================================================

View File

@ -23,7 +23,6 @@
"name": "Calendar Layer",
"version": "1.0",
"depends": ["base", "mail"],
'complexity': "easy",
'description': """
This is a full-featured calendar system.
========================================

View File

@ -25,7 +25,6 @@
"maintainer" : "OpenERP SA",
"website" : "http://www.openerp.com",
"category" : "Tools",
'complexity': "easy",
"description": """
Replaces cleartext passwords in the database with a secure hash
===============================================================

View File

@ -22,7 +22,6 @@
'name': 'IBAN Bank Accounts',
'version': '1.0',
"category": 'Hidden/Dependency',
'complexity': "easy",
'description': """
This module installs the base for IBAN (International Bank Account Number) bank accounts and checks for its validity.
=====================================================================================================================

View File

@ -24,7 +24,6 @@
'name': 'OpenOffice Report Designer',
'version': '0.1',
'category': 'Reporting',
'complexity': "normal",
'description': """
This module is used along with OpenERP OpenOffice Plugin.
=========================================================

View File

@ -24,7 +24,6 @@
'name': 'Initial Setup Tools',
'version': '1.0',
'category': 'Hidden',
'complexity': "easy",
'description': """
This module helps to configure the system at the installation of a new database.
================================================================================

View File

@ -5,7 +5,6 @@
"version": "1.0",
"depends": ["base"],
"category" : "Hidden/Dependency",
'complexity': "easy",
'description': """
Common base for tools modules.
==============================

View File

@ -23,7 +23,6 @@
'name': 'VAT Number Validation',
'version': '1.0',
"category": 'Hidden/Dependency',
'complexity': "easy",
'description': """
VAT validation for Partners' VAT numbers
========================================

View File

@ -23,7 +23,6 @@
'name': 'Dashboards',
'version': '1.0',
'category': 'Hidden',
'complexity': "normal",
'description': """
Lets the user create a custom dashboard.
========================================

View File

@ -23,7 +23,6 @@
{
"name": "Share Calendar using CalDAV",
"version": "1.1",
'complexity': "normal",
"depends": [
"base",
"document_webdav",

View File

@ -25,7 +25,6 @@
'version': '1.0',
'category': 'Customer Relationship Management',
"sequence": 2,
'complexity': "easy",
'description': """
The generic OpenERP Customer Relationship Management.
=====================================================

View File

@ -25,7 +25,6 @@
'name': 'Meetings Synchronization',
'version': '1.1',
'category': 'Customer Relationship Management',
'complexity': "normal",
'description': """
Caldav features in Meeting.
===========================

View File

@ -24,7 +24,6 @@
'name': 'Claims Management',
'version': '1.0',
'category': 'Customer Relationship Management',
'complexity': "easy",
'description': """
This modules allows you to track your customers/suppliers claims and grievances.
================================================================================

View File

@ -24,7 +24,6 @@
'category': 'Customer Relationship Management',
'name': 'Fundraising',
'version': '1.0',
'complexity': "easy",
'description': """
Fundraising.
============

View File

@ -24,7 +24,6 @@
'category': 'Customer Relationship Management',
'name': 'Helpdesk',
'version': '1.0',
'complexity': "easy",
'description': """
Helpdesk Management.
====================

View File

@ -24,7 +24,6 @@
'name': 'Partners Geo-Localization',
'version': '1.0',
'category': 'Customer Relationship Management',
'complexity': "normal",
'description': """
This is the module used by OpenERP SA to redirect customers to its partners, based on geolocalization.
======================================================================================================

View File

@ -24,7 +24,6 @@
'name': 'Customer Profiling',
'version': '1.3',
'category': 'Marketing',
'complexity': "easy",
'description': """
This module allows users to perform segmentation within partners.
=================================================================

View File

@ -24,7 +24,6 @@
'name': 'Tasks on CRM',
'version': '1.0',
"category": 'Customer Relationship Management',
'complexity': "easy",
'description': """
Todo list for CRM leads and opportunities.
""",

View File

@ -31,7 +31,6 @@ The decimal precision is configured per company.
"version": "0.1",
"depends": ["base"],
"category" : "Hidden/Dependency",
'complexity': "easy",
"init_xml": [],
"update_xml": [
'decimal_precision_view.xml',

View File

@ -24,7 +24,6 @@
'name': 'Delivery Costs',
'version': '1.0',
'category': 'Sales Management',
'complexity': "normal",
'description': """
Allows you to add delivery methods in sale orders and picking.
==============================================================

View File

@ -24,7 +24,6 @@
'name': 'Document Management System',
'version': '2.1',
'category': 'Knowledge Management',
'complexity': "normal",
'description': """
This is a complete document management system.
==============================================

View File

@ -24,7 +24,6 @@
'name': 'Shared Repositories (FTP)',
'version': '1.99',
'category': 'Knowledge Management',
'complexity': "normal",
'description': """
This is a support FTP Interface with document management system.
================================================================

View File

@ -33,7 +33,6 @@
"version" : "2.3",
"author" : "OpenERP SA",
"category" : "Knowledge Management",
'complexity': "normal",
"website": "http://www.openerp.com",
"description": """
With this module, the WebDAV server for documents is activated.

View File

@ -22,7 +22,6 @@
'name': 'Electronic Data Interchange (EDI)',
'version': '1.0',
'category': 'Tools',
'complexity': "easy",
'description': """
Provides a common EDI platform that other Applications can use
==============================================================

View File

@ -26,7 +26,6 @@
"author" : "OpenERP,OpenLabs",
"website" : "http://openerp.com",
"category" : "Marketing",
'complexity': "expert",
"depends" : ['mail'],
"description": """
Email Templating (simplified version of the original Power Email by Openlabs)

View File

@ -24,7 +24,6 @@
'name': 'Events Organisation',
'version': '0.1',
'category': 'Tools',
'complexity': "easy",
'description': """
Organization and management of Events.
======================================

View File

@ -24,7 +24,6 @@
'name': 'Event Moodle',
'version': '0.1',
'category': 'Tools',
'complexity': "easy",
'description': """
Configure your moodle server

View File

@ -23,7 +23,6 @@
'name': 'Retro-Planning on Events',
'version': '0.1',
'category': 'Tools',
'complexity': "easy",
'description': """
Organization and management of events.
======================================

View File

@ -24,7 +24,6 @@
'name': 'Events Sales',
'version': '0.1',
'category': 'Tools',
'complexity': "easy",
'description': """
Creating registration with sale orders.
=======================================

View File

@ -24,7 +24,6 @@
'name': 'Events Sales layout',
'version': '0.1',
'category': 'Tools',
'complexity': "easy",
'description': """
This module ensures the compatibility of the changes made on the sale.order.line form view in event_sale with the sale_layout module (that is replacing the whole field in the view by another one). Its installation is automatically triggered when both modules are installed.
""",

View File

@ -25,7 +25,6 @@
"author": "OpenERP SA",
"category": "Human Resources",
"sequence": 12,
'complexity': "easy",
"website": "http://www.openerp.com",
"description": """
Module for human resource management.

View File

@ -24,7 +24,6 @@
'name': 'Attendances',
'version': '1.1',
'category': 'Human Resources',
'complexity': "easy",
'description': """
This module aims to manage employee's attendances.
==================================================

View File

@ -24,7 +24,6 @@
'name': "Employee Contracts",
'version': '1.0',
'category': 'Human Resources',
'complexity': "easy",
'description': """
Add all information on the employee form to manage contracts.
=============================================================

View File

@ -24,7 +24,6 @@
"version": "0.1",
"author": "OpenERP SA",
"category": "Human Resources",
'complexity': "easy",
"website": "http://www.openerp.com",
"images": ["images/hr_evaluation_analysis.jpeg","images/hr_evaluation.jpeg"],
"depends": ["hr","base_calendar","survey"],

View File

@ -25,7 +25,6 @@
'version': '1.0',
'category': 'Human Resources',
"sequence": 30,
'complexity': "easy",
'description': """
This module aims to manage employee's expenses.
===============================================

View File

@ -26,7 +26,6 @@
"author": "OpenERP SA",
"category": "Human Resources",
"sequence": 28,
'complexity': "easy",
"website": "http://www.openerp.com",
"description": """
This module allows you to manage leaves and leaves' requests.

View File

@ -24,7 +24,6 @@
'version': '1.0',
'category': 'Human Resources',
"sequence": 38,
'complexity': "normal",
'description': """
Generic Payroll system.
=======================
@ -73,7 +72,7 @@ Generic Payroll system.
'installable': True,
'auto_install': False,
'certificate' : '001046261404562128861',
'application': True,
'application': False,
}
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -23,7 +23,6 @@
'name': 'Payroll Accounting',
'version': '1.0',
'category': 'Human Resources',
'complexity': "expert",
'description': """
Generic Payroll system Integrated with Accountings.
===================================================

View File

@ -24,7 +24,6 @@
'version': '1.0',
'category': 'Human Resources',
"sequence": 24,
'complexity': "easy",
'description': """
Manages job positions and the recruitment process.
==================================================

View File

@ -24,7 +24,6 @@
'name': 'Timesheets',
'version': '1.0',
"category": "Human Resources",
'complexity': "easy",
'description': """
This module implements a timesheet system.
==========================================

View File

@ -24,7 +24,6 @@
'name': 'Ideas',
'version': '0.1',
'category': 'Tools',
'complexity': "easy",
'description': """
This module allows your user to easily and efficiently participate in enterprise innovation.
============================================================================================

View File

@ -26,7 +26,6 @@
"depends" : ["base","base_setup"],
"author" : "OpenERP SA",
'category': 'Hidden/Dependency',
'complexity': "easy",
"description": """
Installer for knowledge-based Hidden.
=====================================

View File

@ -34,7 +34,6 @@ General Chart of Accounts
Provide Templates for Chart of Accounts, Taxes for Uruguay
""",
"complexity": "normal",
"license" : "AGPL-3",
"depends" : [
"account",

View File

@ -22,7 +22,6 @@
{
"name": "Lunch Orders",
"author": "OpenERP SA",
'complexity': "easy",
"Description": """
The lunch module is for keeping a record of the order placed and payment of the orders.
=======================================================================================

View File

@ -23,7 +23,6 @@
'name': 'Emails Management',
'version': '1.0',
'category': 'Hidden/Dependency',
'complexity': "easy",
'description': """
A generic email subsystem with message storage and queuing
==========================================================

View File

@ -26,7 +26,6 @@
"depends" : ["base", "base_setup"],
"author" : "OpenERP SA",
"category": 'Hidden/Dependency',
'complexity': "expert",
"description": """
Menu for Marketing.
===================

View File

@ -30,7 +30,6 @@
],
"author" : "OpenERP SA",
"category": 'Marketing',
'complexity': "expert",
"description": """
This module provides leads automation through marketing campaigns (campaigns can in fact be defined on any resource, not just CRM Leads).
=========================================================================================================================================

View File

@ -24,7 +24,6 @@
'name': 'Just In Time Scheduling',
'version': '1.0',
'category': 'Manufacturing',
'complexity': "easy",
'description': """
This module allows Just In Time computation of procurement orders.
==================================================================

View File

@ -24,7 +24,6 @@
'name': 'Manufacturing Operations',
'version': '1.0',
'category': 'Manufacturing',
'complexity': "easy",
'description': """
This module adds state, date_start,date_stop in production order operation lines (in the "Work Centers" tab).
=============================================================================================================

View File

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

View File

@ -3,7 +3,6 @@
'name': 'Collaborative Pads',
'version': '2.0',
"category": "Project Management",
'complexity': "easy",
'description': """
Adds enhanced support for (Ether)Pad attachments in the web client.
===================================================================

View File

@ -23,7 +23,6 @@
'name': 'Specifications on PADs',
'version': '1.0',
"category": "Project Management",
'complexity': "easy",
'description': """
This module adds a PAD in all project kanban views
==================================================

View File

@ -24,7 +24,6 @@
'name': 'CRM Plugins',
'version': '1.0',
'category': 'Hidden/Dependency',
'complexity': "easy",
'description': """
The common interface for pugin.
=====================================================

View File

@ -22,7 +22,6 @@
"version" : "1.0",
"author" : "OpenERP SA",
"category" : "Specific Industry Applications",
'complexity': "easy",
"depends" : ["stock"],
"init_xml" : [],
"demo_xml" : ["product_expiry_demo.xml"],

View File

@ -22,7 +22,6 @@
"version" : "1.0",
"author" : "OpenERP SA",
'category': 'Purchase Management',
'complexity': "easy",
"depends" : ["stock"],
"init_xml" : [],
"demo_xml" : [],

View File

@ -22,7 +22,6 @@
"version": "1.0",
"author": "OpenERP SA",
'category': 'Sales Management',
'complexity': "easy",
"description": """
This module lets you calculate discounts on Sale Order lines and Invoice lines base on the partner's pricelist.
===============================================================================================================

View File

@ -26,7 +26,6 @@
"depends" : ["base", "base_setup"],
"author" : "OpenERP SA",
"category" : "Hidden/Dependency",
'complexity': "easy",
"description": """
Installer for extra Hidden like lunch, survey, idea, share, etc.
================================================================

View File

@ -27,7 +27,6 @@
"website": "http://www.openerp.com",
"category": "Project Management",
"sequence": 8,
'complexity': "easy",
"images": ["images/gantt.png", "images/project_dashboard.jpeg","images/project_task_tree.jpeg","images/project_task.jpeg","images/project.jpeg","images/task_analysis.jpeg"],
"depends": ["base_setup", "product", "analytic", "board", "mail", "resource","web_kanban"],
"description": """

View File

@ -25,7 +25,6 @@
'version': '1.0',
'category': 'Project Management',
"sequence": 20,
'complexity': "easy",
'description': """
This module implements all concepts defined by the Getting Things Done methodology.
===================================================================================

View File

@ -25,7 +25,6 @@
'version': '1.0',
'category': 'Project Management',
"sequence": 22,
'complexity': "easy",
'description': """
This module provides Issues/Bugs Management in Project.
=======================================================

View File

@ -26,7 +26,6 @@
"author": "OpenERP SA",
"website": "http://www.openerp.com",
"category": "Project Management",
'complexity': "easy",
"images": ["images/project_mailgate_task.jpeg"],
"depends": ["project", "mail"],
"description": """

View File

@ -27,7 +27,6 @@
"depends": ["project"],
"author": "OpenERP SA",
"category": "Project Management",
'complexity': "easy",
"description": """
This module provides the functionality to send messages within a project.
=========================================================================

View File

@ -24,7 +24,6 @@
'name': 'Create Tasks on SO',
'version': '1.0',
"category": "Project Management",
'complexity': "easy",
'description': """
Automatically creates project tasks from procurement lines
==========================================================

View File

@ -24,7 +24,6 @@
'name': 'Resources Planing',
'version': '1.0',
"category": "Project Management",
'complexity': "expert",
'description': """Keep track of your planning
This module helps you to manage your plannings.
===============================================

View File

@ -23,7 +23,6 @@
'name': 'Project Retro-planning',
'version': '0.1',
'category': 'Project Management',
'complexity': "expert",
'description': """
Changes dates according to change in project End Date.
======================================================

View File

@ -24,7 +24,6 @@
'name': 'Methodology: SCRUM',
'version': '1.0',
'category': 'Project Management',
'complexity': "normal",
'description': """
This module implements all concepts defined by the scrum project management methodology for IT companies.
=========================================================================================================

View File

@ -25,7 +25,6 @@
'version': '1.1',
'category': 'Purchase Management',
"sequence": 19,
'complexity': "easy",
'description': """
Purchase module is for generating a purchase order for purchase of goods from a supplier.
=========================================================================================

View File

@ -23,7 +23,6 @@
"name" : "Double Validation on Purchases",
"version" : "1.1",
'category': 'Purchase Management',
'complexity': "easy",
"images" : ["images/purchase_validation.jpeg"],
"depends" : ["base","purchase"],
"author" : 'OpenERP SA',

View File

@ -22,7 +22,6 @@
"version" : "0.1",
"author" : "OpenERP SA",
"category" : "Purchase Management",
'complexity': "normal",
"images" : ['images/purchase_requisitions.jpeg'],
"website" : "http://www.openerp.com",
"description": """

View File

@ -25,7 +25,6 @@
"version" : "1.0",
"depends" : ["base", "base_setup"],
"author" : "OpenERP SA",
"complexity" : "expert",
"category": "Tools",
"description": """
Installer for reporting Hidden.

View File

@ -24,7 +24,6 @@
'version': '1.0',
'category': 'Sales Management',
"sequence": 14,
'complexity': "easy",
'description': """
The base module to manage quotations and sales orders.
======================================================

View File

@ -23,7 +23,6 @@
'name': 'Opportunity to Quotation',
'version': '1.0',
'category': 'Hidden',
'complexity': "easy",
'description': """
This module adds a shortcut on one or several opportunity cases in the CRM.
===========================================================================

View File

@ -23,7 +23,6 @@
'name': 'Invoicing Journals',
'version': '1.0',
'category': 'Sales Management',
'complexity': "normal",
'description': """
The sales journal modules allows you to categorise your sales and deliveries (picking lists) between different journals.
========================================================================================================================

View File

@ -24,7 +24,6 @@
"images" : ["images/sale_layout.jpeg"],
"depends" : ["sale", "account_invoice_layout"],
"author" : "OpenERP SA",
'complexity': "easy",
"description": """
This module provides features to improve the layout of the Sales Order.
=======================================================================

View File

@ -24,7 +24,6 @@
'name': 'Sales and MRP Management',
'version': '1.0',
'category': 'Hidden',
'complexity': "easy",
'description': """
This module provides facility to the user to install mrp and sales modulesat a time.
====================================================================================

View File

@ -24,7 +24,6 @@
'name': 'Dates on Sales Order',
'version': '1.0',
'category': 'Sales Management',
'complexity': "easy",
'description': """
Add additional date information to the sales order.
===================================================

View File

@ -27,7 +27,6 @@
"depends" : ["base", "mail"],
"author" : "OpenERP SA",
"category": 'Tools',
'complexity': "easy",
"description": """
This module adds generic sharing tools to your current OpenERP database.
========================================================================

View File

@ -23,7 +23,6 @@
"name" : "Warehouse Management",
"version" : "1.1",
"author" : "OpenERP SA",
'complexity': "easy",
"description" : """
OpenERP Inventory Management module can manage multi-warehouses, multi and structured stock locations.
======================================================================================================

View File

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

View File

@ -94,7 +94,6 @@ You can use the demo data as follow:
'stock_location_demo_cpu1.xml',
'stock_location_demo_cpu3.yml',
],
'complexity': 'expert',
'installable': True,
'test':[
'test/stock_location_pull_flow.yml',

View File

@ -26,7 +26,6 @@
"category" : "Manufacturing",
"images": ["images/master_procurement_schedule.jpeg","images/sales_forecast.jpeg","images/stock_planning_line.jpeg","images/stock_sales_period.jpeg"],
"depends": ["crm", "stock","sale"],
"complexity": "expert",
"description": """
MPS allows to create a manual procurement plan apart of the normal MRP scheduling, which works automatically based on minimum stock rules
=========================================================================================================================================

View File

@ -24,7 +24,6 @@
"depends" : ["base"],
"images" : ["images/ldap_configuration.jpeg"],
"author" : "OpenERP SA",
'complexity': "expert",
"description": """
Adds support for authentication by LDAP server.
===============================================

View File

@ -24,7 +24,6 @@
'name': 'Warning Messages and Alerts',
'version': '1.0',
'category': 'Tools',
'complexity': "easy",
'description': """
Module to trigger warnings in OpenERP objects.
==============================================

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