odoo/openerp/addons/base/module/module_data.xml

91 lines
5.1 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</record>
<record model="ir.module.category" id="module_category_localization">
<field name="name">Localization</field>
</record>
<record model="ir.module.category" id="module_category_localization_account_charts">
<field name="parent_id" ref="module_category_localization" />
<field name="name">Account Charts</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>-->
<!-- <field name="user_id" ref="base.user_root"/>-->
<!-- <field name="res_id" ref="base.menu_module_tree"/>-->
<!-- </record>-->
</data>
</openerp>