Fix view definition as party lang field has been removed

This commit is contained in:
Sergi Almacellas Abellana 2016-06-21 17:20:22 +02:00
parent 1d4f61f618
commit 0b606101c3
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,6 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
<data>
<record model="ir.ui.view" id="party_configuration_view_form">
<field name="model">party.configuration</field>
<field name="type" eval="None"/>
<field name="inherit" ref="party.party_configuration_view_form"/>
<field name="name">party_configuration_form</field>
</record>

View File

@ -1,5 +1,7 @@
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<data>
<xpath expr="/form/field[@name='party_lang']" position="after">
<xpath expr="/form/field" position="after">
<label name="default_country"/>
<field name="default_country"/>
</xpath>