-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[18.0] [MIG] sale_advance_payment: Migration to 18.0 #3807
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
Merged
OCA-git-bot
merged 27 commits into
OCA:18.0
from
bizzappdev:18.0-MIG-sale_advance_payment-BAD
Nov 30, 2025
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8552e60
[ADD] sale_advance_payment: Register payments in advance
omar7r 9e02796
[MIG] sale_advance_payment: Migration to 14.0
MateuGForgeFlow 993fef1
add field 'advance_payment_status' and improve the payment wizard for…
JordiBForgeFlow 11ecce9
Readme Usage and Tests
MateuGForgeFlow d95d635
Currency fix and float_compare
MateuGForgeFlow 338db82
Added translation using Weblate (French)
remi-filament 94a9ce1
[imp][sale_advance_payment] various improvements
JordiBForgeFlow 80c7902
[14.0][imp][sale_advance_payment] small fixes
MateuGForgeFlow d21f5cd
[MIG] sale_advance_payment: Migration to 15.0
JasminSForgeFlow 8f8890d
[14.0][FIX] sale_advance_payment: Fix residual amount not being zero…
JasminSForgeFlow ef82e3b
[UPD] README.rst
OCA-git-bot 0b90221
[IMP] Improved code
Nikul-OSI bb2f28e
[FIX]sale_advance_payment: Properly check outbound advance payments
manuelregidor 4194a6c
Update translation files
weblate bb79411
[FIX] sale_advance_payment: fix currency rate test setup
JordiMForgeFlow 4428071
Added translation using Weblate (Spanish)
Ivorra78 b2b1f43
[MIG] sale_advance_payment: Migration to 16.0
JordiMForgeFlow 7b7e0e1
Update translation files
weblate 2e37358
[IMP] sale_advance_payment: pre-commit auto fixes
yankinmax 55e76f7
[17.0][MIG] sale_advance_payment: Migration to 17.0
Abranes 40774f6
Update translation files
weblate 1cd4536
Translated using Weblate (French)
7111fbb
[FIX] sale_advance_payment: Use signed amount when computing residuals
etobella bd92ab5
[FIX]sale_advance_payment: Amount residual with signed invoice amount
manuelregidor fa6937c
[REF] sale_advance_payment: remove widget dependency
ljsalvatierra-factorlibre 77ddb75
[REF] sale_advance_payment: performance improvement proposed by @rous…
ljsalvatierra-factorlibre 9ff42c3
[MIG] sale_advance_payment: Migration to 18.0
bizzappdev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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.
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.
@bizzappdev Could you check this ? 2ee4000#diff-6b18af2dc5f09c431f2ef8a0d907ab60add097af54a0f1245d4d42e21ad464dfR142
It seems this is not the good one
Uh oh!
There was an error while loading. Please reload this page.
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 the review!
Basically, the payment_reference field was also in 17 https://github.com/odoo/odoo/blob/17.0/addons/account/models/account_payment.py#L82
While in View of 17 the ref field string is memo.
Assuming the new field memo is the replacement of ref field.
FYI, in openupgrde also they have copied all ref field value to memo field
https://github.com/OCA/OpenUpgrade/blob/18.0/openupgrade_scripts/scripts/account/18.0.1.3/pre-migration.py#L154