Skip to content

Commit c7a3a5e

Browse files
[MIG] l10n_br_fiscal: Migration to 17.0 - (res_config_settings_view)
1 parent 48fc156 commit c7a3a5e

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

l10n_br_fiscal/views/res_config_settings_view.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<field name="priority" eval="40" />
88
<field name="inherit_id" ref="base.res_config_settings_view_form" />
99
<field name="arch" type="xml">
10-
<xpath expr="//div[hasclass('settings')]" position="inside">
10+
<xpath expr="//form" position="inside">
1111
<app
12-
id="l10n_br_fiscal"
12+
name="l10n_br_fiscal"
1313
string="Fiscal"
1414
data-key="l10n_br_fiscal"
1515
groups="l10n_br_fiscal.group_manager"
1616
>
1717
<block title="Geral">
18-
<setting title="IBPT API">
18+
<setting string="IBPT API">
1919
<field name="ibpt_api" />
2020
<span
2121
class="fa fa-lg fa-building-o"
@@ -57,7 +57,7 @@
5757
</setting>
5858

5959
<setting
60-
title="Delivery Costs"
60+
string="Delivery Costs"
6161
help="The Delivery Costs should be informed by Line or by Total ?"
6262
>
6363
<label for="delivery_costs" />
@@ -77,28 +77,28 @@
7777
</block>
7878

7979
<block title="Fiscal Documents">
80-
<setting title="NF-e">
80+
<setting string="NF-e">
8181
<field name="module_l10n_br_nfe" />
8282
<div class="text-muted">
8383
Create Brazilian eletronic invoice NF-e.
8484
</div>
8585
</setting>
8686

87-
<setting title="MDF-e">
87+
<setting string="MDF-e">
8888
<field name="module_l10n_br_mdfe" />
8989
<div class="text-muted">
9090
Create Brazilian eletronic invoice NF-e manifest.
9191
</div>
9292
</setting>
9393

94-
<setting title="NFS-e">
94+
<setting string="NFS-e">
9595
<field name="module_l10n_br_nfse" />
9696
<div class="text-muted">
9797
Create Brazilian eletronic invoice for services NFS-e.
9898
</div>
9999
</setting>
100100

101-
<setting title="CT-e">
101+
<setting string="CT-e">
102102
<field name="module_l10n_br_cte" />
103103
<div class="text-muted">
104104
Create Brazilian eletronic invoice for freight NFS-e.

0 commit comments

Comments
 (0)