Fix view definition as party lang field has been removed

(grafted from 4e2905693fe61a4f9cd9ed40f24bff23882fde27)
This commit is contained in:
Sergi Almacellas Abellana 2016-06-21 17:20:22 +02:00
parent a58df9e5aa
commit b7a79cccc4
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>