[FIX] report: correct xpath to select paper format in the company form

bzr revid: sle@openerp.com-20140423132805-a5kdtvu052hdzbrr
This commit is contained in:
Simon Lejeune 2014-04-23 15:28:05 +02:00
parent 7088ddc3be
commit d65b9c5e4c
1 changed files with 2 additions and 4 deletions

View File

@ -99,10 +99,8 @@
<field name="model">res.company</field>
<field name="arch" type="xml">
<data>
<xpath expr="//group[@string='Footer Configuration']" position="after">
<group string="QWeb PDF Configuration">
<field name="paperformat_id" />
</group>
<xpath expr="//page[@string='Report Configuration']/group[@string='Configuration']" position="inside">
<field name="paperformat_id" />
</xpath>
</data>
</field>