Do not use multiselection wiget for related_sectors fields on party and product.

This commit is contained in:
Albert Cervera i Areny 2014-10-13 15:40:35 +02:00
parent b608c6edaa
commit d563855582
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<data>
<xpath expr="/form/notebook" position="inside">
<page string="Sectors" id="sectors">
<field name="related_sectors" widget="multiselection"/>
<field name="related_sectors"/>
</page>
</xpath>
</data>

View File

@ -4,7 +4,7 @@
<data>
<xpath expr="/form/notebook" position="inside">
<page string="Sectors" id="sectors">
<field name="related_sectors" widget="multiselection"/>
<field name="related_sectors"/>
</page>
</xpath>
</data>