-
-
Notifications
You must be signed in to change notification settings - Fork 666
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
[16.0][MIG] stock_picking_line_sequence #1316
[16.0][MIG] stock_picking_line_sequence #1316
Conversation
84f8f16
to
7a88b45
Compare
/ocabot migration stock_picking_line_sequence |
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.
Code review
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.
28a8d75
to
4f9b3ed
Compare
Can we get a merge? 🙏 |
@bosd Could you amend your last commit message to add the module name and a better summary ? Thanks |
e26905c
to
a3c7969
Compare
tests are broken. It seems we need this now. |
/ocabot rebase |
Sorry @bosd you are not allowed to rebase. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
OCA Transbot updated translations from Transifex OCA Transbot updated translations from Transifex
Currently translated at 100.0% (7 of 7 strings) Translation: stock-logistics-workflow-12.0/stock-logistics-workflow-12.0-stock_picking_line_sequence Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-12-0/stock-logistics-workflow-12-0-stock_picking_line_sequence/sl/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: stock-logistics-workflow-12.0/stock-logistics-workflow-12.0-stock_picking_line_sequence Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-12-0/stock-logistics-workflow-12-0-stock_picking_line_sequence/
Currently translated at 28.5% (2 of 7 strings) Translation: stock-logistics-workflow-15.0/stock-logistics-workflow-15.0-stock_picking_line_sequence Translate-URL: https://translation.odoo-community.org/projects/stock-logistics-workflow-15-0/stock-logistics-workflow-15-0-stock_picking_line_sequence/it/
only update the sequence number when the line number is an integer.
c306147
to
38e8e2a
Compare
This PR has the |
@rousseldenis Can we get this PR merged? |
line.sequence = current_sequence | ||
current_sequence += 1 | ||
# Check if the record ID is an integer (real ID) or a string (virtual ID) | ||
if isinstance(line.id, int): |
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.
/ocabot merge nobump |
On my way to merge this fine PR! |
Congratulations, your PR was merged at ef182a3. Thanks a lot for contributing to OCA. ❤️ |
@CasVissers-360ERP It's merged 😉 |
Standard migration
stock_picking_line_sequence