Browse Source

Update res_partner.xml

The name of the smart icons changed, this is only change necessary to get the module installed on odoo 9
pull/264/head
Apptuate 9 years ago
parent
commit
61ab68b944
  1. 2
      partner_relations/view/res_partner.xml

2
partner_relations/view/res_partner.xml

@ -23,7 +23,7 @@
<field name="inherit_id" ref="base.view_partner_form" />
<field name="model">res.partner</field>
<field type="xml" name="arch">
<xpath expr="//div[@name='buttons']" position="inside">
<xpath expr="//div[@name='button_box']" position="inside">
<button class="oe_inline oe_stat_button"
type="action"
context="{

Loading…
Cancel
Save