summaryrefslogtreecommitdiff
path: root/addons/pos_mercury/views/pos_config_setting_views.xml
blob: 1e0e6f48eae9217e56cd4af05281ae01c4deb7ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="utf-8"?>
<odoo>
    <record id="res_config_settings_view_form_inherit_pos_mercury" model="ir.ui.view">
        <field name="name">res.config.form.inherit.mercury</field>
        <field name="model">res.config.settings</field>
        <field name="inherit_id" ref="point_of_sale.res_config_settings_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>
                    <a href="https://www.odoo.com/page/point-of-sale-hardware#part_8" target="_blank"><i class="fa fa-fw fa-arrow-right"/>Buy a card reader</a>
                </div>
            </div>
        </field>
    </record>
</odoo>