-
- Downloads
[FIX] sale_project: Fix access error on action read
Problem
-------
When a sale order has more than one task within the same project
clicking on X tasks lead to an access error since regular user
cannot read action anymore
Solution
---------
use _for_xml_id method to fetch action data
closes odoo/odoo#61928
Signed-off-by:
Yannick Tivisse (yti) <yti@odoo.com>
Please register or sign in to comment