[IMP]Base:move currency_id field in configuration tab

bzr revid: aag@tinyerp.co.in-20110520101736-v5jrxflqnsv6tqwc
This commit is contained in:
aag (OpenERP) 2011-05-20 15:47:36 +05:30
parent abb83ec499
commit 4ecb898c68
1 changed files with 3 additions and 1 deletions

View File

@ -213,7 +213,6 @@
<field name="state_id"/>
<field name="phone"/>
<field name="email"/>
<field name="currency_id" colspan="2"/>
<separator string="Reporting Information" colspan="4"/>
<field name="rml_header1" colspan="4"/>
<field name="rml_footer1" colspan="4"/>
@ -229,6 +228,9 @@
<field colspan="2" name="rml_header3" nolabel="1"/>
</page>
<page string="Configuration">
<separator string="Currency Information" colspan="4"/>
<field name="currency_id" colspan="2"/>
<newline/>
</page>
</notebook>
</form>