Skip to Content
Menu
This question has been flagged
1 Reply
3729 Views

In Purchase Order, there is Deliveries & Invoices tab I have to apply the groups to "purchase.group_purchase_manager"

but there is no any effect. so how to apply groups into this Page


I try this code of the apply group 


  <xpath expr = "//page[2]" position = 'attributes'>    

        <attribute name = "groups"> purchase.group_purchase_manager </ attribute> 

    </xpath> 


also try:~


    <xpath expr = "//page['Deliveries &amp; Invoices']" position = 'attributes'>    

        <attribute name = "groups"> purchase.group_purchase_manager </ attribute> 

    </xpath>

but not working for me.


Avatar
Discard
Best Answer

Reference: http://learnopenerp.blogspot.com/2018/01/inheritance-in-models-and-views.html

Avatar
Discard
Related Posts Replies Views Activity
2
May 24
526
0
Apr 24
30
3
Apr 23
9886
1
Apr 23
11599
9
Dec 23
21981