This question has been flagged
2 Replies
2229 Views

Good day,

The admin user can see and set the booking account for a customer invoice. However, a normal user does not see the booking account dropdown. Is this expected behaviour? How can a normal user set the booking account when he creates invoice line items?

Thank you.

I am using Odoo 11.

 

Avatar
Discard
Author Best Answer

Thank you. I tried modifying access rights for field : account.invoice.line as an admin in developer mode to give access to the billing manager group, but the error is: 

Properties of base fields cannot be altered in this manner! Please modify them through Python code, preferably through a custom addon!

Avatar
Discard
Best Answer

One is permission issue, another one is Any field can be hide based on groups, check any group added to that field.

Avatar
Discard