Vauxoo / addons-vauxoo

All our modules related to developments that solves generic issues on Odoo, or that solve internal problems on Odoo Core, if something is here, maybe it is solving an issue in your company, try it and report what you see.
http://www.vauxoo.com
193 stars 288 forks source link

[FIX] default_warehouse_from_sale_team: remove incorrect record rule T#79454 #1677

Closed luisg123v closed 2 months ago

luisg123v commented 2 months ago

There was a rule to grant read-only access to pickings. However, the correct way to grant read-only access to a model is to uncheck the "Read" field on the desired rule, which would cause that rule to not be considered when verifying accesses.

isaako34 commented 2 months ago

LGTM 👍

luisg123v commented 2 months ago

Thanks a lot @TeposteAJ @isaako34.