-
-
Notifications
You must be signed in to change notification settings - Fork 654
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
[MIG] stock_picking_import_serial_number: Migration to 14.0 #1063
[MIG] stock_picking_import_serial_number: Migration to 14.0 #1063
Conversation
/ocabot migration stock_picking_import_serial_number |
4a80f4e
to
8850d27
Compare
@sebalix Ready to go 👍 |
[UPD] Update stock_picking_import_serial_number.pot
You can't use a static assignation in kw args, and less the empty string, which is assigned as is on the char fields (and being different from NULL values).
Don't pass `default_code` in vals if no reference is provided, for letting other modules to work properly in integration tests like `product_code_mandatory` + `product_sequence`.
8850d27
to
41649bc
Compare
@sebalix @rousseldenis could you guys please re-review? This is a 14.0 migration of the current 13.0 version. Note that there is a known edge-case bug in that version, with an in-progress PR #1065. @pedrobaeza is it okay to migrate as-is like this? Once #1065 is merged I can create a PR to forward-port it (unless that's handled by OCA in the background). |
Yes, it's reasonable. |
/ocabot merge nobump |
This PR looks fantastic, let's merge it! |
Congratulations, your PR was merged at 88b9eac. Thanks a lot for contributing to OCA. ❤️ |
No changes in logic. The only addition is
ir.model.access.csv
, which is now required for transient models.