-
Notifications
You must be signed in to change notification settings - Fork 41
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
[IMP] shift: Better logging for generating next planning #513
base: 12.0
Are you sure you want to change the base?
Conversation
if not planning.task_template_ids: | ||
_logger.error("Could not generate next planning: no task template defined.") | ||
return |
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.
Why doesn't this raise an error?
7aa8584
to
843fca2
Compare
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
843fca2
to
acaf7c3
Compare
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
Signed-off-by: Carmen Bianca BAKKER <[email protected]>
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## 12.0 #513 +/- ##
=======================================
Coverage 61.64% 61.64%
=======================================
Files 193 193
Lines 5525 5528 +3
Branches 961 961
=======================================
+ Hits 3406 3408 +2
- Misses 1976 1977 +1
Partials 143 143
|
Description
Odoo task (if applicable)
Timesheet on this task
https://gestion.coopiteasy.be/web#id=10628&model=project.task&view_type=form&menu_id=
Don't timesheet on this task.
https://gestion.coopiteasy.be/web#id=10625&model=project.task&view_type=form&menu_id=
Checklist before approval