Tuesday, March 24, 2020
5 changes · master
Enhancements to existing features
Planning kanban cards now show a user-slash icon when a slot has no employee assigned, instead of the previous camera icon. The hover text also says "Unassigned," making staffing gaps easier to recognize at a glance.
Original PR description
If there are no employee selected for a slot, show user-slash icon instead of camera icon. Add 'Unassigned' in hover. Task ID 2221250
Resolved issues and error corrections
Projects created from a helpdesk team now receive the correct billable setting. This helps ensure time tracking and customer billing behavior matches the team configuration, reducing manual corrections.
Original PR description
The allow_billable value wasn't set correctly when a project was created from a helpdesk team. Task-2199650
Code cleanup and technical improvements
Email, SMS, and related communication templates now use a shared rendering service instead of separate internal paths. This simplifies maintenance and keeps link handling and shortening consistent across affected business apps, with no intended change for end users.
Original PR description
Miscellaneous changes
Steps to reproduce: - install helpdesk - make sure you have multiple companies selected - go to helpdesk > tickets > all tickets > create - add a name and leave the team blank Previous behavior: the list is empty Current behavior: the list shows the teams related to the selected companies opw-2221541 Forward-Port-Of: odoo/enterprise#9402
Original PR description
Steps to reproduce: - install helpdesk - make sure you have multiple companies selected - go to helpdesk > tickets > all tickets > create - add a name and leave the team blank Previous behavior: the list is empty Current behavior: the list shows the teams related to the selected companies opw-2221541 Forward-Port-Of: odoo/enterprise#9402
PURPOSE Merge rendering tools used in mail and sms templates and move them directly in mail.render.mixin SPECIFICATIONS Clean rendering methods API and calls. Ensure they are private. Improve naming and docstrings to ease understanding. Move rendering methods on mail.render.mixin. It makes no senss to have to create a void mail.template recordset just to invoke jinjna rendering engine. Now rendering will be available * either directly through inherit; * either by calling env['mail.render.mixin']._render_template(); Move local to global links convertion as well as links shortening tool methods on mail.render.mixin . That way this mixin holds tools related to rendering and its post-processing. This impacts mail.template, sms.template and mailing.mailing as side effect without any functional change. LINKS Task ID 1963529 Community PR odoo/odoo#32397 Enterprise PR odoo/enterprise#8634 Upgrade PR odoo/upgrade#911
### Issue - Admin => UTC+1 - Install CRM - Create a lead at midnight - Check it in cohort view If date = 23/03/2020 it will be 22/03/2020 (UTC) ### Cause We disabled the timezone conversion for a bug which seems not present anymore ### Solution Remove `with_context(tz=False)` **OPW-2178724** Forward-Port-Of: odoo/enterprise#9424
Original PR description
### Issue - Admin => UTC+1 - Install CRM - Create a lead at midnight - Check it in cohort view If date = 23/03/2020 it will be 22/03/2020 (UTC) ### Cause We disabled the timezone conversion for a bug which seems not present anymore ### Solution Remove `with_context(tz=False)` **OPW-2178724** Forward-Port-Of: odoo/enterprise#9424