-
- Downloads
[FIX] sale_stock: fix Lots/SN access for stock user with sales user rights
- Create a Storable Product tracked by Lot (i.e. Product X)
- Update its quantity and set a lot (i.e. Lot001)
- Create SO with Product X and deliver it
- Create an Internal User with the following rights:
* Inventory: User
* Sales: User: Own Documents Only
- Connect with created user
- Go to Inventory > Master Data > Lot/Serial Numbers
- Open Lot001 of Product X
An Access Error is triggered because SO cannot be computed on the lot.
There is no issue if no right is given for Sales.
opw-2486758
closes odoo/odoo#70595
Signed-off-by:
William Henrotin <Whenrow@users.noreply.github.com>
Please register or sign in to comment