Module
l10n_be_cooperator_national_number
Describe the bug
On the res.company model, you have the require_national_number field. On the subscription.request model, there's the display_national_number field, which is computed as EQUAL to the company's require_national_number.
This is really weird to me, because it implies that 'require == display', and 'not require == not display'. See comments in #69
To Reproduce
Affected versions:
Steps to reproduce the behavior:
1.
2.
3.
Expected behavior
A clear and concise description of what you expected to happen.
Additional context
Add any other context about the problem here. (e.g. OS, Python version, ...)