-
-
Notifications
You must be signed in to change notification settings - Fork 807
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
[MIG] Migrate report_xlsx to 16.0 #654
Conversation
…s to print to the 'create_xlsx_report' method + Instanciate the parser and make it available for the 'generate_xlsx_report' method
…A#98) * Allow to define options for workbook creation
* refactor: On new ActionManager override _makeReportUrls and triggerDownload to support XLSX format * pass action to custom _downloadReportXLSX: Need action to get report data * dict constructor to remove context lang
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Currently translated at 88.2% (15 of 17 strings) Translation: reporting-engine-12.0/reporting-engine-12.0-report_xlsx Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_xlsx/de/
Currently translated at 94.4% (17 of 18 strings) Translation: reporting-engine-12.0/reporting-engine-12.0-report_xlsx Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-12-0/reporting-engine-12-0-report_xlsx/pt/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: reporting-engine-13.0/reporting-engine-13.0-report_xlsx Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-report_xlsx/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: reporting-engine-13.0/reporting-engine-13.0-report_xlsx Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-13-0/reporting-engine-13-0-report_xlsx/
/ocabot migration |
Hi @adrienpeiffer. Your command failed:
Ocabot commands
More information
|
/ocabot migration report_xlsx |
Sorry @adrienpeiffer you are not allowed to mark the addon tobe migrated. To do so you must either have push permissions on the repository, or be a declared maintainer of all modified addons. If you wish to adopt an addon and become it's maintainer, open a pull request to add your GitHub login to the |
/ocabot migration report_xlsx |
554106a
to
cc58150
Compare
cc58150
to
4cf8e60
Compare
4cf8e60
to
083fc29
Compare
Thanks @RodrigoBM |
@adrienpeiffer the branch now has conflicts, can you chek it |
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! 👍
Just needs a rebase and fix the conflict in requirements.txt
from odoo.tools import html_escape | ||
from odoo.tools.safe_eval import safe_eval, time | ||
|
||
from odoo.addons.web.controllers import report |
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.
ReportController should be imported like this
from odoo.addons.web.controllers.report import ReportController
class ReportController(ReportController):
because the controllers were reorganized
hi @adrienpeiffer . any news? if you don't have time, I can take it. |
Superseded by #690 |
No description provided.