mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] helpdesk_rma: for Odoo 13.0
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
<field name="model">helpdesk.ticket</field>
|
||||
<field name="inherit_id" ref="helpdesk.helpdesk_ticket_view_form" />
|
||||
<field name="arch" type="xml">
|
||||
<xpath expr="//button[@name='toggle_active']" position="before">
|
||||
<xpath expr="//button[@name='action_get_attachment_tree_view']" position="after">
|
||||
<button class="oe_stat_button" type="object" name="action_partner_rma"
|
||||
context="{'search_default_partner_id': partner_id}"
|
||||
context="{'search_default_partner_id': partner_id, 'default_partner_id': partner_id}"
|
||||
attrs="{'invisible': [('partner_id', '=', False)]}"
|
||||
icon="fa-cubes">
|
||||
<field string="RMAs" name="rma_count" widget="statinfo"/>
|
||||
|
||||
Reference in New Issue
Block a user