Merged
Conversation
3db456c to
9ff9d29
Compare
9ff9d29 to
a8a0383
Compare
Member
|
Fixed a problem renaming a column that needs its data instead of copying it. |
a8a0383 to
cc20632
Compare
|
Hello @pedrobaeza @MiquelRForgeFlow I have a problem when performing a migration from o12 to o13 with this module. (sale_timesheet) The error it gives me is the following: This happens because when migrating it takes the invoices from the account.invoice of v12 (ex: id = 78) and when passing it to o13 it tries to find it with id 78 in 'account.move' when it is id 9. My question is how can I map the ids of the account.invoice v12 to the id account.move of v13 |
Member
|
This is handled here: https://github.com/OCA/OpenUpgrade/pull/2388/files#diff-f875757c386c55637585ccb63b0959c8b31d91090cf492bf258e478314e7bb1aR10 so you have a previous inconsistent DB. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Migration of sale_timesheet.
--
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr