-
-
Notifications
You must be signed in to change notification settings - Fork 416
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
[13.0][MIG] mig_crm_claim: Migration to 13.0 #307
Conversation
@manuelcalerosolis Please fix runbot warnings |
5feba4b
to
cf1b576
Compare
Please squash migration commits and administrative commits |
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.
Thank you @manuelcalerosolis, Just some suggestions
You can generate README.rst using OCA/maintainer-tools
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 in general. One nag. And please squash commits as suggested by @pedrobaeza
93f2c71
to
6f711d7
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.
Thanks, looks good!
6f711d7
to
e4b5945
Compare
Include record rule for multi-company.
Currently translated at 10.5% (15 of 143 strings) Translation: crm-12.0/crm-12.0-crm_claim Translate-URL: https://translation.odoo-community.org/projects/crm-12-0/crm-12-0-crm_claim/hr/
Currently translated at 100.0% (143 of 143 strings) Translation: crm-12.0/crm-12.0-crm_claim Translate-URL: https://translation.odoo-community.org/projects/crm-12-0/crm-12-0-crm_claim/es/
e4b5945
to
487386b
Compare
|
||
from psycopg2.extensions import AsIs | ||
# pylint: disable=sql-injection |
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.
Is this necessary?
Why not to avoid psycopg2 formatters and use a report style like Odoo does: https://github.com/odoo/odoo/blob/13.0/addons/sale/report/sale_report.py#L61
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.
@yajo and I, we were looking at several ways to solve it, he recommended that I use that directive.
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.
Indeed much better @chienandalu, thanks for the tip.
Merged in #316 |
This is the migration mig_crm_claim to 13.0 version
@Tecnativa TT22081