-
-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[14.0][FIX] l10n_it_website_sale_fiscalcode: fix fiscalcode check #3592
[14.0][FIX] l10n_it_website_sale_fiscalcode: fix fiscalcode check #3592
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Testato su runboat funziona correttamente
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
/ocabot rebase |
Implement - OCA#3588 - OCA#3591 This commit restores the call to the constrains `check_fiscalcode()` in `checkout_form_validate()` method of `WebsiteSale` controller (OCA#3558). The `company_name` will also be added to the dummy partned so the field value will be correctly evaluated on the constrains (OCA#3591).
Congratulations, PR rebased to 14.0. |
766576c
to
894de6c
Compare
/ocabot merge minor |
Hey, thanks for contributing! Proceeding to merge this for you. |
It looks like something changed on |
It looks like something changed on |
It looks like something changed on |
It looks like something changed on |
It looks like something changed on |
It looks like something changed on |
It looks like something changed on |
Congratulations, your PR was merged at bd25a17. Thanks a lot for contributing to OCA. ❤️ |
Implement
This commit restores the call to the constrains
check_fiscalcode()
incheckout_form_validate()
method ofWebsiteSale
controller (#3588). Thecompany_name
will also be added to the dummy partned so the field value will be correctly evaluated on the constrains (#3591).