[IMP] Removed group from currency on set accounting options wizard

bzr revid: pso@tinyerp.com-20120820111140-b9vnkll7ifx1gz0w
This commit is contained in:
pso (OpenERP) 2012-08-20 16:41:40 +05:30
parent 56177da6c5
commit 4b0ff5f342
1 changed files with 2 additions and 2 deletions

View File

@ -2371,9 +2371,9 @@
<div groups="base.group_multi_company">
<label for="company_id"/>
<field name="company_id" widget="selection"/> <!-- we assume that this wizard will be run only by administrators and as this field may cause problem if hidden (because of the default company of the user removed from the selection because already configured), we simply choosed to remove the group "multi company" of it -->
<label for="currency_id"/>
<field name="currency_id" />
</div>
<label for="currency_id"/>
<field name="currency_id" />
<group>
<div attrs="{'invisible': [('only_one_chart_template','=',True)]}">
<label for="chart_template_id"/>