-
-
Notifications
You must be signed in to change notification settings - Fork 391
[18.0][MIG] barcodes_generator_abstract: Migration to 18.0 #681
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
[18.0][MIG] barcodes_generator_abstract: Migration to 18.0 #681
Conversation
* Rename manifest * Change openerp references to odoo * Bump version * Alphabetize imports * pyBarcode is no longer maintained, switch to viivakoodi fork (https://bitbucket.org/whitie/python-barcode/issues/16/pypi-08-release-request#comment-33978213)
* [FIX] barcodes_generator_abstract: Caching issue * Make cache method return ids & move the recordset method out of cache to fix OCA#93
Currently translated at 29.6% (8 of 27 strings) Translation: stock-logistics-barcode-12.0/stock-logistics-barcode-12.0-barcodes_generator_abstract Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-barcode-12-0/stock-logistics-barcode-12-0-barcodes_generator_abstract/de/
Currently translated at 14.8% (4 of 27 strings) Translation: stock-logistics-barcode-12.0/stock-logistics-barcode-12.0-barcodes_generator_abstract Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-barcode-12-0/stock-logistics-barcode-12-0-barcodes_generator_abstract/sl/
Currently translated at 46.4% (13 of 28 strings) Translation: stock-logistics-barcode-12.0/stock-logistics-barcode-12.0-barcodes_generator_abstract Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-barcode-12-0/stock-logistics-barcode-12-0-barcodes_generator_abstract/it/
Improve form view of barcode rules Improve README Auto-add admin to the group
Currently translated at 100.0% (28 of 28 strings) Translation: stock-logistics-barcode-14.0/stock-logistics-barcode-14.0-barcodes_generator_abstract Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-barcode-14-0/stock-logistics-barcode-14-0-barcodes_generator_abstract/it/
updated images path on configuration readme file
- Migrate to 17.0 - Add the package 'odoo_test_helper' to test-requirements.txt
be75647 to
76334f5
Compare
|
This PR has the |
twalter-c2c
left a comment
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
| @api.model | ||
| def _prepare_sequence(self, rule): | ||
| return { | ||
| "name": self.env._("Sequence - %s") % rule.name, |
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.
| "name": self.env._("Sequence - %s") % rule.name, | |
| "name": self.env._("Sequence - %s", rule.name), |
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.
Thanks for your time.
76334f5 to
b8f9396
Compare
|
/ocabot migration barcodes_generator_abstract |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at 0dd0d94. Thanks a lot for contributing to OCA. ❤️ |
No description provided.