fix(odex25_website_event_track_gantt): Task 11959
Access rights. Adding field named Contact person. Signed-off-by: FathiaBMExp <f.mohamed@exp-sa.com>
This commit is contained in:
parent
dc1212f055
commit
29590996a3
|
|
@ -11,6 +11,9 @@
|
|||
<attribute name="options">{'no_create': True, 'no_create_edit': True}</attribute>
|
||||
<attribute name="domain">[('is_sponsor','=',True)]</attribute>
|
||||
</xpath>
|
||||
<xpath expr="//field[@name='partner_id']" position="after">
|
||||
<field name="contact_person"/>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
<record id="event_sponsor_view_form_group" model="ir.ui.view">
|
||||
|
|
|
|||
Loading…
Reference in New Issue