I'm getting this error when installing a third party app from the store.
Error while importing module 'dental_clinical_management'. while parsing /tmp/tmp9uhqovdm/dental_clinical_management/security/dental_clinical_management_security.xml:4, somewhere inside <record id="own_dental_appointments" model="ir.rule"> <field name="name">Own Appointments</field> <field name="model_id" ref="model_dental_appointment"/> <field name="domain_force">[('doctor_id.user_id', '=', user.id)]</field> <field name="groups" eval="[Command.link(ref('dental_clinical_management.group_dental_doctor'))]"/> </record>
I have checked that all app dependencies are installed.
If I install the app using the method described in this post (forum/help-1/install-3rd-party-app-176360) then I can't see the app in the menu list unless I have superuser activated.
How can I fix this? Appreciate any help/advice.