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
|
|
|
<data>
|
|
|
|
<record id="res_config_settings_view_form" model="ir.ui.view">
|
|
|
|
<field name="name">res.config.settings.view.form.inherit.l10n.ch</field>
|
|
|
|
<field name="model">res.config.settings</field>
|
|
|
|
<field name="inherit_id" ref="account.res_config_settings_view_form"/>
|
|
|
|
<field name="arch" type="xml">
|
|
|
|
<xpath expr="//div[@id='accounting_reports']" position="inside">
|
|
|
|
<div class="col-xs-12 col-md-6 o_setting_box" id="l10n_ch-isr_print_bank">
|
|
|
|
<div class="o_setting_left_pane">
|
|
|
|
<field name="l10n_ch_isr_print_bank_location"/>
|
|
|
|
</div>
|
|
|
|
<div class="o_setting_right_pane">
|
|
|
|
<label for="l10n_ch_isr_print_bank_location"/>
|
|
|
|
<div class="text-muted">
|
|
|
|
Print the coordinates of your bank under the 'Payment for' title of the ISR.
|
|
|
|
Your address will be moved to the 'in favour of' section.
|
|
|
|
</div>
|
2018-04-05 10:25:40 +02:00
|
|
|
<div class="content-group" attrs="{'invisible': [('l10n_ch_isr_print_bank_location', '=', False)]}">
|
|
|
|
<div class="row mt16">
|
|
|
|
<label for="l10n_ch_isr_preprinted_bank" class="col-md-4 o_light_label"/>
|
|
|
|
<field name="l10n_ch_isr_preprinted_bank"/>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<label for="l10n_ch_isr_preprinted_account" class="col-md-4 o_light_label"/>
|
|
|
|
<field name="l10n_ch_isr_preprinted_account"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="col-xs-12 col-md-6 o_setting_box" id="l10n_ch-isr_print_scanline_offset">
|
|
|
|
<div class="o_setting_left_pane"/>
|
|
|
|
<div class="o_setting_right_pane">
|
|
|
|
<label string="ISR scan line offset"/>
|
|
|
|
<div class="text-muted">
|
|
|
|
Offset to move the the scan line in mm
|
|
|
|
</div>
|
|
|
|
<div class="content-group">
|
|
|
|
<div class="row mt16">
|
|
|
|
<label for="l10n_ch_isr_scan_line_top" class="col-md-4 o_light_label"/>
|
|
|
|
<field name="l10n_ch_isr_scan_line_top"/>
|
|
|
|
</div>
|
|
|
|
<div class="row">
|
|
|
|
<label for="l10n_ch_isr_scan_line_left" class="col-md-4 o_light_label"/>
|
|
|
|
<field name="l10n_ch_isr_scan_line_left"/>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-01-16 06:58:15 +01:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</xpath>
|
|
|
|
</field>
|
|
|
|
</record>
|
|
|
|
</data>
|
2018-01-16 11:34:37 +01:00
|
|
|
</flectra>
|