-
-
Notifications
You must be signed in to change notification settings - Fork 866
[16.0][MIG] sql_export (from 15.0) #671
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
Conversation
fa385b2 to
7291d72
Compare
|
/ocabot migration sql_export |
|
Sorry @legalsylvain 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 sql_export |
|
@legalsylvain test-requirement.txt should alseo be removed here. Thanks a lot |
Add rollback after executing query as a double security with blacklist terms add known issue in readme
[FIX] encoding with mogrify [FIX] hide placeholder
Currently translated at 100,0% (50 of 50 strings) Translation: server-tools-10.0/server-tools-10.0-sql_export Translate-URL: https://translation.odoo-community.org/projects/server-tools-10-0/server-tools-10-0-sql_export/de/
Updated by Update PO files to match POT (msgmerge) hook in Weblate.
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-12.0/server-tools-12.0-sql_export Translate-URL: https://translation.odoo-community.org/projects/server-tools-12-0/server-tools-12-0-sql_export/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-14.0/server-tools-14.0-sql_export Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-sql_export/
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: server-tools-14.0/server-tools-14.0-sql_export Translate-URL: https://translation.odoo-community.org/projects/server-tools-14-0/server-tools-14-0-sql_export/
Currently translated at 65.0% (39 of 60 strings) Translation: reporting-engine-15.0/reporting-engine-15.0-sql_export Translate-URL: https://translation.odoo-community.org/projects/reporting-engine-15-0/reporting-engine-15-0-sql_export/ca/
7291d72 to
2638d9e
Compare
|
Done @bealdav Thanks ! |
|
Thanks a lot @legalsylvain for this huge improvement and cleaning. 2 bugs found testing it. Missing |
|
Hi @bealdav.
|
- split view in two files, according OCA guidelines; - add legalsylvain as maintainers - use abstract tree and form views - refactor : split demo data into two files, according OCA guidelines - replace obsolete base.menu_reporting_dashboard by spreadsheet_dashboard entries - update translation - prevent usage of export with parameters, that requires extra work - do not skip 'check execution' when confirming sql exports
6ef680d to
a70ff1a
Compare
bealdav
left a comment
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 tested again on runboat.
OK now
Thanks a lot
florian-dacosta
left a comment
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 and thanks for this port
|
This PR has the |
|
/ocabot merge nobump |
|
What a great day to merge this nice PR. Let's do it! |
|
Congratulations, your PR was merged at badacc7. Thanks a lot for contributing to OCA. ❤️ |





Note export with parameters doesn't work for the time being, due to the refactoring of
fields_view_getin V16.this should be reimplemented in another PR.