Skip to content
Snippets Groups Projects
Unverified Commit 7f02fc9e authored by Martin Trigaux's avatar Martin Trigaux
Browse files

[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
parent fac04424
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment