2020-03-14 11:47:13 +01:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
2019-03-15 21:25:19 +01:00
|
|
|
<!-- Copyright 2016 Jairo Llopis <jairo.llopis@tecnativa.com>
|
2016-05-25 14:05:38 +02:00
|
|
|
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
|
|
|
|
<odoo>
|
2019-03-15 21:25:19 +01:00
|
|
|
<record id="res_config_settings_view_form" model="ir.ui.view">
|
|
|
|
<field name="name">Open Account Chart Update Wizard 2</field>
|
2018-06-13 16:53:05 +02:00
|
|
|
<field name="model">res.config.settings</field>
|
2020-03-14 11:47:13 +01:00
|
|
|
<field name="inherit_id" ref="account.res_config_settings_view_form" />
|
2018-06-13 16:53:05 +02:00
|
|
|
<field name="arch" type="xml">
|
2019-03-15 21:25:19 +01:00
|
|
|
<div data-key="account" position="inside">
|
2018-06-13 16:53:05 +02:00
|
|
|
<h2>Update Chart Template</h2>
|
|
|
|
<div class="row mt16 o_settings_container">
|
|
|
|
<div class="col-xs-12 col-md-6 o_setting_box">
|
2020-03-14 11:47:13 +01:00
|
|
|
<div class="o_setting_left_pane" />
|
2018-06-13 16:53:05 +02:00
|
|
|
<div class="o_setting_right_pane">
|
2019-03-15 21:25:19 +01:00
|
|
|
<span class="o_form_label">Update Chart Template</span>
|
2018-06-13 16:53:05 +02:00
|
|
|
<div class="text-muted">
|
|
|
|
Update Taxes, fiscal positions or chart of accounts.
|
|
|
|
</div>
|
|
|
|
<div class="content-group">
|
2020-03-14 11:47:13 +01:00
|
|
|
<div class="row mt16" />
|
2018-06-13 16:53:05 +02:00
|
|
|
<div>
|
2020-03-14 11:47:13 +01:00
|
|
|
<button
|
|
|
|
string="Update chart template"
|
|
|
|
name="%(action_wizard_update_chart)d"
|
|
|
|
context="{'default_company_id': company_id}"
|
|
|
|
type="action"
|
|
|
|
icon="fa-arrow-right"
|
|
|
|
class="oe_link"
|
2018-06-13 16:53:05 +02:00
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</field>
|
|
|
|
</record>
|
2016-05-25 14:05:38 +02:00
|
|
|
</odoo>
|