[FIX] base: Add the sequence in the ir.module.category records

bzr revid: stw@openerp.com-20110930154911-r3cyw94au06b4xse
This commit is contained in:
Stephane Wirtel 2011-09-30 17:49:11 +02:00
parent 80caa96c0c
commit 3befd0be34
1 changed files with 29 additions and 10 deletions

View File

@ -4,71 +4,85 @@
<record model="ir.module.category" id="module_category_customer_relationship_management">
<field name="name">Customer Relationship Management</field>
<field name="description">Helps you track and manage relations with customers such as leads, requests or issues. Can automatically send reminders, escalate requests or trigger business-specific actions based on standard events.</field>
<field name="sequence">1</field>
</record>
<record model="ir.module.category" id="module_category_sales_management">
<field name="name">Sales Management</field>
<field name="description">Helps you handle your quotations, sale orders and invoicing.</field>
<field name="sequence">2</field>
</record>
<record model="ir.module.category" id="module_category_project_management">
<field name="name">Project Management</field>
<field name="description">Helps you manage your projects and tasks by tracking them, generating plannings, etc...</field>
<field name="sequence">3</field>
</record>
<record model="ir.module.category" id="module_category_knowledge_management">
<field name="name">Knowledge Management</field>
<field name="description">Lets you install addons geared towards sharing knowledge with and between your employees.</field>
<field name="sequence">4</field>
</record>
<record model="ir.module.category" id="module_category_warehouse_management">
<field name="name">Warehouse Management</field>
<field name="description">Helps you manage your inventory and main stock operations: delivery orders, receptions, etc.</field>
<field name="sequence">5</field>
</record>
<record model="ir.module.category" id="module_category_manufacturing">
<field name="name">Manufacturing</field>
<field name="description">Helps you manage your manufacturing processes and generate reports on those processes.</field>
<field name="sequence">6</field>
</record>
<record model="ir.module.category" id="module_category_account_voucher">
<field name="name">Invoicing &amp; Payments</field>
<field name="description">Allows you to create your invoices and track the payments. It is an easier version of the accounting module for managers who are not accountants.</field>
<field name="sequence">7</field>
</record>
<record model="ir.module.category" id="module_category_accounting_and_finance">
<field name="name">Accounting &amp; Finance</field>
<field name="description">Helps you handle your accounting needs, if you are not an accountant, we suggest you to install only the Invoicing.</field>
<field name="sequence">8</field>
</record>
<record model="ir.module.category" id="module_category_purchase_management">
<field name="name">Purchase Management</field>
<field name="description">Helps you manage your purchase-related processes such as requests for quotations, supplier invoices, etc...</field>
<field name="sequence">9</field>
</record>
<record model="ir.module.category" id="module_category_human_resources">
<field name="name">Human Resources</field>
<field name="description">Helps you manage your human resources by encoding your employees structure, generating work sheets, tracking attendance and more.</field>
</record>
<record model="ir.module.category" id="module_category_point_of_sale">
<field name="name">Point of Sales</field>
<field name="description">Helps you get the most out of your points of sales with fast sale encoding, simplified payment mode encoding, automatic picking lists generation and more.</field>
</record>
<record model="ir.module.category" id="module_category_marketing">
<field name="name">Marketing</field>
<field name="description">Helps you manage your marketing campaigns step by step.</field>
<field name="sequence">10</field>
</record>
<record model="ir.module.category" id="module_category_tools">
<field name="name">Extra Tools</field>
<field name="description">Lets you install various interesting but non-essential tools like Survey, Lunch and Ideas box.</field>
<field name="sequence">11</field>
</record>
<record model="ir.module.category" id="module_category_marketing">
<field name="name">Marketing</field>
<field name="description">Helps you manage your marketing campaigns step by step.</field>
<field name="sequence">12</field>
</record>
<record model="ir.module.category" id="module_category_point_of_sale">
<field name="name">Point of Sales</field>
<field name="description">Helps you get the most out of your points of sales with fast sale encoding, simplified payment mode encoding, automatic picking lists generation and more.</field>
<field name="sequence">13</field>
</record>
<record model="ir.module.category" id="module_category_report_designer">
<field name="name">Advanced Reporting</field>
<field name="description">Lets you install various tools to simplify and enhance OpenERP's report creation.</field>
<field name="sequence">14</field>
</record>
<record model="ir.module.category" id="module_category_localization">
@ -80,6 +94,11 @@
<field name="name">Account Charts</field>
</record>
<record model="ir.module.category" id="module_category_associations">
<field name="name">Associations</field>
<field name="description">Installs a preselected set of OpenERP applications which will help you manage your association more efficiently.</field>
</record>
<!-- <record id="ir_ui_view_sc_modules0" model="ir.ui.view_sc">-->
<!-- <field name="name">Modules</field>-->
<!-- <field name="resource">ir.ui.menu</field>-->