Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
1790 Vues
<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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
2
août 23
2278
0
janv. 23
1853
2
déc. 19
10307
0
nov. 18
2594
0
juil. 25
55