mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
[MIG] pos_elavon: to Odoo 12
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
'name': 'Elavon Payment Services',
|
||||
'version': '11.0.1.0.0',
|
||||
'version': '12.0.1.0.0',
|
||||
'category': 'Point of Sale',
|
||||
'sequence': 6,
|
||||
'summary': 'Credit card support for Point Of Sale',
|
||||
|
||||
@@ -6,12 +6,16 @@
|
||||
<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="after">
|
||||
<!-- TODO Put in a button to install Elavon, this will be hidden unless you have Mercury -->
|
||||
<div class="mt16">
|
||||
<button name="%(pos_elavon.action_configuration_form)d" icon="fa-arrow-right" type="action" string="Elavon Accounts" class="btn-link"/>
|
||||
<xpath expr="//div[@id='payment_methods']" position="after">
|
||||
<div class="col-12 col-lg-6 o_setting_box" id="pos_elavon">
|
||||
<div class="o_setting_right_pane">
|
||||
<span class="o_form_label">Elavon</span>
|
||||
<div>
|
||||
<button name="%(pos_elavon.action_configuration_form)d" icon="fa-arrow-right" type="action" string="Elavon Accounts" class="btn-link"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</xpath>
|
||||
</field>
|
||||
</record>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user