I need to give access to users to view and edit the product accounts in the accounting tab on product.form. I have created the group with access rights account.account and account.type. I have added the following views:
- product.normal.form.inherit
- product.normal.form.return
- product.normal.form.return
- product.template.product.form.inherit
- product.template.stock.property.form.inherit
These are the only views I can find with accounting properties. Regardless, my users cannot view the accounting tab on the product form. What do I need to add to the group in order to see this tab?
EDIT: Well I just found out that adding the views to the group doesn't just give that group access, it also REMOVES access to everyone else. That seems counterproductive in an add state. You can't add without removing? Not a good design. That aside, I guess I have to find another way to add this accounting tab to a group.