Skip to content

Commit

Permalink
[IMP] portal_event_tickets: добавил поле report_template_for_portal в…
Browse files Browse the repository at this point in the history
…о вьюху
  • Loading branch information
em230418 committed Oct 15, 2024
1 parent 67c344a commit eff8358
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions portal_event_tickets/views/event_event.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<field name="model">event.event</field>
<field name="inherit_id" ref="partner_event.view_event_form_partner" />
<field name="arch" type="xml">
<xpath expr="//field[@name='tag_ids']" position="after">
<field name="report_template_for_portal" groups="base.group_no_one" />
</xpath>
<xpath expr="//field[@name='auto_confirm']" position="before">
<field name="ticket_transferring" />
<field name="ticket_changing" />
Expand Down

0 comments on commit eff8358

Please sign in to comment.