2018-01-16 06:58:15 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2018-01-16 11:34:37 +01:00
|
|
|
<flectra>
|
2018-01-16 06:58:15 +01:00
|
|
|
<record id="pos_config_view_form_inherit_pos_mercury" model="ir.ui.view">
|
|
|
|
<field name="name">pos.config.form.inherit.mercury</field>
|
|
|
|
<field name="model">pos.config</field>
|
|
|
|
<field name="inherit_id" ref="point_of_sale.pos_config_view_form"/>
|
|
|
|
<field name="arch" type="xml">
|
|
|
|
<div id="btn_use_pos_mercury" position="replace">
|
|
|
|
<div class="mt16">
|
|
|
|
<button name="%(pos_mercury.action_configuration_form)d" icon="fa-arrow-right" type="action" string="Vantiv Accounts" class="btn-link"/>
|
|
|
|
</div>
|
|
|
|
<div>
|
2018-10-15 11:59:04 +02:00
|
|
|
<a class="oe_link" href="https://flectrahq.com/point-of-sale" target="_blank"><i class="fa fa-fw fa-arrow-right"/>Buy a card reader</a>
|
2018-01-16 06:58:15 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</field>
|
|
|
|
</record>
|
2018-01-16 11:34:37 +01:00
|
|
|
</flectra>
|