[IMP]base_setup,point_of_sale: button preview reports is smaller and on top right of tab header/footer and Tab Other merged with Tab configuration

bzr revid: aag@tinyerp.co.in-20110527111857-1npksiluu66vabfm
This commit is contained in:
aag (OpenERP) 2011-05-27 16:48:57 +05:30
parent f476d037da
commit 04e94e31a0
2 changed files with 12 additions and 12 deletions

View File

@ -217,12 +217,12 @@
<field name="type">form</field>
<field name="inherit_id" ref="base.view_company_form" />
<field name="arch" type="xml">
<field name="rml_footer2" position="after">
<newline/>
<separator string="" colspan="4"/>
<group colspan="4" col="2">
<button name="preview_report" string="Preview Report" type="object" icon="gtk-print"/>
</group>
<field name="rml_header" position="before">
<group colspan="4" col="8">
<label string="" colspan="7"/>
<button name="preview_report" string="Preview Report" type="object" icon="gtk-print"/>
<separator string="" colspan="8"/>
</group>
</field>
</field>
</record>

View File

@ -639,12 +639,12 @@
<field name="type">form</field>
<field name="inherit_id" ref="base.view_company_form"/>
<field name="arch" type="xml">
<notebook position="inside">
<page string="Other">
<field name="company_discount" colspan="4"/>
<field name="max_diff" colspan="4"/>
</page>
</notebook>
<field name="currency_id" position="after">
<separator string="Other Information" colspan="4"/>
<field name="company_discount" />
<newline/>
<field name="max_diff" />
</field>
</field>
</record>