Remove select="2", which is useless in v6

This commit is contained in:
Alexis de Lattre
2011-08-17 22:35:08 +02:00
committed by Alexis de Lattre
parent 1ac373520f
commit af5f4c9ef5

View File

@@ -19,7 +19,7 @@
<field name="property_account_expense" position="after">
<separator string="Intrastat properties" colspan="4"/>
<group colspan="4">
<field name="exclude_from_intrastat" select="2" />
<field name="exclude_from_intrastat" />
</group>
</field>
</data>
@@ -36,7 +36,7 @@
<field name="property_account_expense" position="after">
<separator string="Intrastat properties" colspan="4"/>
<group colspan="4">
<field name="exclude_from_intrastat" select="2" />
<field name="exclude_from_intrastat" />
</group>
</field>
</data>