-
-
Notifications
You must be signed in to change notification settings - Fork 559
[15.0][MIG] sequence_check_digit: Migration to 15.0 #697
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
Conversation
* [ADD] Sequence check Digit * Change of License to LGPL * Code review * Reviews
Currently translated at 100,0% (13 of 13 strings) Translation: server-ux-11.0/server-ux-11.0-sequence_check_digit Translate-URL: https://translation.odoo-community.org/projects/server-ux-11-0/server-ux-11-0-sequence_check_digit/es/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-ux-12.0/server-ux-12.0-sequence_check_digit Translate-URL: https://translation.odoo-community.org/projects/server-ux-12-0/server-ux-12-0-sequence_check_digit/
Fix external dependency from `stdnum` to `python-stdnum`
e3a30df
to
073c4f1
Compare
@augustodinizl @aug1804 Can you do the functional review please? |
@@ -37,17 +37,17 @@ def check_check_digit_formula(self): | |||
try: | |||
self.get_next_char(0) | |||
except Exception: | |||
raise ValidationError(_("Format is not accepted")) | |||
raise ValidationError(_("Format is not accepted")) from None |
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.
Why did you add the from None?
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.
Due to the suggestion made by the pre-commit
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
/ocabot merge patch |
On my way to merge this fine PR! |
Congratulations, your PR was merged at ffd05c7. Thanks a lot for contributing to OCA. ❤️ |
cc @marcelsavegnago
#390