If you made a mistake with access right, update = all must restore the original value.
the best way to resolve this issue is to create a profil module whom depend to account, and add the original line to your security/ir.model.access.csv profile and replace the last 0 by 1 as
in the first columns, don't forget to prefix the value with the module name as
"account.access_hr_account_analytic_line", ....
because original lines are in the account module
Hi Joel
It's not a bug, it's a feature :)
If you made a mistake with access right, update = all must restore the original value.
the best way to resolve this issue is to create a profil module whom depend to account, and add the original line to your security/ ir.model. access. csv profile and replace the last 0 by 1 as
"access_ hr_account_ analytic_ line"," account. account. analytic. line"," account. model_account_ analytic_ line"," hr.group_ hr_user" ,1,1,1, 1
in the first columns, don't forget to prefix the value with the module name as access_ hr_account_ analytic_ line", ....
"account.
because original lines are in the account module
Regards,
Christophe.