changes
This commit is contained in:
@@ -8,8 +8,15 @@
|
||||
<field name="priority">60</field>
|
||||
<field name="arch" type="xml">
|
||||
|
||||
<!-- Poynt Refund smart button on invoices -->
|
||||
<!-- Poynt Transaction smart button -->
|
||||
<xpath expr="//div[@name='button_box']" position="inside">
|
||||
<button name="action_view_poynt_transactions"
|
||||
type="object"
|
||||
class="oe_stat_button"
|
||||
icon="fa-credit-card"
|
||||
invisible="poynt_transaction_count == 0">
|
||||
<field name="poynt_transaction_count" widget="statinfo" string="Poynt Payments"/>
|
||||
</button>
|
||||
<button name="action_view_poynt_refunds"
|
||||
type="object"
|
||||
class="oe_stat_button"
|
||||
|
||||
Reference in New Issue
Block a user