-
-
Notifications
You must be signed in to change notification settings - Fork 808
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
[17.0] [MIG] report_xml: Migration to 17.0 #824
Conversation
Please check missing pre-commit changes in the last commit. /ocabot migration report_xml |
7d3d3c0
to
242ca65
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.
Looks good.
Almost any XML must start with this. Let's make it easier.
Any report inheriting this AbstractModel can check its XML results against any XSD.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: reporting-engine-16.0/reporting-engine-16.0-report_xml Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-16-0/reporting-engine-16-0-report_xml/
Adds a way to choose the file extension for your XML file, by adding the flexibility of appending more choices. For example, instead of getting `.xml`, this allows to have the report download as `.svg` or even good old `.html` if needed. This is also very useful for some localization purposes, where some scarce software uses uncommon file extensions for their XML files, like `.ffdata` for specific accounting reports here in Lithuania. The change is not breaking, as we set the default to be `.xml` like it was by default anyway.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: reporting-engine-16.0/reporting-engine-16.0-report_xml Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-16-0/reporting-engine-16-0-report_xml/
242ca65
to
cefc885
Compare
I rebased this migration on top of All checks are passing now, can @gurneyalex or @john-herholz-dt recheck and merge? The only change should be that |
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.
Changes look good. I did also a functional test on runboat.
Got the demo report as expected.
Approved!
This PR has the |
@gurneyalex @john-herholz-dt is there something more that I need to do, or anything I can do to help get this merged? I don't mean to spam messages, I'm just worried this slipped through the cracks somewhere. |
@gurneyalex regarding last message. Can you confirm my knowledge of the merge process: When the maintainer does not respond, the only option is to ping the person? |
/ocabot merge nobump |
What a great day to merge this nice PR. Let's do it! |
@aisopuro no pb. It sometimes takes a little bit of time until someone can get back to the PR and merge it. @john-herholz-dt that's it yes. |
Congratulations, your PR was merged at 8986d1d. Thanks a lot for contributing to OCA. ❤️ |
No description provided.