-
-
Notifications
You must be signed in to change notification settings - Fork 294
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 mgmtsystem review to v. 10.0 #171
Mig mgmtsystem review to v. 10.0 #171
Conversation
e3ebb7f
to
c1d714a
Compare
c1d714a
to
c327f4a
Compare
228be61
to
4f51ff5
Compare
mgmtsystem_review/models/__init__.py
Outdated
from . import ( | ||
mgmtsystem_review, | ||
mgmtsystem_review_line, | ||
) |
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.
The previous format if OK (and more concise). No point in changing it.
@@ -1,6 +1,6 @@ | |||
# -*- coding: utf-8 -*- | |||
|
|||
from openerp.tests import common | |||
from odoo.tests import common | |||
from datetime import datetime |
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.
Question for odoo experts:
could be better to replace ?:
from datetime import datetime
...
datetime.now()
to :
from odoo import fields
...
fields.datetime.now()
4f51ff5
to
8c4727f
Compare
8c4727f
to
bdb9070
Compare
@eugen-don Please look at the report attached: I can't see the title and the footer. |
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.
Report needs fixing.
@max3903 how did you print this report i cant find the menuitem? |
@eugen-don I created a review and went to the print menu. |
reports are OK, check it out one more time, paper format wasnt set accordingly. |
ping @angelmoya |
Sorry @eugen-don this week I have a lot of work and no time to check this, maybe friday or next week. Please @acm1pt-colorado check this |
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.
Hi @eugen-don tested on runbot, looks great
On runbot I create "AngelMoyaReview" and get this error when I try to print
|
@angelmoya |
Nice @eugen-don , would be better to show this information in warning to prevent this error. |
@angelmoya @dreispt @max3903 I see two ways of correcting this:
Since the first option is easier to code and i assume that including incomplete or empty answers in the modules data and reports provides no benefits, id like to stick to the first option. What do you guys think? |
@eugen-don Yes, first option makes more sense. |
could you merge? |
@eugen-don Have you added the filter on the survey answer? |
@max3903 no since its not part of the migration, its an improvement or fix and goes into a different PR since the bug is present in versions 8.0 and 9.0 ill need to fix those first... but i see no problems on adding a fix right in the PR of the migration of the module. |
Mig mgmtsystem review to v. 10.0
depends: