[FIX] l10n_be: allow more than 120 periods

The widget selection only shows the first 120 results.
The selection was most likely set to avoid creating new entries but it can be
done with an option tag. This allows to use the search on many2one fields.

opw-677908
This commit is contained in:
Martin Trigaux 2016-05-19 11:04:37 +02:00
parent fac04424ca
commit 7f02fc9e4f
No known key found for this signature in database
GPG Key ID: 7B0E288E7C0F83A7
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
<form string="Periodical VAT Declaration">
<group>
<group string="Declare Periodical VAT">
<field name="period_id" widget="selection"/>
<field name="period_id" nocreate="True"/>
<field name="tax_code_id" string="Company" widget="selection" groups="base.group_multi_company"/>
</group>
<group string="Advanced Options">