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
ca68b047
Commit
ca68b047
authored
14 years ago
by
Naresh Choksy
Browse files
Options
Downloads
Patches
Plain Diff
[IMP]:improve account installer
bzr revid: nch@tinyerp.com-20100510080233-40pl984m3701qtud
parent
4dc71f92
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
addons/account/account_installer.xml
+16
-10
16 additions, 10 deletions
addons/account/account_installer.xml
addons/base_setup/base_setup_installer.xml
+3
-0
3 additions, 0 deletions
addons/base_setup/base_setup_installer.xml
with
19 additions
and
10 deletions
addons/account/account_installer.xml
+
16
−
10
View file @
ca68b047
...
...
@@ -24,18 +24,16 @@
<attribute
name=
"string"
>
Configure
</attribute>
</xpath>
<xpath
expr=
'//separator[@string="vsep"]'
position=
'attributes'
>
<attribute
name=
'rowspan'
>
20
</attribute>
<attribute
name=
'rowspan'
>
23
</attribute>
<attribute
name=
'string'
></attribute>
</xpath>
<xpath
expr=
'//group[@string="progress"]'
position=
'attributes'
>
<attribute
name=
'width'
>
190
</attribute>
<attribute
name=
'string'
></attribute>
</xpath>
<group
colspan=
"8"
>
<group
colspan=
"4"
height=
"450"
width=
"600"
>
<field
name=
"charts"
/>
<group
colspan=
"4"
groups=
"base.group_extended"
>
<separator
col=
"4"
colspan=
"4"
string=
"Install Extra Account Module"
/>
<field
name=
"account_analytic_plans"
/>
<field
name=
"account_payment"
/>
<field
name=
"account_followup"
/>
<field
name=
"account_asset"
/>
</group>
<group
colspan=
"4"
attrs=
"{'invisible':[('charts','!=','configurable')]}"
>
<field
name=
"sale_tax"
colspan=
"2"
/>
<field
name=
"purchase_tax"
colspan=
"2"
/>
...
...
@@ -46,12 +44,12 @@
<form
string=
"Bank Information"
>
<field
name=
"acc_name"
/>
<field
name=
"account_type"
/>
<field
name=
"currency_id"
/>
<field
name=
"currency_id"
widget=
"selection"
/>
</form>
<tree
editable=
"bottom"
string=
"Bank Information"
>
<field
name=
"acc_name"
/>
<field
name=
"account_type"
/>
<field
name=
"currency_id"
/>
<field
name=
"currency_id"
widget=
"selection"
/>
</tree>
</field>
</group>
...
...
@@ -61,6 +59,14 @@
<field
name=
"date_stop"
/>
<field
name=
"period"
colspan=
"4"
/>
</group>
<group
colspan=
"4"
groups=
"base.group_extended"
>
<separator
col=
"4"
colspan=
"4"
string=
"Install Extra Account Module"
/>
<field
name=
"account_analytic_plans"
/>
<field
name=
"account_payment"
/>
<field
name=
"account_followup"
/>
<field
name=
"account_asset"
/>
</group>
</group>
</group>
</data>
</field>
...
...
This diff is collapsed.
Click to expand it.
addons/base_setup/base_setup_installer.xml
+
3
−
0
View file @
ca68b047
...
...
@@ -20,6 +20,9 @@ If you don't think you need any of these right now, you can easily install them
<xpath
expr=
'//separator[@string="vsep"]'
position=
'attributes'
>
<attribute
name=
'string'
></attribute>
</xpath>
<xpath
expr=
'//group[@string="progress"]'
position=
'attributes'
>
<attribute
name=
'string'
></attribute>
</xpath>
<separator
string=
"title"
position=
"attributes"
>
<attribute
name=
"string"
>
Install Generic Modules
</attribute>
</separator>
...
...
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