Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
09b4d747
Commit
09b4d747
authored
8 years ago
by
Thibault Delavallée
Browse files
Options
Downloads
Patches
Plain Diff
[CLEAN] crm: put menu xml data in views folder instead of data folder
parent
153d698f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
addons/crm/__openerp__.py
+0
-1
0 additions, 1 deletion
addons/crm/__openerp__.py
addons/crm/data/tour_data.xml
+0
-10
0 additions, 10 deletions
addons/crm/data/tour_data.xml
addons/crm/views/crm_views.xml
+8
-0
8 additions, 0 deletions
addons/crm/views/crm_views.xml
with
8 additions
and
11 deletions
addons/crm/__openerp__.py
+
0
−
1
View file @
09b4d747
...
...
@@ -41,7 +41,6 @@ Dashboard for CRM will include:
'
web_tour
'
,
],
'
data
'
:
[
'
data/tour_data.xml
'
,
'
data/crm_activity_data.xml
'
,
'
data/crm_data.xml
'
,
'
data/crm_stage_data.xml
'
,
...
...
This diff is collapsed.
Click to expand it.
addons/crm/data/tour_data.xml
deleted
100644 → 0
+
0
−
10
View file @
153d698f
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<!-- Make the xmlid of menus required by the CRM tour available in webclient -->
<record
id=
"sales_team.menu_base_partner"
model=
"ir.ui.menu"
>
<field
name=
"load_xmlid"
eval=
"True"
/>
</record>
<record
id=
"base.menu_administration"
model=
"ir.ui.menu"
>
<field
name=
"load_xmlid"
eval=
"True"
/>
</record>
</odoo>
This diff is collapsed.
Click to expand it.
addons/crm/views/crm_views.xml
+
8
−
0
View file @
09b4d747
...
...
@@ -34,4 +34,12 @@
sequence=
"0"
groups=
"sales_team.group_sale_manager"
/>
<!-- Make the xmlid of menus required by the CRM tour available in webclient -->
<record
id=
"sales_team.menu_base_partner"
model=
"ir.ui.menu"
>
<field
name=
"load_xmlid"
eval=
"True"
/>
</record>
<record
id=
"base.menu_administration"
model=
"ir.ui.menu"
>
<field
name=
"load_xmlid"
eval=
"True"
/>
</record>
</odoo>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment