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
7e8edaa9
Commit
7e8edaa9
authored
15 years ago
by
Naresh Choksy
Browse files
Options
Downloads
Patches
Plain Diff
[IMP]:base setup modules installation wizard
bzr revid: nch@tinyerp.com-20100427084903-qunvhze3c1xegvwi
parent
09c68592
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
addons/base_setup/base_setup_installer.xml
+5
-5
5 additions, 5 deletions
addons/base_setup/base_setup_installer.xml
addons/base_setup/installer.py
+1
-1
1 addition, 1 deletion
addons/base_setup/installer.py
with
6 additions
and
6 deletions
addons/base_setup/base_setup_installer.xml
+
5
−
5
View file @
7e8edaa9
...
...
@@ -21,15 +21,15 @@
If you don't think you need any of these right now, you can easily install them later on.
</attribute>
</xpath>
<group
colspan=
"8"
>
<separator
string=
"Generic Modules"
colspan=
"4"
/>
<separator
string=
"
Install
Generic Modules"
colspan=
"4"
/>
<field
name=
"crm"
/>
<field
name=
"sale"
/>
<field
name=
"project"
/>
<field
name=
"knowledge"
/>
<field
name=
"stock"
/>
<field
name=
"mrp"
/>
<field
name=
"account"
/>
<field
name=
"purchase"
/>
<field
name=
"hr"
/>
<field
name=
"point_of_sale"
/>
<field
name=
"marketing"
/>
<field
name=
"misc_tools"
/>
<field
name=
"report_designer"
/>
<separator
string=
"
Vertical
Modules"
colspan=
"4"
/>
<field
name=
"hr"
/>
<field
name=
"point_of_sale"
groups=
"base.group_extended"
/>
<field
name=
"marketing"
groups=
"base.group_extended"
/>
<field
name=
"misc_tools"
/>
<field
name=
"report_designer"
groups=
"base.group_extended"
/>
<separator
string=
"
Install Specific Businesses
Modules"
colspan=
"4"
/>
<field
name=
"profile_association"
/>
<field
name=
"profile_training"
/>
<field
name=
"profile_auction"
/>
...
...
This diff is collapsed.
Click to expand it.
addons/base_setup/installer.py
+
1
−
1
View file @
7e8edaa9
...
...
@@ -69,7 +69,7 @@ class base_setup_installer(osv.osv_memory):
help
=
"
Helps you manage your marketing campaigns step by step.
"
),
'
misc_tools
'
:
fields
.
boolean
(
'
Miscellaneous Tools
'
,
help
=
"
Lets you install various interesting but non-essential
"
"
tools.
"
),
"
tools
like Survey, Lunch,..
.
"
),
'
report_designer
'
:
fields
.
boolean
(
'
Advanced Reporting
'
,
help
=
"
Lets you install various tools to simplify and enhance
"
"
OpenERP
'
s report creation.
"
),
...
...
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