-
-
Notifications
You must be signed in to change notification settings - Fork 796
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] report_context: Migration to 16.0 #783
Conversation
Co-authored-by: Pierre Verkest <[email protected]>
7ecd1d2
to
69d94f7
Compare
69d94f7
to
717f79a
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.
LGTM!
Hi, I tried the original v14 version of this module in a v16 install and it did not work out of the box, I had to copy the @route([
'/report/<converter>/<reportname>',
'/report/<converter>/<reportname>/<docids>',
], type='http', auth='user', website=True)
def report_routes(self, reportname, docids=None, converter=None, **data): (the v14 version just has I'm not sure if I'm looking at this MR right, because it appears as if all the files were new, so I don't see a diff wrt v14, but I see that the |
Hi @gpothier , I think they are not necessary as this method is inherited from the import "from odoo.addons.web.controllers import report" and the parent method already define the route. So in this module is only changing the body of the method. |
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
It looks like something changed on |
It looks like something changed on |
Congratulations, your PR was merged at 7885eac. Thanks a lot for contributing to OCA. ❤️ |
Migration to 16.0
ForgeFlow