-
-
Notifications
You must be signed in to change notification settings - Fork 577
[16.0][IMP] account_payment_mode: change type of payment_mode.note field #1360
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][IMP] account_payment_mode: change type of payment_mode.note field #1360
Conversation
|
I see this improvement as something good, but you should provide a migration script for converting previous content to HTML. There's an openupgradelib method for that. |
|
I hope it was the right way to do it ;) |
|
I'm afraid not. That's a hook, not a migration script. A sample (not with the same change though): https://github.com/OCA/contract/tree/16.0/contract/migrations |
d4ecf1b to
7984c5c
Compare
|
it should be ok when OCA/openupgradelib#384 will be merged |
|
Please squash commits into one |
41fa745 to
7a6f72c
Compare
…om Text to Html also add migration script
7a6f72c to
1dd87a0
Compare
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 all the changes.
This must be merged with major switch in the ocabot merge command
|
There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days. |
|
Rescuing this: /ocabot merge major |
|
On my way to merge this fine PR! |
|
@pedrobaeza your merge command was aborted due to failed check(s), which you can inspect on this commit of 16.0-ocabot-merge-pr-1360-by-pedrobaeza-bump-major. After fixing the problem, you can re-issue a merge command. Please refrain from merging manually as it will most probably make the target branch red. |
|
@AnizR can you please check the problem with your module https://github.com/OCA/bank-payment/actions/runs/13748693138/job/38446868447?pr=1360#step:8:438
I think it should be a change in the upstream dependency |
I will investigate the issue with the |
|
It's better to not use demo data in tests. Demo data may have also any problem being loaded. |
I have done the changes: #1430 |
|
/ocabot merge major |
|
Hey, thanks for contributing! Proceeding to merge this for you. |
|
Congratulations, your PR was merged at 50c35bc. Thanks a lot for contributing to OCA. ❤️ |
|
Can you please fw-port it to 17? In this case, the script should check if the column is not JSONB for calling the method. |
Change type of payment_mode.note from Text to Html
This to improve display on Invoice document