Tuesday, January 23, 2024
2 changes · master
Enhancements to existing features
WhatsApp template editors can now insert the next available variable with a button instead of typing it manually. This makes template setup faster and helps prevent mistakes, with a warning shown when the 10-variable limit is reached.
Original PR description
Add a variable button on the whatsapp template body to facilitate the addition of new variables without the need for the user to enter them manually. Clicking on the button will automatically add the next variable at the cursor position or at the end of the body if there's no cursor. A popover will be displayed in case the maximum of 10 variables are present in the template. Task-3628187
Planning users can now set available roles and a default role directly on material records. This makes it easier to configure materials for scheduling while removing timezone information from the material card view to keep it focused.
Original PR description
This commit adds some fields essentials for planning in the form view of `resource.resource` model displayed in the `Materials` menu in Planning app. Those fields are `role_ids` and `default_role_id`. This commit also removes the timezone field from the kanban view. task-3610478