Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
1829 Widoki
<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>




Awatar
Odrzuć
Najlepsza odpowiedź

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

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
2
sie 23
2341
0
sty 23
1905
2
gru 19
10364
0
lis 18
2636
1
sie 25
190