diff --git a/addons/account_accountant/__openerp__.py b/addons/account_accountant/__openerp__.py index c1086285f93..b3b5a5afa2d 100644 --- a/addons/account_accountant/__openerp__.py +++ b/addons/account_accountant/__openerp__.py @@ -23,6 +23,7 @@ "version" : "1.1", "author" : "OpenERP SA", "category": 'Accounting & Finance', + "sequence": 10, 'complexity': "normal", "description": """ Accounting Access Rights. diff --git a/addons/account_asset/__openerp__.py b/addons/account_asset/__openerp__.py index a8745fa088b..944216fd423 100644 --- a/addons/account_asset/__openerp__.py +++ b/addons/account_asset/__openerp__.py @@ -30,6 +30,7 @@ """, "website" : "http://www.openerp.com", "category" : "Accounting & Finance", + "sequence": 32, "init_xml" : [ ], "demo_xml" : [ 'account_asset_demo.xml' diff --git a/addons/account_voucher/__openerp__.py b/addons/account_voucher/__openerp__.py index 74e9097b57c..79938a19a91 100644 --- a/addons/account_voucher/__openerp__.py +++ b/addons/account_voucher/__openerp__.py @@ -33,6 +33,7 @@ Account Voucher module includes all the basic requirements of Voucher Entries fo * Cheque Register """, "category": 'Accounting & Finance', + "sequence": 4, "website" : "http://tinyerp.com", "images" : ["images/customer_payment.jpeg","images/journal_voucher.jpeg","images/sales_receipt.jpeg","images/supplier_voucher.jpeg"], "depends" : ["account"], diff --git a/addons/crm/__openerp__.py b/addons/crm/__openerp__.py index 23f84606c29..03802ed1489 100644 --- a/addons/crm/__openerp__.py +++ b/addons/crm/__openerp__.py @@ -24,6 +24,7 @@ 'name': 'CRM', 'version': '1.0', 'category': 'Customer Relationship Management', + "sequence": 2, 'complexity': "easy", 'description': """ The generic OpenERP Customer Relationship Management. diff --git a/addons/hr/__openerp__.py b/addons/hr/__openerp__.py index d4f121b450a..45f90422fe3 100644 --- a/addons/hr/__openerp__.py +++ b/addons/hr/__openerp__.py @@ -24,6 +24,7 @@ "version": "1.1", "author": "OpenERP SA", "category": "Human Resources", + "sequence": 12, 'complexity': "easy", "website": "http://www.openerp.com", "description": """ diff --git a/addons/hr_expense/__openerp__.py b/addons/hr_expense/__openerp__.py index 4e91155442b..f662a912e87 100644 --- a/addons/hr_expense/__openerp__.py +++ b/addons/hr_expense/__openerp__.py @@ -24,6 +24,7 @@ 'name': 'Expenses Management', 'version': '1.0', 'category': 'Human Resources', + "sequence": 30, 'complexity': "easy", 'description': """ This module aims to manage employee's expenses. diff --git a/addons/hr_holidays/__openerp__.py b/addons/hr_holidays/__openerp__.py index 61d613ad0c5..7ff8625b5a7 100644 --- a/addons/hr_holidays/__openerp__.py +++ b/addons/hr_holidays/__openerp__.py @@ -25,6 +25,7 @@ "version": "1.5", "author": "OpenERP SA", "category": "Human Resources", + "sequence": 28, 'complexity': "easy", "website": "http://www.openerp.com", "description": """ diff --git a/addons/hr_payroll/__openerp__.py b/addons/hr_payroll/__openerp__.py index c659444551e..eda8dbcf367 100644 --- a/addons/hr_payroll/__openerp__.py +++ b/addons/hr_payroll/__openerp__.py @@ -23,6 +23,7 @@ 'name': 'Payroll', 'version': '1.0', 'category': 'Human Resources', + "sequence": 38, 'complexity': "normal", 'description': """ Generic Payroll system. diff --git a/addons/hr_recruitment/__openerp__.py b/addons/hr_recruitment/__openerp__.py index 0ce5ff66c0f..297b2f2abf2 100644 --- a/addons/hr_recruitment/__openerp__.py +++ b/addons/hr_recruitment/__openerp__.py @@ -23,6 +23,7 @@ 'name': 'Recruitment Process', 'version': '1.0', 'category': 'Human Resources', + "sequence": 24, 'complexity': "easy", 'description': """ Manages job positions and the recruitment process. diff --git a/addons/hr_timesheet_sheet/__openerp__.py b/addons/hr_timesheet_sheet/__openerp__.py index 7299e283d6d..c428e9e768e 100644 --- a/addons/hr_timesheet_sheet/__openerp__.py +++ b/addons/hr_timesheet_sheet/__openerp__.py @@ -24,6 +24,7 @@ 'name': 'Timesheets Validation', 'version': '1.0', 'category': 'Human Resources', + "sequence": 16, 'description': """ This module helps you to easily encode and validate timesheet and attendances within the same view. =================================================================================================== diff --git a/addons/mrp/__openerp__.py b/addons/mrp/__openerp__.py index b1f5a549c44..1de32e72e48 100644 --- a/addons/mrp/__openerp__.py +++ b/addons/mrp/__openerp__.py @@ -26,6 +26,7 @@ "author" : "OpenERP SA", "website" : "http://www.openerp.com", "category" : "Manufacturing", + "sequence": 18, "images" : ["images/bill_of_materials.jpeg", "images/manufacturing_order.jpeg", "images/planning_manufacturing_order.jpeg", "images/production_analysis.jpeg", "images/production_dashboard.jpeg","images/routings.jpeg","images/work_centers.jpeg"], "depends" : ["procurement", "stock", "resource", "purchase", "product","process"], "description": """ diff --git a/addons/point_of_sale/__openerp__.py b/addons/point_of_sale/__openerp__.py index e63acfb7881..6de408b956e 100644 --- a/addons/point_of_sale/__openerp__.py +++ b/addons/point_of_sale/__openerp__.py @@ -24,6 +24,7 @@ 'name': 'Point Of Sale', 'version': '1.0.1', 'category': 'Point Of Sale', + "sequence": 6, 'description': """ This module provides a quick and easy sale process. =================================================== diff --git a/addons/project/__openerp__.py b/addons/project/__openerp__.py index 1b25c9d15cc..bcf7aae2604 100644 --- a/addons/project/__openerp__.py +++ b/addons/project/__openerp__.py @@ -26,6 +26,7 @@ "author": "OpenERP SA", "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"], diff --git a/addons/project_gtd/__openerp__.py b/addons/project_gtd/__openerp__.py index 7dae4706b70..2f4c19387d3 100644 --- a/addons/project_gtd/__openerp__.py +++ b/addons/project_gtd/__openerp__.py @@ -24,6 +24,7 @@ 'name': 'Todo Lists', 'version': '1.0', 'category': 'Project Management', + "sequence": 20, 'complexity': "easy", 'description': """ This module implements all concepts defined by the Getting Things Done methodology. diff --git a/addons/project_issue/__openerp__.py b/addons/project_issue/__openerp__.py index 012f9b5e799..3fe54fc2a2f 100644 --- a/addons/project_issue/__openerp__.py +++ b/addons/project_issue/__openerp__.py @@ -24,6 +24,7 @@ 'name': 'Issues Tracker', 'version': '1.0', 'category': 'Project Management', + "sequence": 22, 'complexity': "easy", 'description': """ This module provides Issues/Bugs Management in Project. diff --git a/addons/purchase/__openerp__.py b/addons/purchase/__openerp__.py index 373c7b51fc2..2504eb811b1 100644 --- a/addons/purchase/__openerp__.py +++ b/addons/purchase/__openerp__.py @@ -24,6 +24,7 @@ 'name': 'Purchase Management', '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. diff --git a/addons/sale/__openerp__.py b/addons/sale/__openerp__.py index 318e305b8ea..d4b37bf311c 100644 --- a/addons/sale/__openerp__.py +++ b/addons/sale/__openerp__.py @@ -23,6 +23,7 @@ 'name': 'Sales Management', 'version': '1.0', 'category': 'Sales Management', + "sequence": 14, 'complexity': "easy", 'description': """ The base module to manage quotations and sales orders. diff --git a/addons/stock/__openerp__.py b/addons/stock/__openerp__.py index 393d50e3181..5b800b43050 100644 --- a/addons/stock/__openerp__.py +++ b/addons/stock/__openerp__.py @@ -48,6 +48,7 @@ Thanks to the double entry management, the inventory controlling is powerful and "images" : ["images/stock_forecast_report.png", "images/delivery_orders.jpeg", "images/inventory_analysis.jpeg","images/location.jpeg","images/moves_analysis.jpeg","images/physical_inventories.jpeg","images/warehouse_dashboard.jpeg"], "depends" : ["product", "account"], "category" : "Warehouse Management", + "sequence": 16, "init_xml" : [], "demo_xml" : [ "stock_demo.xml",