Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
1435 Prikazi
<menuitem id="menu_contacts_doctors"
name="Nurses"
parent="menu_contacts"
action="contacts.action_contacts"
sequence="1"/> //Action Working Correctly
<menuitem id="menu_contacts_patients"
name="Patients"
parent="menu_contacts"
action="action_patients_tree"
sequence="0"/> //Action not working correctly, after assigning action in it, it disable menuitem, tree view is defined below
xml version="1.0"?>
<odoo>
<data>
<record id="action_patients_tree" model="ir.actions.act_window">
<field name="name">Patientsfield>
<field name="res_model">medical.patientsfield>
<field name="view_mode">tree,formfield>
record>
<record model="ir.ui.view" id="medical_patients_view_tree">
<field name="name">Patientsfield>
<field name="model">medical.patientsfield>
<field name="arch" type="xml">
<tree>
<field name="name">field>
<field name="diagnosis">field>
<field name="passport_number">field>
tree>
field>
record>
data>
odoo>




Avatar
Opusti
Best Answer

Hi  Muhammad Ehsan Shaikh,

Make sure that you have given access right to the model  'medical.patientsfield'

if not add the following access in your  .csv file


access_medical_patient,access.medical.patient,model_medical_patientsfield,base.group_user,1,1,1,1



Hope it helps,
Kiran K

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
2
avg. 23
1782
0
jan. 23
1423
2
dec. 19
9865
0
nov. 18
2202
1
maj 25
220