Comment 1 for bug 397741

Revision history for this message
Christophe CHAUVET (christophe-chauvet) wrote :

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
"account.access_hr_account_analytic_line", ....
because original lines are in the account module

Regards,

Christophe.