Daily updates from Odoo
Wednesday, January 6, 2021
1 change · master
Enhancements to existing features
Country fields across several business screens no longer allow users to create or open country records directly. This helps prevent accidental changes and ensures countries are maintained through the dedicated country management menu.
Original PR description
Purpose of the task, is to prevent users from inadvertently creation/opening countries from country_id fields. Countries should be managed from their dedicated menu item. In this commit, we have set both no_open and no_create to True. Task-Id:- 2241677 PR:- 15464