[MERGE] improvement in res.company form view

bzr revid: qdp-launchpad@openerp.com-20110527103403-ffpcjniuacx78l7e
This commit is contained in:
Quentin (OpenERP) 2011-05-27 12:34:03 +02:00
commit 95c0d38ec5
1 changed files with 4 additions and 2 deletions

View File

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