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
f998ca47
Commit
f998ca47
authored
14 years ago
by
Naresh Choksy
Browse files
Options
Downloads
Patches
Plain Diff
[imp]:installation Done wizard
bzr revid: nch@tinyerp.com-20100506113417-amny4wxhd1un1fkq
parent
e56d5b74
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
addons/base_setup/base_setup_data.xml
+21
-20
21 additions, 20 deletions
addons/base_setup/base_setup_data.xml
with
21 additions
and
20 deletions
addons/base_setup/base_setup_data.xml
+
21
−
20
View file @
f998ca47
...
...
@@ -6,26 +6,27 @@
<field
name=
"model"
>
base.setup.config
</field>
<field
name=
"type"
>
form
</field>
<field
name=
"arch"
type=
"xml"
>
<form
string=
"Setup"
>
<group
colspan=
"4"
>
<image
name=
"gtk-dialog-info"
/>
<group
colspan=
"2"
col=
"4"
>
<separator
colspan=
"4"
string=
"Installation Done"
/>
<label
align=
"0.0"
colspan=
"4"
string=
"Your new database is now fully installed."
/>
<field
name=
"installed_users"
nolabel=
"1"
colspan=
"4"
/>
<label
align=
"0.0"
colspan=
"4"
string=
"You can start configuring the system or connect directly to the database as an administrator."
/>
</group>
</group>
<separator
string=
""
colspan=
"4"
/>
<button
name=
"menu"
icon=
"gtk-ok"
type=
"object"
string=
"Use Directly"
/>
<button
name=
"config"
icon=
"gtk-go-forward"
type=
"object"
string=
"Start Configuration"
/>
</form>
</field>
</record>
<form
string=
"Setup"
>
<group
colspan=
"4"
col=
"8"
>
<group
width=
"150"
>
<image
name=
"gtk-dialog-info"
/>
</group>
<group>
<separator
string=
"Installation Done"
colspan=
"8"
/>
<label
align=
"0.0"
string=
"Your new database is now fully installed."
colspan=
"8"
/>
<field
name=
"installed_users"
nolabel=
"1"
colspan=
"8"
/>
<label
align=
"0.0"
colspan=
"8"
string=
"You can start configuring the system or connect directly to the database as an administrator."
/>
</group>
</group>
<group
colspan=
"8"
col=
"8"
>
<separator
string=
""
colspan=
"8"
/>
<label
string=
""
colspan=
"6"
/>
<button
name=
"menu"
icon=
"gtk-ok"
type=
"object"
string=
"Use Directly"
colspan=
"1"
/>
<button
name=
"config"
icon=
"gtk-go-forward"
type=
"object"
string=
"Start Configuration"
colspan=
"1"
/>
</group>
</form>
</field>
</record>
<record
id=
"action_base_setup"
model=
"ir.actions.act_window"
>
<field
name=
"name"
>
Setup
</field>
...
...
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