-
-
Notifications
You must be signed in to change notification settings - Fork 603
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] pos_order_remove_line: migration to 16.0 #925
[16.0] [MIG] pos_order_remove_line: migration to 16.0 #925
Conversation
Related task: #849 |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
/ocabot migration pos_order_remove_line |
474760c
to
4b39c83
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.
Check and fix pre-commit errors and warnings
47382c0
to
746016d
Compare
Yup I think It doesn't like to use import and export in .js files... |
When using ES6 you have to rename the files to .esm.js |
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.
If delete the last line of ticket, exception is launched because event pos_restaurant.Orderline.selectLine arrived
What do you mind? |
746016d
to
280137d
Compare
pre-commit is failing if we do not update version of isort to 12.0 is this error related? |
Should be fixed here: |
/ocabot rebase |
@ivantodorovich The rebase process failed, because command
|
280137d
to
498aaa6
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.
Can you check @flachica comment?
What I mean is that if: 1 I add a single line to the ticket The POS throws an exception |
498aaa6
to
161c94c
Compare
I see... but that error is throwed by |
161c94c
to
868eada
Compare
IMHO I think the bug is in this development. The pos_restaurant module is maintained by Odoo SA and without this module it would not fail. I am not yet knowledgeable enough to suggest you the necessary modification. I am investigating and as soon as I can I will make the suggestion. Regards |
Taking a quick glance at the code it looks to me that a glue module would be needed to make it compatible with It can go to the Roadmap section in any case, as not every instance use the restaurant features. |
868eada
to
4f8b39d
Compare
Thanks you for your opinion, after that I did some modifications to avoid the error. |
I found another way to avoid the error. It's already pushed, can you take a look? Thanks 👍 |
Tested and working. Thank you very much |
4f8b39d
to
afd325a
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 :)
/ocabot merge nobump |
This PR has the |
On my way to merge this fine PR! |
Congratulations, your PR was merged at 79feb50. Thanks a lot for contributing to OCA. ❤️ |
PR for migration from 14.0 to 16.0