mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
Some other modules might add more constraints and ACLs to the models needed to manage stock requests. We can make it more resilient by using a more general group in the tests As the general "Inventory / User" group inherits the "Stock Request User" group, we can use that instead (see stock_request module) We don't need that in the manager as it inherits the "Inventory / User" group, thus ensuring the correct user permissions. TT28895