Hi,
I have a custom module with a form that includes a selectbox from another module (sale.subscription).
User can select in this form which subscription to associate with new record.
This works great for administrator.
But if user has not access to subscription module he can't create a new record in custom module.
He gets an error message "You are not allowed to access this document.[...]
Subscriptions/Manage Subscriptions
- User types/Portal
- Subscriptions/See Subscriptions"
User should not be able to access module "subscription" in dashboard, but he should see values from this module.
Is this possible?
Many thanks