Skip to content

Commit

Permalink
[IMP]base: Improve the app name for access rights.
Browse files Browse the repository at this point in the history
Rename -
1)Accounting & Finance -> Accounting
2)Document Signature -> Sign
3)After-Sales -> Helpdesk
4)Survay -> Survays
5)Purchases -> Purchase
6)Live Support -> Live Chat
7)Appraisals -> Appraisal
8)Attendance -> Attendances

This commit is related to task# 1884968.
  • Loading branch information
pgu-odoo committed Sep 21, 2018
1 parent eebaf55 commit 769c47f
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion addons/account/__manifest__.py
Expand Up @@ -12,7 +12,7 @@
You could use this simplified accounting in case you work with an (external) account to keep your books, and you still want to keep track of payments. This module also offers you an easy method of registering payments, without having to encode complete abstracts of account.
""",
'category': 'Invoicing Management',
'category': 'Invoicing',
'website': 'https://www.odoo.com/page/billing',
'images' : ['images/accounts.jpeg','images/bank_statement.jpeg','images/cash_register.jpeg','images/chart_of_accounts.jpeg','images/customer_invoice.jpeg','images/journal_entries.jpeg'],
'depends' : ['base_setup', 'product', 'analytic', 'portal', 'digest'],
Expand Down
Expand Up @@ -2,7 +2,7 @@
<odoo>

<record id="module_category_im_livechat" model="ir.module.category">
<field name="name">Live Support</field>
<field name="name">Live Chat</field>
<field name="sequence" eval="20" />
</record>

Expand Down
2 changes: 1 addition & 1 deletion addons/purchase/__manifest__.py
Expand Up @@ -4,7 +4,7 @@
{
'name': 'Purchase',
'version': '1.2',
'category': 'Purchases',
'category': 'Purchase',
'sequence': 60,
'summary': 'Purchase orders, tenders and agreements',
'description': "",
Expand Down
2 changes: 1 addition & 1 deletion addons/purchase_requisition/__manifest__.py
Expand Up @@ -2,7 +2,7 @@
{
'name': 'Purchase Agreements',
'version': '0.1',
'category': 'Purchases',
'category': 'Purchase',
'description': """
This module allows you to manage your Purchase Agreements.
===========================================================
Expand Down
2 changes: 1 addition & 1 deletion addons/purchase_stock/__manifest__.py
Expand Up @@ -4,7 +4,7 @@
{
'name': 'Purchase Stock',
'version': '1.2',
'category': 'Purchases',
'category': 'Purchase',
'sequence': 60,
'summary': 'Purchase Orders, Receipts, Vendor Bills for Stock',
'description': "",
Expand Down
14 changes: 7 additions & 7 deletions odoo/addons/base/data/ir_module_category_data.xml
Expand Up @@ -55,13 +55,13 @@
</record>

<record model="ir.module.category" id="module_category_accounting_and_finance">
<field name="name">Accounting &amp; Finance</field>
<field name="name">Invoicing</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">7</field>
</record>

<record model="ir.module.category" id="module_category_purchase_management">
<field name="name">Purchases</field>
<field name="name">Purchase</field>
<field name="description">Helps you manage your purchase-related processes such as requests for quotations, supplier bills, etc...</field>
<field name="sequence">8</field>
</record>
Expand Down Expand Up @@ -109,13 +109,13 @@
</record>

<record model="ir.module.category" id="module_category_hr_attendance">
<field name="name">Attendance</field>
<field name="name">Attendances</field>
<field name="description">Helps you manage the attendances.</field>
<field name="sequence">14</field>
</record>

<record model="ir.module.category" id="module_category_hr_appraisal">
<field name="name">Appraisals</field>
<field name="name">Appraisal</field>
<field name="description">Helps you manage your appraisals.</field>
<field name="sequence">15</field>
</record>
Expand Down Expand Up @@ -146,7 +146,7 @@
</record>

<record id="module_category_survey" model="ir.module.category">
<field name="name">Survey</field>
<field name="name">Surveys</field>
<field name="description">Helps you manage your survey for review of different-different users.</field>
<field name="sequence">20</field>
</record>
Expand All @@ -168,13 +168,13 @@
</record>

<record model="ir.module.category" id="module_category_sign">
<field name="name">Document Signatures</field>
<field name="name">Sign</field>
<field name="description">Helps you sign and complete your documents easily.</field>
<field name="sequence">25</field>
</record>

<record model="ir.module.category" id="module_category_helpdesk">
<field name="name">After-Sales</field>
<field name="name">Helpdesk</field>
<field name="description">After-sales services</field>
<field name="sequence">2</field>
</record>
Expand Down

0 comments on commit 769c47f

Please sign in to comment.