Sunday, February 25, 2024
2 changes · saas-17.1
Resolved issues and error corrections
This pull request updates translations for various Odoo modules, specifically those related to the DIN5008 standard. Following a change in how German localization is handled, these translations are now being moved to shared modules for improved consistency across different countries. This ensures accurate and localized experiences for our international users.
Original PR description
*de,de_skr03,de_skr04,din5008,din5008_purchase,din5008_repair,din5008_sale,din5008_stock After 15.0, part of the German localization modules have been moved to the DIN5008 modules to be shared with other countries. We migrate the translations here to the correct modules in the versions after 15.0 and complete missing ones. opw-3669388 Related to https://github.com/odoo/enterprise/pull/56503 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#155035 Forward-Port-Of: odoo/odoo#153845
This update fixes a potential issue where external or inactive users could be assigned to project tasks. By limiting assignee selection to internal and active users within the task management system, we've improved data accuracy and streamlined workflow processes. This change ensures that tasks are assigned to the most relevant team members.
Original PR description
decided to add the domain condition in the project.task user_ids field definition, which means we can remove identical domains in views Added empty domains where we could want to add external/inactive user to project.task Task-3698867 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#155044 Forward-Port-Of: odoo/odoo#150710