-
-
Notifications
You must be signed in to change notification settings - Fork 605
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
[12.0] [IMP] pos_picking_load: returning widgets so they can be inherited #535
Conversation
Hi @legalsylvain, |
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.
Hi @Du-ma.
thanks for your contribution. LGTM.
Is it for custom needs ? or do you will to developp an extra OCA module ? Curious to know what are your needs.
Fast tracking trivial patch.
/ocabot merge patch
Hey @legalsylvain , cheers for the fast reaction. I'm making a custom need module for a client. And some of the needs include spicing the javascript part up a bit 😁 |
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
It looks like something changed on |
Congratulations, your PR was merged at f7d3ec7. Thanks a lot for contributing to OCA. ❤️ |
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
Return module's javascript widgets to make them extendable for other modules. Same idea as OCA#535
All new widgets should be returned.
Because right now there isn't really a way to inherit the widget and add some functionality to it.