odoo-addon-l10n-br-fiscal 16.0.12.2.0__py3-none-any.whl → 17.0.1.0.0.11__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of odoo-addon-l10n-br-fiscal might be problematic. Click here for more details.
- odoo/addons/l10n_br_fiscal/README.rst +10 -10
- odoo/addons/l10n_br_fiscal/__init__.py +2 -3
- odoo/addons/l10n_br_fiscal/__manifest__.py +3 -3
- odoo/addons/l10n_br_fiscal/data/product_data.xml +2 -2
- odoo/addons/l10n_br_fiscal/i18n/l10n_br_fiscal.pot +59 -480
- odoo/addons/l10n_br_fiscal/models/comment.py +20 -18
- odoo/addons/l10n_br_fiscal/models/data_abstract.py +11 -12
- odoo/addons/l10n_br_fiscal/models/document.py +2 -4
- odoo/addons/l10n_br_fiscal/models/document_serie.py +4 -2
- odoo/addons/l10n_br_fiscal/models/invalidate_number.py +0 -6
- odoo/addons/l10n_br_fiscal/models/operation.py +0 -11
- odoo/addons/l10n_br_fiscal/models/tax_definition.py +2 -35
- odoo/addons/l10n_br_fiscal/static/description/index.html +8 -8
- odoo/addons/l10n_br_fiscal/tests/test_cnae.py +2 -3
- odoo/addons/l10n_br_fiscal/tests/test_document_edition.py +9 -31
- odoo/addons/l10n_br_fiscal/tests/test_service_type.py +2 -3
- odoo/addons/l10n_br_fiscal/views/cest_view.xml +4 -6
- odoo/addons/l10n_br_fiscal/views/cfop_view.xml +3 -5
- odoo/addons/l10n_br_fiscal/views/city_taxation_code.xml +1 -4
- odoo/addons/l10n_br_fiscal/views/cnae_view.xml +2 -5
- odoo/addons/l10n_br_fiscal/views/comment_view.xml +2 -4
- odoo/addons/l10n_br_fiscal/views/cst_view.xml +6 -8
- odoo/addons/l10n_br_fiscal/views/document_line_mixin_view.xml +1091 -0
- odoo/addons/l10n_br_fiscal/views/document_line_view.xml +102 -89
- odoo/addons/l10n_br_fiscal/views/document_related_view.xml +58 -56
- odoo/addons/l10n_br_fiscal/views/document_serie_view.xml +3 -7
- odoo/addons/l10n_br_fiscal/views/document_type_view.xml +0 -2
- odoo/addons/l10n_br_fiscal/views/document_view.xml +306 -290
- odoo/addons/l10n_br_fiscal/views/icms_regulation_view.xml +14 -16
- odoo/addons/l10n_br_fiscal/views/icms_relief_view.xml +8 -10
- odoo/addons/l10n_br_fiscal/views/invalidate_number_view.xml +47 -49
- odoo/addons/l10n_br_fiscal/views/l10n_br_fiscal_action.xml +133 -246
- odoo/addons/l10n_br_fiscal/views/l10n_br_fiscal_menu.xml +2 -65
- odoo/addons/l10n_br_fiscal/views/legal_nature_view.xml +0 -2
- odoo/addons/l10n_br_fiscal/views/nbm_view.xml +7 -8
- odoo/addons/l10n_br_fiscal/views/nbs_view.xml +6 -7
- odoo/addons/l10n_br_fiscal/views/ncm_view.xml +15 -18
- odoo/addons/l10n_br_fiscal/views/operation_dashboard_view.xml +37 -27
- odoo/addons/l10n_br_fiscal/views/operation_line_view.xml +21 -23
- odoo/addons/l10n_br_fiscal/views/operation_view.xml +42 -22
- odoo/addons/l10n_br_fiscal/views/partner_profile_view.xml +6 -12
- odoo/addons/l10n_br_fiscal/views/product_genre_view.xml +9 -11
- odoo/addons/l10n_br_fiscal/views/product_product_view.xml +18 -23
- odoo/addons/l10n_br_fiscal/views/product_template_view.xml +17 -16
- odoo/addons/l10n_br_fiscal/views/res_company_view.xml +51 -50
- odoo/addons/l10n_br_fiscal/views/res_config_settings_view.xml +45 -111
- odoo/addons/l10n_br_fiscal/views/res_partner_view.xml +3 -5
- odoo/addons/l10n_br_fiscal/views/service_type_view.xml +9 -11
- odoo/addons/l10n_br_fiscal/views/simplified_tax_range_view.xml +0 -2
- odoo/addons/l10n_br_fiscal/views/simplified_tax_view.xml +0 -2
- odoo/addons/l10n_br_fiscal/views/tax_definition_view.xml +201 -142
- odoo/addons/l10n_br_fiscal/views/tax_estimate_view.xml +2 -4
- odoo/addons/l10n_br_fiscal/views/tax_group_view.xml +7 -10
- odoo/addons/l10n_br_fiscal/views/tax_ipi_control_seal_view.xml +0 -2
- odoo/addons/l10n_br_fiscal/views/tax_ipi_guideline_class_view.xml +0 -2
- odoo/addons/l10n_br_fiscal/views/tax_ipi_guideline_view.xml +2 -4
- odoo/addons/l10n_br_fiscal/views/tax_pis_cofins_base_view.xml +2 -4
- odoo/addons/l10n_br_fiscal/views/tax_pis_cofins_credit_view.xml +2 -4
- odoo/addons/l10n_br_fiscal/views/tax_pis_cofins_view.xml +5 -7
- odoo/addons/l10n_br_fiscal/views/tax_view.xml +17 -21
- odoo/addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.py +1 -1
- odoo/addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.xml +2 -8
- {odoo_addon_l10n_br_fiscal-16.0.12.2.0.dist-info → odoo_addon_l10n_br_fiscal-17.0.1.0.0.11.dist-info}/METADATA +15 -15
- {odoo_addon_l10n_br_fiscal-16.0.12.2.0.dist-info → odoo_addon_l10n_br_fiscal-17.0.1.0.0.11.dist-info}/RECORD +66 -71
- odoo/addons/l10n_br_fiscal/migrations/16.0.2.0.0/pre-migration.py +0 -25
- odoo/addons/l10n_br_fiscal/migrations/16.0.2.15.0/pre-migration.py +0 -19
- odoo/addons/l10n_br_fiscal/migrations/16.0.4.0.0/pre-migration.py +0 -220
- odoo/addons/l10n_br_fiscal/migrations/16.0.5.0.0/pre-migration.py +0 -33
- odoo/addons/l10n_br_fiscal/migrations/16.0.5.2.0/pre-migration.py +0 -21
- odoo/addons/l10n_br_fiscal/views/document_fiscal_line_mixin_view.xml +0 -1026
- {odoo_addon_l10n_br_fiscal-16.0.12.2.0.dist-info → odoo_addon_l10n_br_fiscal-17.0.1.0.0.11.dist-info}/WHEEL +0 -0
- {odoo_addon_l10n_br_fiscal-16.0.12.2.0.dist-info → odoo_addon_l10n_br_fiscal-17.0.1.0.0.11.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
2
2
|
<odoo>
|
|
3
|
-
|
|
4
3
|
<!-- Operation Dashboard -->
|
|
4
|
+
|
|
5
5
|
<record id="operation_dashboard_action" model="ir.actions.act_window">
|
|
6
6
|
<field name="name">Operation Dashboard</field>
|
|
7
7
|
<field name="res_model">l10n_br_fiscal.operation</field>
|
|
@@ -9,13 +9,11 @@
|
|
|
9
9
|
<field name="view_id" ref="operation_dashboard_kanban" />
|
|
10
10
|
<field name="usage">menu</field>
|
|
11
11
|
<field name="help" type="html">
|
|
12
|
-
<p class="o_view_nocontent_neutral_face">
|
|
13
|
-
This is the fiscal dashboard
|
|
14
|
-
</p>
|
|
12
|
+
<p class="o_view_nocontent_neutral_face">This is the fiscal dashboard</p>
|
|
15
13
|
</field>
|
|
16
14
|
</record>
|
|
17
|
-
|
|
18
15
|
<!-- Legal Nature -->
|
|
16
|
+
|
|
19
17
|
<record id="legal_nature_action" model="ir.actions.act_window">
|
|
20
18
|
<field name="name">Legal Nature</field>
|
|
21
19
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -23,16 +21,13 @@
|
|
|
23
21
|
<field name="view_mode">tree,form</field>
|
|
24
22
|
<field name="view_id" ref="legal_nature_tree" />
|
|
25
23
|
<field name="help" type="html">
|
|
26
|
-
<p class="o_view_nocontent_smiling_face">
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
A Legal nature is necessary to determine the
|
|
30
|
-
fiscal definitions for your company.
|
|
31
|
-
</p>
|
|
24
|
+
<p class="o_view_nocontent_smiling_face">Add a new Legal Nature</p>
|
|
25
|
+
<p
|
|
26
|
+
>A Legal nature is necessary to determine the fiscal definitions for your company.</p>
|
|
32
27
|
</field>
|
|
33
28
|
</record>
|
|
34
|
-
|
|
35
29
|
<!-- CNAE -->
|
|
30
|
+
|
|
36
31
|
<record id="cnae_action" model="ir.actions.act_window">
|
|
37
32
|
<field name="name">CNAE</field>
|
|
38
33
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -40,16 +35,13 @@
|
|
|
40
35
|
<field name="view_mode">tree,form</field>
|
|
41
36
|
<field name="view_id" ref="cnae_tree" />
|
|
42
37
|
<field name="help" type="html">
|
|
43
|
-
<p class="o_view_nocontent_smiling_face">
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
A CNAE is necessary to determine the
|
|
47
|
-
fiscal definitions for your company.
|
|
48
|
-
</p>
|
|
38
|
+
<p class="o_view_nocontent_smiling_face">Add a new CNAE</p>
|
|
39
|
+
<p
|
|
40
|
+
>A CNAE is necessary to determine the fiscal definitions for your company.</p>
|
|
49
41
|
</field>
|
|
50
42
|
</record>
|
|
51
|
-
|
|
52
43
|
<!-- CFOP -->
|
|
44
|
+
|
|
53
45
|
<record id="cfop_action" model="ir.actions.act_window">
|
|
54
46
|
<field name="name">CFOP</field>
|
|
55
47
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -57,16 +49,13 @@
|
|
|
57
49
|
<field name="view_mode">tree,form</field>
|
|
58
50
|
<field name="view_id" ref="cfop_tree" />
|
|
59
51
|
<field name="help" type="html">
|
|
60
|
-
<p class="o_view_nocontent_smiling_face">
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
A CFOP is necessary to determine the
|
|
64
|
-
fiscal operations for your fiscal moves.
|
|
65
|
-
</p>
|
|
52
|
+
<p class="o_view_nocontent_smiling_face">Add a new CFOP</p>
|
|
53
|
+
<p
|
|
54
|
+
>A CFOP is necessary to determine the fiscal operations for your fiscal moves.</p>
|
|
66
55
|
</field>
|
|
67
56
|
</record>
|
|
68
|
-
|
|
69
57
|
<!-- CST -->
|
|
58
|
+
|
|
70
59
|
<record id="cst_action" model="ir.actions.act_window">
|
|
71
60
|
<field name="name">CST</field>
|
|
72
61
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -74,16 +63,12 @@
|
|
|
74
63
|
<field name="view_mode">tree,form</field>
|
|
75
64
|
<field name="view_id" ref="cst_tree" />
|
|
76
65
|
<field name="help" type="html">
|
|
77
|
-
<p class="o_view_nocontent_smiling_face">
|
|
78
|
-
|
|
79
|
-
</p><p>
|
|
80
|
-
A CST is necessary to create
|
|
81
|
-
fiscal operations for your fiscal moves.
|
|
82
|
-
</p>
|
|
66
|
+
<p class="o_view_nocontent_smiling_face">Add a new CST</p>
|
|
67
|
+
<p>A CST is necessary to create fiscal operations for your fiscal moves.</p>
|
|
83
68
|
</field>
|
|
84
69
|
</record>
|
|
85
|
-
|
|
86
70
|
<!-- Tax Group -->
|
|
71
|
+
|
|
87
72
|
<record id="tax_group_action" model="ir.actions.act_window">
|
|
88
73
|
<field name="name">Tax Group</field>
|
|
89
74
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -91,16 +76,13 @@
|
|
|
91
76
|
<field name="view_mode">tree,form</field>
|
|
92
77
|
<field name="view_id" ref="tax_group_tree" />
|
|
93
78
|
<field name="help" type="html">
|
|
94
|
-
<p class="o_view_nocontent_smiling_face">
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
A Tax Group is necessary to create
|
|
98
|
-
fiscal operations for your fiscal moves.
|
|
99
|
-
</p>
|
|
79
|
+
<p class="o_view_nocontent_smiling_face">Add a new Tax Group</p>
|
|
80
|
+
<p
|
|
81
|
+
>A Tax Group is necessary to create fiscal operations for your fiscal moves.</p>
|
|
100
82
|
</field>
|
|
101
83
|
</record>
|
|
102
|
-
|
|
103
84
|
<!-- Tax -->
|
|
85
|
+
|
|
104
86
|
<record id="tax_action" model="ir.actions.act_window">
|
|
105
87
|
<field name="name">Tax</field>
|
|
106
88
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -108,16 +90,12 @@
|
|
|
108
90
|
<field name="view_mode">tree,form</field>
|
|
109
91
|
<field name="view_id" ref="tax_tree" />
|
|
110
92
|
<field name="help" type="html">
|
|
111
|
-
<p class="o_view_nocontent_smiling_face">
|
|
112
|
-
|
|
113
|
-
</p><p>
|
|
114
|
-
A Tax is necessary to create
|
|
115
|
-
fiscal operations for your fiscal moves.
|
|
116
|
-
</p>
|
|
93
|
+
<p class="o_view_nocontent_smiling_face">Add a new Tax</p>
|
|
94
|
+
<p>A Tax is necessary to create fiscal operations for your fiscal moves.</p>
|
|
117
95
|
</field>
|
|
118
96
|
</record>
|
|
119
|
-
|
|
120
97
|
<!-- Tax ICMS Regulation -->
|
|
98
|
+
|
|
121
99
|
<record id="tax_icms_regulation_action" model="ir.actions.act_window">
|
|
122
100
|
<field name="name">ICMS Regulation</field>
|
|
123
101
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -125,16 +103,12 @@
|
|
|
125
103
|
<field name="view_mode">tree,form</field>
|
|
126
104
|
<field name="view_id" ref="tax_icms_regulation_tree" />
|
|
127
105
|
<field name="help" type="html">
|
|
128
|
-
<p class="o_view_nocontent_smiling_face">
|
|
129
|
-
|
|
130
|
-
</p><p>
|
|
131
|
-
A Tax is necessary to create
|
|
132
|
-
fiscal operations for your fiscal moves.
|
|
133
|
-
</p>
|
|
106
|
+
<p class="o_view_nocontent_smiling_face">Add a new ICMS Regulation</p>
|
|
107
|
+
<p>A Tax is necessary to create fiscal operations for your fiscal moves.</p>
|
|
134
108
|
</field>
|
|
135
109
|
</record>
|
|
136
|
-
|
|
137
110
|
<!-- Tax ICMS Relief -->
|
|
111
|
+
|
|
138
112
|
<record id="tax_icms_relief_action" model="ir.actions.act_window">
|
|
139
113
|
<field name="name">ICMS Relief</field>
|
|
140
114
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -142,16 +116,12 @@
|
|
|
142
116
|
<field name="view_mode">tree,form</field>
|
|
143
117
|
<field name="view_id" ref="tax_icms_relief_tree" />
|
|
144
118
|
<field name="help" type="html">
|
|
145
|
-
<p class="o_view_nocontent_smiling_face">
|
|
146
|
-
|
|
147
|
-
</p><p>
|
|
148
|
-
A Tax is necessary to create
|
|
149
|
-
fiscal operations for your fiscal moves.
|
|
150
|
-
</p>
|
|
119
|
+
<p class="o_view_nocontent_smiling_face">Add a new ICMS Relief</p>
|
|
120
|
+
<p>A Tax is necessary to create fiscal operations for your fiscal moves.</p>
|
|
151
121
|
</field>
|
|
152
122
|
</record>
|
|
153
|
-
|
|
154
123
|
<!-- Tax PIS/COFINS -->
|
|
124
|
+
|
|
155
125
|
<record id="tax_pis_cofins_action" model="ir.actions.act_window">
|
|
156
126
|
<field name="name">PIS/COFINS</field>
|
|
157
127
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -159,16 +129,12 @@
|
|
|
159
129
|
<field name="view_mode">tree,form</field>
|
|
160
130
|
<field name="view_id" ref="tax_pis_cofins_tree" />
|
|
161
131
|
<field name="help" type="html">
|
|
162
|
-
<p class="o_view_nocontent_smiling_face">
|
|
163
|
-
|
|
164
|
-
</p><p>
|
|
165
|
-
A Tax is necessary to create
|
|
166
|
-
fiscal operations for your fiscal moves.
|
|
167
|
-
</p>
|
|
132
|
+
<p class="o_view_nocontent_smiling_face">Add a new Tax PIS/COFINS</p>
|
|
133
|
+
<p>A Tax is necessary to create fiscal operations for your fiscal moves.</p>
|
|
168
134
|
</field>
|
|
169
135
|
</record>
|
|
170
|
-
|
|
171
136
|
<!-- Tax PIS/COFINS Base -->
|
|
137
|
+
|
|
172
138
|
<record id="tax_pis_cofins_base_action" model="ir.actions.act_window">
|
|
173
139
|
<field name="name">PIS COFINS Base</field>
|
|
174
140
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -176,16 +142,12 @@
|
|
|
176
142
|
<field name="view_mode">tree,form</field>
|
|
177
143
|
<field name="view_id" ref="tax_pis_cofins_base_tree" />
|
|
178
144
|
<field name="help" type="html">
|
|
179
|
-
<p class="o_view_nocontent_smiling_face">
|
|
180
|
-
|
|
181
|
-
</p><p>
|
|
182
|
-
A Tax is necessary to create
|
|
183
|
-
fiscal operations for your fiscal moves.
|
|
184
|
-
</p>
|
|
145
|
+
<p class="o_view_nocontent_smiling_face">Add a new Tax PIS/COFINS Base</p>
|
|
146
|
+
<p>A Tax is necessary to create fiscal operations for your fiscal moves.</p>
|
|
185
147
|
</field>
|
|
186
148
|
</record>
|
|
187
|
-
|
|
188
149
|
<!-- Tax PIS/COFINS Credit -->
|
|
150
|
+
|
|
189
151
|
<record id="tax_pis_cofins_credit_action" model="ir.actions.act_window">
|
|
190
152
|
<field name="name">PIS COFINS Credit</field>
|
|
191
153
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -193,16 +155,12 @@
|
|
|
193
155
|
<field name="view_mode">tree,form</field>
|
|
194
156
|
<field name="view_id" ref="tax_pis_cofins_credit_tree" />
|
|
195
157
|
<field name="help" type="html">
|
|
196
|
-
<p class="o_view_nocontent_smiling_face">
|
|
197
|
-
|
|
198
|
-
</p><p>
|
|
199
|
-
A Tax is necessary to create
|
|
200
|
-
fiscal operations for your fiscal moves.
|
|
201
|
-
</p>
|
|
158
|
+
<p class="o_view_nocontent_smiling_face">Add a new Tax PIS/COFINS Credit</p>
|
|
159
|
+
<p>A Tax is necessary to create fiscal operations for your fiscal moves.</p>
|
|
202
160
|
</field>
|
|
203
161
|
</record>
|
|
204
|
-
|
|
205
162
|
<!-- Tax IPI Control Seal -->
|
|
163
|
+
|
|
206
164
|
<record id="tax_ipi_control_seal_action" model="ir.actions.act_window">
|
|
207
165
|
<field name="name">IPI Control Seal</field>
|
|
208
166
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -210,16 +168,13 @@
|
|
|
210
168
|
<field name="view_mode">tree,form</field>
|
|
211
169
|
<field name="view_id" ref="tax_ipi_control_seal_tree" />
|
|
212
170
|
<field name="help" type="html">
|
|
213
|
-
<p class="o_view_nocontent_smiling_face">
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
A Tax IPI control seal is necessary to create
|
|
217
|
-
fiscal operations for your fiscal moves.
|
|
218
|
-
</p>
|
|
171
|
+
<p class="o_view_nocontent_smiling_face">Add a new Tax IPI Control Seal</p>
|
|
172
|
+
<p
|
|
173
|
+
>A Tax IPI control seal is necessary to create fiscal operations for your fiscal moves.</p>
|
|
219
174
|
</field>
|
|
220
175
|
</record>
|
|
221
|
-
|
|
222
176
|
<!-- Tax IPI Guideline -->
|
|
177
|
+
|
|
223
178
|
<record id="tax_ipi_guideline_action" model="ir.actions.act_window">
|
|
224
179
|
<field name="name">IPI Guideline</field>
|
|
225
180
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -227,16 +182,13 @@
|
|
|
227
182
|
<field name="view_mode">tree,form</field>
|
|
228
183
|
<field name="view_id" ref="tax_ipi_guideline_tree" />
|
|
229
184
|
<field name="help" type="html">
|
|
230
|
-
<p class="o_view_nocontent_smiling_face">
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
A Tax IPI guideline is necessary to create
|
|
234
|
-
fiscal operations for your fiscal moves.
|
|
235
|
-
</p>
|
|
185
|
+
<p class="o_view_nocontent_smiling_face">Add a new Tax IPI Guideline</p>
|
|
186
|
+
<p
|
|
187
|
+
>A Tax IPI guideline is necessary to create fiscal operations for your fiscal moves.</p>
|
|
236
188
|
</field>
|
|
237
189
|
</record>
|
|
238
|
-
|
|
239
190
|
<!-- Tax IPI Guideline Class -->
|
|
191
|
+
|
|
240
192
|
<record id="tax_ipi_guideline_class_action" model="ir.actions.act_window">
|
|
241
193
|
<field name="name">Tax IPI Guideline Class</field>
|
|
242
194
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -244,16 +196,15 @@
|
|
|
244
196
|
<field name="view_mode">tree,form</field>
|
|
245
197
|
<field name="view_id" ref="tax_ipi_guideline_class_tree" />
|
|
246
198
|
<field name="help" type="html">
|
|
247
|
-
<p
|
|
248
|
-
|
|
249
|
-
</p
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
</p>
|
|
199
|
+
<p
|
|
200
|
+
class="o_view_nocontent_smiling_face"
|
|
201
|
+
>Add a new Tax IPI Guideline Class</p>
|
|
202
|
+
<p
|
|
203
|
+
>A Tax IPI guideline Class is necessary to create fiscal operations for your fiscal moves.</p>
|
|
253
204
|
</field>
|
|
254
205
|
</record>
|
|
255
|
-
|
|
256
206
|
<!-- NCM -->
|
|
207
|
+
|
|
257
208
|
<record id="ncm_action" model="ir.actions.act_window">
|
|
258
209
|
<field name="name">NCM</field>
|
|
259
210
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -261,16 +212,12 @@
|
|
|
261
212
|
<field name="view_mode">tree,form,kanban</field>
|
|
262
213
|
<field name="view_id" ref="ncm_tree" />
|
|
263
214
|
<field name="help" type="html">
|
|
264
|
-
<p class="o_view_nocontent_smiling_face">
|
|
265
|
-
|
|
266
|
-
</p><p>
|
|
267
|
-
A NCM is necessary to create
|
|
268
|
-
fiscal operations for your fiscal moves.
|
|
269
|
-
</p>
|
|
215
|
+
<p class="o_view_nocontent_smiling_face">Add a new NCM</p>
|
|
216
|
+
<p>A NCM is necessary to create fiscal operations for your fiscal moves.</p>
|
|
270
217
|
</field>
|
|
271
218
|
</record>
|
|
272
|
-
|
|
273
219
|
<!-- NBM -->
|
|
220
|
+
|
|
274
221
|
<record id="nbm_action" model="ir.actions.act_window">
|
|
275
222
|
<field name="name">NBM</field>
|
|
276
223
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -278,16 +225,12 @@
|
|
|
278
225
|
<field name="view_mode">tree,form,kanban</field>
|
|
279
226
|
<field name="view_id" ref="nbm_tree" />
|
|
280
227
|
<field name="help" type="html">
|
|
281
|
-
<p class="o_view_nocontent_smiling_face">
|
|
282
|
-
|
|
283
|
-
</p><p>
|
|
284
|
-
A NBM is necessary to create
|
|
285
|
-
fiscal operations for your fiscal moves.
|
|
286
|
-
</p>
|
|
228
|
+
<p class="o_view_nocontent_smiling_face">Add a new NBM</p>
|
|
229
|
+
<p>A NBM is necessary to create fiscal operations for your fiscal moves.</p>
|
|
287
230
|
</field>
|
|
288
231
|
</record>
|
|
289
|
-
|
|
290
232
|
<!-- NBS -->
|
|
233
|
+
|
|
291
234
|
<record id="nbs_action" model="ir.actions.act_window">
|
|
292
235
|
<field name="name">NBS</field>
|
|
293
236
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -295,16 +238,12 @@
|
|
|
295
238
|
<field name="view_mode">tree,form,kanban</field>
|
|
296
239
|
<field name="view_id" ref="nbs_tree" />
|
|
297
240
|
<field name="help" type="html">
|
|
298
|
-
<p class="o_view_nocontent_smiling_face">
|
|
299
|
-
|
|
300
|
-
</p><p>
|
|
301
|
-
A NBS is necessary to create
|
|
302
|
-
fiscal operations for your fiscal moves.
|
|
303
|
-
</p>
|
|
241
|
+
<p class="o_view_nocontent_smiling_face">Add a new NBS</p>
|
|
242
|
+
<p>A NBS is necessary to create fiscal operations for your fiscal moves.</p>
|
|
304
243
|
</field>
|
|
305
244
|
</record>
|
|
306
|
-
|
|
307
245
|
<!-- Service Type -->
|
|
246
|
+
|
|
308
247
|
<record id="service_type_action" model="ir.actions.act_window">
|
|
309
248
|
<field name="name">Service Type LC 166</field>
|
|
310
249
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -312,16 +251,13 @@
|
|
|
312
251
|
<field name="view_mode">tree,form,kanban</field>
|
|
313
252
|
<field name="view_id" ref="service_type_tree" />
|
|
314
253
|
<field name="help" type="html">
|
|
315
|
-
<p class="o_view_nocontent_smiling_face">
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
A Service Type is necessary to create
|
|
319
|
-
fiscal operations for your fiscal moves.
|
|
320
|
-
</p>
|
|
254
|
+
<p class="o_view_nocontent_smiling_face">Add a new Service Type</p>
|
|
255
|
+
<p
|
|
256
|
+
>A Service Type is necessary to create fiscal operations for your fiscal moves.</p>
|
|
321
257
|
</field>
|
|
322
258
|
</record>
|
|
323
|
-
|
|
324
259
|
<!-- CEST -->
|
|
260
|
+
|
|
325
261
|
<record id="cest_action" model="ir.actions.act_window">
|
|
326
262
|
<field name="name">CEST</field>
|
|
327
263
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -329,16 +265,13 @@
|
|
|
329
265
|
<field name="view_mode">tree,form</field>
|
|
330
266
|
<field name="view_id" ref="cest_tree" />
|
|
331
267
|
<field name="help" type="html">
|
|
332
|
-
<p class="o_view_nocontent_smiling_face">
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
A CEST is necessary to create
|
|
336
|
-
fiscal operations for your fiscal moves.
|
|
337
|
-
</p>
|
|
268
|
+
<p class="o_view_nocontent_smiling_face">Add a new CEST</p>
|
|
269
|
+
<p
|
|
270
|
+
>A CEST is necessary to create fiscal operations for your fiscal moves.</p>
|
|
338
271
|
</field>
|
|
339
272
|
</record>
|
|
340
|
-
|
|
341
273
|
<!-- Fiscal Product Genre -->
|
|
274
|
+
|
|
342
275
|
<record id="product_genre_action" model="ir.actions.act_window">
|
|
343
276
|
<field name="name">Fiscal Product Genre</field>
|
|
344
277
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -346,16 +279,13 @@
|
|
|
346
279
|
<field name="view_mode">tree,form</field>
|
|
347
280
|
<field name="view_id" ref="product_genre_tree" />
|
|
348
281
|
<field name="help" type="html">
|
|
349
|
-
<p class="o_view_nocontent_smiling_face">
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
An Fiscal Product Genre is necessary to create
|
|
353
|
-
EFD operations for your fiscal moves.
|
|
354
|
-
</p>
|
|
282
|
+
<p class="o_view_nocontent_smiling_face">Add a new Fiscal Product Genre</p>
|
|
283
|
+
<p
|
|
284
|
+
>An Fiscal Product Genre is necessary to create EFD operations for your fiscal moves.</p>
|
|
355
285
|
</field>
|
|
356
286
|
</record>
|
|
357
|
-
|
|
358
287
|
<!-- Fiscal Document Type -->
|
|
288
|
+
|
|
359
289
|
<record id="document_type_action" model="ir.actions.act_window">
|
|
360
290
|
<field name="name">Fiscal Document</field>
|
|
361
291
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -363,16 +293,12 @@
|
|
|
363
293
|
<field name="view_mode">tree,form</field>
|
|
364
294
|
<field name="view_id" ref="document_type_tree" />
|
|
365
295
|
<field name="help" type="html">
|
|
366
|
-
<p class="o_view_nocontent_smiling_face">
|
|
367
|
-
|
|
368
|
-
</p><p>
|
|
369
|
-
All Documents supported by Brazilian
|
|
370
|
-
Fiscal modulo for Odoo.
|
|
371
|
-
</p>
|
|
296
|
+
<p class="o_view_nocontent_smiling_face">Add a new Fiscal Document</p>
|
|
297
|
+
<p>All Documents supported by Brazilian Fiscal modulo for Odoo.</p>
|
|
372
298
|
</field>
|
|
373
299
|
</record>
|
|
374
|
-
|
|
375
300
|
<!-- Fiscal Document Serie -->
|
|
301
|
+
|
|
376
302
|
<record id="document_serie_action" model="ir.actions.act_window">
|
|
377
303
|
<field name="name">Fiscal Document Serie</field>
|
|
378
304
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -380,16 +306,13 @@
|
|
|
380
306
|
<field name="view_mode">tree,form</field>
|
|
381
307
|
<field name="view_id" ref="document_serie_tree" />
|
|
382
308
|
<field name="help" type="html">
|
|
383
|
-
<p class="o_view_nocontent_smiling_face">
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
All Serie for Documents supported by
|
|
387
|
-
Brazilian Fiscal modulo for Odoo.
|
|
388
|
-
</p>
|
|
309
|
+
<p class="o_view_nocontent_smiling_face">Add a new Fiscal Document Serie</p>
|
|
310
|
+
<p
|
|
311
|
+
>All Serie for Documents supported by Brazilian Fiscal modulo for Odoo.</p>
|
|
389
312
|
</field>
|
|
390
313
|
</record>
|
|
391
|
-
|
|
392
314
|
<!-- Simplified Tax -->
|
|
315
|
+
|
|
393
316
|
<record id="simplified_tax_action" model="ir.actions.act_window">
|
|
394
317
|
<field name="name">Simplified Tax</field>
|
|
395
318
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -397,16 +320,13 @@
|
|
|
397
320
|
<field name="view_mode">tree,form</field>
|
|
398
321
|
<field name="view_id" ref="simplified_tax_tree" />
|
|
399
322
|
<field name="help" type="html">
|
|
400
|
-
<p class="o_view_nocontent_smiling_face">
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
A Simplified Tax is necessary to determine the
|
|
404
|
-
fiscal definitions for your company.
|
|
405
|
-
</p>
|
|
323
|
+
<p class="o_view_nocontent_smiling_face">Add a new Simplified Tax</p>
|
|
324
|
+
<p
|
|
325
|
+
>A Simplified Tax is necessary to determine the fiscal definitions for your company.</p>
|
|
406
326
|
</field>
|
|
407
327
|
</record>
|
|
408
|
-
|
|
409
328
|
<!-- Partner -->
|
|
329
|
+
|
|
410
330
|
<record id="partner_action" model="ir.actions.act_window">
|
|
411
331
|
<field name="name">Partner</field>
|
|
412
332
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -414,15 +334,14 @@
|
|
|
414
334
|
<field name="view_mode">kanban,tree,form</field>
|
|
415
335
|
<field name="search_view_id" ref="base.view_res_partner_filter" />
|
|
416
336
|
<field name="help" type="html">
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
Odoo helps you easily track all activities related to a partner
|
|
421
|
-
</p>
|
|
337
|
+
<p
|
|
338
|
+
class="o_view_nocontent_smiling_face"
|
|
339
|
+
>Create a new partner in your address book</p>
|
|
340
|
+
<p>Odoo helps you easily track all activities related to a partner.</p>
|
|
422
341
|
</field>
|
|
423
342
|
</record>
|
|
424
|
-
|
|
425
343
|
<!-- Partner Profile -->
|
|
344
|
+
|
|
426
345
|
<record id="partner_profile_action" model="ir.actions.act_window">
|
|
427
346
|
<field name="name">Partner Profile</field>
|
|
428
347
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -431,16 +350,15 @@
|
|
|
431
350
|
<field name="search_view_id" ref="partner_profile_search" />
|
|
432
351
|
<field name="view_id" ref="partner_profile_tree" />
|
|
433
352
|
<field name="help" type="html">
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
related to a fiscal operation
|
|
439
|
-
</p>
|
|
353
|
+
<p
|
|
354
|
+
class="o_view_nocontent_smiling_face"
|
|
355
|
+
>Create a new Fiscal Partner Profile</p>
|
|
356
|
+
<p
|
|
357
|
+
>Odoo helps you easily track all activities related to a fiscal operation.</p>
|
|
440
358
|
</field>
|
|
441
359
|
</record>
|
|
442
|
-
|
|
443
360
|
<!-- Product -->
|
|
361
|
+
|
|
444
362
|
<record id="product_action" model="ir.actions.act_window">
|
|
445
363
|
<field name="name">Products</field>
|
|
446
364
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -451,15 +369,12 @@
|
|
|
451
369
|
>['|', '|', ('fiscal_type', '!=', '09'), ('fiscal_type', '=', False), ('type', '!=', 'service')]</field>
|
|
452
370
|
<field name="view_id" ref="product_template_tree" />
|
|
453
371
|
<field name="help" type="html">
|
|
454
|
-
<p class="o_view_nocontent_smiling_face">
|
|
455
|
-
|
|
456
|
-
</p><p>
|
|
457
|
-
Create new products.
|
|
458
|
-
</p>
|
|
372
|
+
<p class="o_view_nocontent_smiling_face">Add a new Product</p>
|
|
373
|
+
<p>Create new products.</p>
|
|
459
374
|
</field>
|
|
460
375
|
</record>
|
|
461
|
-
|
|
462
376
|
<!-- Service -->
|
|
377
|
+
|
|
463
378
|
<record id="service_action" model="ir.actions.act_window">
|
|
464
379
|
<field name="name">Services</field>
|
|
465
380
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -473,16 +388,13 @@
|
|
|
473
388
|
>{'default_fiscal_type': '09', 'default_type': 'service'}</field>
|
|
474
389
|
<field name="view_id" ref="product_template_tree" />
|
|
475
390
|
<field name="help" type="html">
|
|
476
|
-
<p class="o_view_nocontent_smiling_face">
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
All Serie for Documents supported by
|
|
480
|
-
Brazilian Fiscal modulo for Odoo.
|
|
481
|
-
</p>
|
|
391
|
+
<p class="o_view_nocontent_smiling_face">Add a new Service</p>
|
|
392
|
+
<p
|
|
393
|
+
>All Serie for Documents supported by Brazilian Fiscal modulo for Odoo.</p>
|
|
482
394
|
</field>
|
|
483
395
|
</record>
|
|
484
|
-
|
|
485
396
|
<!-- Operation -->
|
|
397
|
+
|
|
486
398
|
<record id="operation_action" model="ir.actions.act_window">
|
|
487
399
|
<field name="name">Operation</field>
|
|
488
400
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -491,16 +403,13 @@
|
|
|
491
403
|
<field name="search_view_id" ref="operation_search" />
|
|
492
404
|
<field name="view_id" ref="operation_tree" />
|
|
493
405
|
<field name="help" type="html">
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
Odoo helps you easily track all activities
|
|
498
|
-
related to a fiscal operation.
|
|
499
|
-
</p>
|
|
406
|
+
<p class="o_view_nocontent_smiling_face">Create a new fiscal operation</p>
|
|
407
|
+
<p
|
|
408
|
+
>Odoo helps you easily track all activities related to a fiscal operation.</p>
|
|
500
409
|
</field>
|
|
501
410
|
</record>
|
|
502
|
-
|
|
503
411
|
<!-- Comment -->
|
|
412
|
+
|
|
504
413
|
<record id="comment_action" model="ir.actions.act_window">
|
|
505
414
|
<field name="name">Comment</field>
|
|
506
415
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -509,16 +418,13 @@
|
|
|
509
418
|
<field name="search_view_id" ref="comment_search" />
|
|
510
419
|
<field name="view_id" ref="comment_tree" />
|
|
511
420
|
<field name="help" type="html">
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
Odoo helps you easily track all activities
|
|
516
|
-
related to a fiscal comment.
|
|
517
|
-
</p>
|
|
421
|
+
<p class="o_view_nocontent_smiling_face">Create a new Comment</p>
|
|
422
|
+
<p
|
|
423
|
+
>Odoo helps you easily track all activities related to a fiscal comment.</p>
|
|
518
424
|
</field>
|
|
519
425
|
</record>
|
|
520
|
-
|
|
521
426
|
<!-- NF-e Document -->
|
|
427
|
+
|
|
522
428
|
<record id="nfe_document_action" model="ir.actions.act_window">
|
|
523
429
|
<field name="name">NF-e</field>
|
|
524
430
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -530,15 +436,12 @@
|
|
|
530
436
|
/>
|
|
531
437
|
<field name="view_id" ref="document_tree" />
|
|
532
438
|
<field name="help" type="html">
|
|
533
|
-
<p class="o_view_nocontent_smiling_face">
|
|
534
|
-
|
|
535
|
-
</p><p>
|
|
536
|
-
Here you can create NF-es
|
|
537
|
-
</p>
|
|
439
|
+
<p class="o_view_nocontent_smiling_face">Add a new NFe</p>
|
|
440
|
+
<p>Here you can create NF-es</p>
|
|
538
441
|
</field>
|
|
539
442
|
</record>
|
|
540
|
-
|
|
541
443
|
<!-- NFS-e Document -->
|
|
444
|
+
|
|
542
445
|
<record id="nfse_document_action" model="ir.actions.act_window">
|
|
543
446
|
<field name="name">NFS-e</field>
|
|
544
447
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -550,15 +453,12 @@
|
|
|
550
453
|
/>
|
|
551
454
|
<field name="view_id" ref="document_tree" />
|
|
552
455
|
<field name="help" type="html">
|
|
553
|
-
<p class="o_view_nocontent_smiling_face">
|
|
554
|
-
|
|
555
|
-
</p><p>
|
|
556
|
-
Here you can create NFS-es
|
|
557
|
-
</p>
|
|
456
|
+
<p class="o_view_nocontent_smiling_face">Add a new NFSe</p>
|
|
457
|
+
<p>Here you can create NFS-es</p>
|
|
558
458
|
</field>
|
|
559
459
|
</record>
|
|
560
|
-
|
|
561
460
|
<!-- CT-e Document -->
|
|
461
|
+
|
|
562
462
|
<record id="cte_document_action" model="ir.actions.act_window">
|
|
563
463
|
<field name="name">CT-e</field>
|
|
564
464
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -570,11 +470,8 @@
|
|
|
570
470
|
/>
|
|
571
471
|
<field name="view_id" ref="document_tree" />
|
|
572
472
|
<field name="help" type="html">
|
|
573
|
-
<p class="o_view_nocontent_smiling_face">
|
|
574
|
-
|
|
575
|
-
</p><p>
|
|
576
|
-
Here you can create CT-es
|
|
577
|
-
</p>
|
|
473
|
+
<p class="o_view_nocontent_smiling_face">Add a new CTe</p>
|
|
474
|
+
<p>Here you can create CT-es</p>
|
|
578
475
|
</field>
|
|
579
476
|
</record>
|
|
580
477
|
|
|
@@ -586,16 +483,13 @@
|
|
|
586
483
|
<field name="search_view_id" ref="document_search" />
|
|
587
484
|
<field name="view_id" ref="document_tree" />
|
|
588
485
|
<field name="help" type="html">
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
Odoo helps you easily track all activities
|
|
593
|
-
related to a fiscal operation.
|
|
594
|
-
</p>
|
|
486
|
+
<p class="o_view_nocontent_smiling_face">Create a new Document</p>
|
|
487
|
+
<p
|
|
488
|
+
>Odoo helps you easily track all activities related to a fiscal operation.</p>
|
|
595
489
|
</field>
|
|
596
490
|
</record>
|
|
597
|
-
|
|
598
491
|
<!-- Fiscal Document In -->
|
|
492
|
+
|
|
599
493
|
<record id="document_in_action" model="ir.actions.act_window">
|
|
600
494
|
<field name="name">Incomming Document</field>
|
|
601
495
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -606,16 +500,13 @@
|
|
|
606
500
|
<field name="domain">[('fiscal_operation_type', '=', 'in')]</field>
|
|
607
501
|
<field name="context">{'default_fiscal_operation_type': 'in'}</field>
|
|
608
502
|
<field name="help" type="html">
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
Odoo helps you easily track all activities
|
|
613
|
-
related to a fiscal operation.
|
|
614
|
-
</p>
|
|
503
|
+
<p class="o_view_nocontent_smiling_face">Create a new Document</p>
|
|
504
|
+
<p
|
|
505
|
+
>Odoo helps you easily track all activities related to a fiscal operation.</p>
|
|
615
506
|
</field>
|
|
616
507
|
</record>
|
|
617
|
-
|
|
618
508
|
<!-- Fiscal Document Out -->
|
|
509
|
+
|
|
619
510
|
<record id="document_out_action" model="ir.actions.act_window">
|
|
620
511
|
<field name="name">Outgoing Document</field>
|
|
621
512
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -626,16 +517,13 @@
|
|
|
626
517
|
<field name="domain">[('fiscal_operation_type', '=', 'out')]</field>
|
|
627
518
|
<field name="context">{'default_fiscal_operation_type': 'out'}</field>
|
|
628
519
|
<field name="help" type="html">
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
Odoo helps you easily track all activities
|
|
633
|
-
related to a fiscal operation.
|
|
634
|
-
</p>
|
|
520
|
+
<p class="o_view_nocontent_smiling_face">Create a new Document</p>
|
|
521
|
+
<p
|
|
522
|
+
>Odoo helps you easily track all activities related to a fiscal operation.</p>
|
|
635
523
|
</field>
|
|
636
524
|
</record>
|
|
637
|
-
|
|
638
525
|
<!-- Config Settings -->
|
|
526
|
+
|
|
639
527
|
<record id="config_action" model="ir.actions.act_window">
|
|
640
528
|
<field name="name">Settings</field>
|
|
641
529
|
<field name="type">ir.actions.act_window</field>
|
|
@@ -644,12 +532,11 @@
|
|
|
644
532
|
<field name="target">inline</field>
|
|
645
533
|
<field name="context">{'module': 'l10n_br_fiscal'}</field>
|
|
646
534
|
</record>
|
|
647
|
-
|
|
648
535
|
<!-- City Taxation Code -->
|
|
536
|
+
|
|
649
537
|
<record id="city_taxation_code_action" model="ir.actions.act_window">
|
|
650
538
|
<field name="name">City Taxation Code</field>
|
|
651
539
|
<field name="res_model">l10n_br_fiscal.city.taxation.code</field>
|
|
652
540
|
<field name="view_mode">tree,form</field>
|
|
653
541
|
</record>
|
|
654
|
-
|
|
655
542
|
</odoo>
|