Restriction of tryton client toobar menu (view logs, export, import ....) for some users

Dear all,
I’d appreciate an explanation on the way to restrict some user to access tryton client toolbar menu (view logs, export, import …)
Thanks for the support.

Maah moussa

  • view logs are managed by the access right on fields: create_uid, create_date, write_uidandwrite_date`. But any restriction to any one of this field will prevent to open the dialog.

  • export is always accessible as it depends only on the read access right.

  • import will fail if the user tries to create record or field for which he does not have access.

But all the menu entries are always visible.