Skip to content
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

[15.0][MIG] sequence_check_digit: Migration to 15.0 #697

Merged
merged 20 commits into from
Nov 26, 2023

Conversation

kaynnan
Copy link

@kaynnan kaynnan commented Jul 18, 2023

etobella and others added 20 commits July 18, 2023 08:14
* [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`
@kaynnan kaynnan force-pushed the 15.0-mig-sequence_check_digit branch from e3a30df to 073c4f1 Compare July 18, 2023 11:44
@kaynnan kaynnan marked this pull request as ready for review July 18, 2023 11:53
@marcelsavegnago
Copy link
Member

@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
Copy link
Member

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?

Copy link
Author

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

Copy link

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.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Nov 26, 2023
@etobella
Copy link
Member

/ocabot merge patch

@OCA-git-bot
Copy link
Contributor

On my way to merge this fine PR!
Prepared branch 15.0-ocabot-merge-pr-697-by-etobella-bump-patch, awaiting test results.

@OCA-git-bot OCA-git-bot merged commit cf914d6 into OCA:15.0 Nov 26, 2023
6 checks passed
@OCA-git-bot
Copy link
Contributor

Congratulations, your PR was merged at ffd05c7. Thanks a lot for contributing to OCA. ❤️

@kaynnan kaynnan deleted the 15.0-mig-sequence_check_digit branch November 26, 2023 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged 🎉 stale PR/Issue without recent activity, it'll be soon closed automatically.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants