-
-
Notifications
You must be signed in to change notification settings - Fork 868
[MIG] Migration of report_xlsx to 10.0 #76
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
|
@moylop260 Travis fails with a false negative... The check for the use of new api must not be applied to python classes that don't inherit from base.model..... https://github.com/odoo/odoo/blob/10.0/odoo/report/report_sxw.py#L329 |
lmignon
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.
We need to find a way to ignore the travis error...Can you declare PYLINT_EXPECTED_ERRORS=1 in the env matrix in .travis.yml
|
That's a warning, not an error. The error is: |
pedrobaeza
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.
Squashing the commits on merge
lmignon
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.
@pedrobaeza you're right...
|
@adrienpeiffer please update the runbot link branch in the readme. |
|
Thanks @sbidoul ! |
[MIG] Migration of report_xlsx to 10.0
[MIG] Migration of report_xlsx to 10.0
No description provided.