odoo-addon-l10n-br-fiscal 15.0.1.0.0.5__py3-none-any.whl → 16.0.1.0.0.7__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/__manifest__.py +1 -1
- odoo/addons/l10n_br_fiscal/data/l10n_br_fiscal.tax.csv +3 -0
- odoo/addons/l10n_br_fiscal/data/l10n_br_fiscal_icms_tax_definition_data.xml +37 -92
- odoo/addons/l10n_br_fiscal/i18n/l10n_br_fiscal.pot +115 -79
- odoo/addons/l10n_br_fiscal/i18n/pt_BR.po +137 -80
- odoo/addons/l10n_br_fiscal/models/document_fiscal_line_mixin_methods.py +8 -20
- odoo/addons/l10n_br_fiscal/models/icms_regulation.py +25 -30
- odoo/addons/l10n_br_fiscal/models/ncm_cest.py +1 -0
- odoo/addons/l10n_br_fiscal/models/ncm_nbm.py +1 -0
- odoo/addons/l10n_br_fiscal/models/ncm_tax_pis_cofins.py +1 -0
- odoo/addons/l10n_br_fiscal/models/tax_definition_benefit.py +1 -0
- odoo/addons/l10n_br_fiscal/models/tax_definition_cfop.py +1 -0
- odoo/addons/l10n_br_fiscal/models/tax_definition_company.py +1 -0
- odoo/addons/l10n_br_fiscal/models/tax_definition_icms.py +1 -0
- odoo/addons/l10n_br_fiscal/models/tax_definition_operation_line.py +1 -0
- odoo/addons/l10n_br_fiscal/models/tax_definition_partner_profile.py +1 -0
- odoo/addons/l10n_br_fiscal/models/tax_pis_cofins_base.py +1 -1
- odoo/addons/l10n_br_fiscal/models/tax_pis_cofins_credit.py +1 -1
- odoo/addons/l10n_br_fiscal/static/description/index.html +8 -8
- odoo/addons/l10n_br_fiscal/views/document_serie_view.xml +1 -1
- odoo/addons/l10n_br_fiscal/views/document_view.xml +2 -5
- odoo/addons/l10n_br_fiscal/views/icms_regulation_view.xml +1 -2
- odoo/addons/l10n_br_fiscal/views/l10n_br_fiscal_menu.xml +1 -1
- odoo/addons/l10n_br_fiscal/views/res_partner_view.xml +1 -5
- {odoo_addon_l10n_br_fiscal-15.0.1.0.0.5.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.0.0.7.dist-info}/METADATA +15 -15
- {odoo_addon_l10n_br_fiscal-15.0.1.0.0.5.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.0.0.7.dist-info}/RECORD +29 -29
- {odoo_addon_l10n_br_fiscal-15.0.1.0.0.5.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.0.0.7.dist-info}/WHEEL +0 -0
- {odoo_addon_l10n_br_fiscal-15.0.1.0.0.5.dist-info → odoo_addon_l10n_br_fiscal-16.0.1.0.0.7.dist-info}/top_level.txt +0 -0
|
@@ -17,12 +17,14 @@ msgstr ""
|
|
|
17
17
|
"X-Generator: Weblate 4.17\n"
|
|
18
18
|
|
|
19
19
|
#. module: l10n_br_fiscal
|
|
20
|
+
#. odoo-python
|
|
20
21
|
#: code:addons/l10n_br_fiscal/models/data_ncm_nbs_abstract.py:0
|
|
21
22
|
#, python-format
|
|
22
23
|
msgid "%(name)s Tax Estimate Failure"
|
|
23
24
|
msgstr ""
|
|
24
25
|
|
|
25
26
|
#. module: l10n_br_fiscal
|
|
27
|
+
#. odoo-python
|
|
26
28
|
#: code:addons/l10n_br_fiscal/models/data_ncm_nbs_abstract.py:0
|
|
27
29
|
#, python-format
|
|
28
30
|
msgid "%(name)s Tax Estimate Failure: %(error)s"
|
|
@@ -273,19 +275,19 @@ msgstr "9 - Não Contribuinte"
|
|
|
273
275
|
msgid ""
|
|
274
276
|
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
|
275
277
|
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
|
|
276
|
-
" Hello <t t-out=\"object.partner_id.name\"
|
|
277
|
-
" <br
|
|
278
|
-
" The Fiscal Document <t t-out=\"object.document_number\"
|
|
278
|
+
" Hello <t t-out=\"object.partner_id.name\"></t>,\n"
|
|
279
|
+
" <br><br>\n"
|
|
280
|
+
" The Fiscal Document <t t-out=\"object.document_number\"></t> "
|
|
279
281
|
"has changed:\n"
|
|
280
|
-
" <br
|
|
281
|
-
" Document Number: <t t-out=\"object.document_number\"
|
|
282
|
-
" <br
|
|
283
|
-
" Document Serie: <t t-out=\"object.document_serie\"
|
|
284
|
-
" <br
|
|
285
|
-
" Document Key: <t t-out=\"object.document_key\"
|
|
286
|
-
" <br
|
|
282
|
+
" <br>\n"
|
|
283
|
+
" Document Number: <t t-out=\"object.document_number\"></t>\n"
|
|
284
|
+
" <br>\n"
|
|
285
|
+
" Document Serie: <t t-out=\"object.document_serie\"></t>\n"
|
|
286
|
+
" <br>\n"
|
|
287
|
+
" Document Key: <t t-out=\"object.document_key\"></t>\n"
|
|
288
|
+
" <br>\n"
|
|
287
289
|
" Document Status: <t t-out=\"dict(object.fields_get('state')."
|
|
288
|
-
"get('state').get('selection')).get(object.state, '')\"
|
|
290
|
+
"get('state').get('selection')).get(object.state, '')\"></t>\n"
|
|
289
291
|
" </p>\n"
|
|
290
292
|
" </div>\n"
|
|
291
293
|
" "
|
|
@@ -870,10 +872,11 @@ msgid "Allow Csll Irpj"
|
|
|
870
872
|
msgstr ""
|
|
871
873
|
|
|
872
874
|
#. module: l10n_br_fiscal
|
|
875
|
+
#. odoo-python
|
|
873
876
|
#: code:addons/l10n_br_fiscal/models/tax_pis_cofins_base.py:0
|
|
874
877
|
#: code:addons/l10n_br_fiscal/models/tax_pis_cofins_credit.py:0
|
|
875
|
-
#: model:ir.model.constraint,message:l10n_br_fiscal.
|
|
876
|
-
#: model:ir.model.constraint,message:l10n_br_fiscal.
|
|
878
|
+
#: model:ir.model.constraint,message:l10n_br_fiscal.constraint_l10n_br_fiscal_tax_pis_cofins_base_l10n_br_fiscal_tax_pis_cofins_base_uniq
|
|
879
|
+
#: model:ir.model.constraint,message:l10n_br_fiscal.constraint_l10n_br_fiscal_tax_pis_cofins_credit_l10n_br_fiscal_tax_pis_cofins_code_uniq
|
|
877
880
|
#, python-format
|
|
878
881
|
msgid "Already exists with this code !"
|
|
879
882
|
msgstr "Já existe com este código !"
|
|
@@ -1192,6 +1195,7 @@ msgid "Benefit?"
|
|
|
1192
1195
|
msgstr ""
|
|
1193
1196
|
|
|
1194
1197
|
#. module: l10n_br_fiscal
|
|
1198
|
+
#. odoo-python
|
|
1195
1199
|
#: code:addons/l10n_br_fiscal/models/operation_dashboard.py:0
|
|
1196
1200
|
#, python-format
|
|
1197
1201
|
msgid "Bills to pay"
|
|
@@ -1373,6 +1377,7 @@ msgid "CNAE Code"
|
|
|
1373
1377
|
msgstr "Código CNAE"
|
|
1374
1378
|
|
|
1375
1379
|
#. module: l10n_br_fiscal
|
|
1380
|
+
#. odoo-python
|
|
1376
1381
|
#: code:addons/l10n_br_fiscal/models/cnae.py:0
|
|
1377
1382
|
#: model:ir.model.constraint,message:l10n_br_fiscal.constraint_l10n_br_fiscal_cnae_fiscal_cnae_code_uniq
|
|
1378
1383
|
#, python-format
|
|
@@ -1720,6 +1725,7 @@ msgid "CST PIS ST"
|
|
|
1720
1725
|
msgstr "CST PIS ST"
|
|
1721
1726
|
|
|
1722
1727
|
#. module: l10n_br_fiscal
|
|
1728
|
+
#. odoo-python
|
|
1723
1729
|
#: code:addons/l10n_br_fiscal/models/cst.py:0
|
|
1724
1730
|
#: model:ir.model.constraint,message:l10n_br_fiscal.constraint_l10n_br_fiscal_cst_l10n_br_fiscal_cst_code_tax_group_id_uniq
|
|
1725
1731
|
#, python-format
|
|
@@ -1825,6 +1831,7 @@ msgid "Cancelation"
|
|
|
1825
1831
|
msgstr "Cancelamento"
|
|
1826
1832
|
|
|
1827
1833
|
#. module: l10n_br_fiscal
|
|
1834
|
+
#. odoo-python
|
|
1828
1835
|
#: code:addons/l10n_br_fiscal/models/document.py:0
|
|
1829
1836
|
#, python-format
|
|
1830
1837
|
msgid ""
|
|
@@ -1885,6 +1892,7 @@ msgid "Cimentos"
|
|
|
1885
1892
|
msgstr "Cimentos"
|
|
1886
1893
|
|
|
1887
1894
|
#. module: l10n_br_fiscal
|
|
1895
|
+
#. odoo-python
|
|
1888
1896
|
#: code:addons/l10n_br_fiscal/models/tax_group.py:0
|
|
1889
1897
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_city_taxation_code__city_id
|
|
1890
1898
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_tax_group__tax_scope__city
|
|
@@ -1893,6 +1901,12 @@ msgstr "Cimentos"
|
|
|
1893
1901
|
msgid "City"
|
|
1894
1902
|
msgstr "Cidade"
|
|
1895
1903
|
|
|
1904
|
+
#. module: l10n_br_fiscal
|
|
1905
|
+
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_res_partner__city_id
|
|
1906
|
+
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_res_users__city_id
|
|
1907
|
+
msgid "City ID"
|
|
1908
|
+
msgstr ""
|
|
1909
|
+
|
|
1896
1910
|
#. module: l10n_br_fiscal
|
|
1897
1911
|
#: model:ir.actions.act_window,name:l10n_br_fiscal.city_taxation_code_action
|
|
1898
1912
|
#: model:ir.model,name:l10n_br_fiscal.model_l10n_br_fiscal_city_taxation_code
|
|
@@ -1911,12 +1925,6 @@ msgstr "Código de Tributação da Cidade"
|
|
|
1911
1925
|
msgid "City Taxation Codes"
|
|
1912
1926
|
msgstr "Código Tributário Municipal"
|
|
1913
1927
|
|
|
1914
|
-
#. module: l10n_br_fiscal
|
|
1915
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_res_partner__city_id
|
|
1916
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_res_users__city_id
|
|
1917
|
-
msgid "City of Address"
|
|
1918
|
-
msgstr "Cidade do Endereço"
|
|
1919
|
-
|
|
1920
1928
|
#. module: l10n_br_fiscal
|
|
1921
1929
|
#: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.wizard_document_status_form
|
|
1922
1930
|
msgid "Close"
|
|
@@ -2019,6 +2027,7 @@ msgid "Companies"
|
|
|
2019
2027
|
msgstr "Empresas"
|
|
2020
2028
|
|
|
2021
2029
|
#. module: l10n_br_fiscal
|
|
2030
|
+
#. odoo-python
|
|
2022
2031
|
#: code:addons/l10n_br_fiscal/constants/fiscal.py:0
|
|
2023
2032
|
#: code:addons/l10n_br_fiscal/models/tax_pis_cofins.py:0
|
|
2024
2033
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document__company_id
|
|
@@ -2254,6 +2263,7 @@ msgid "Corrections"
|
|
|
2254
2263
|
msgstr "Correções"
|
|
2255
2264
|
|
|
2256
2265
|
#. module: l10n_br_fiscal
|
|
2266
|
+
#. odoo-python
|
|
2257
2267
|
#: code:addons/l10n_br_fiscal/models/operation.py:0
|
|
2258
2268
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_operation__default_price_unit__cost_price
|
|
2259
2269
|
#, python-format
|
|
@@ -2341,6 +2351,7 @@ msgid "Create a new partner in your address book"
|
|
|
2341
2351
|
msgstr "Crie um novo parceiro em seu catálogo de endereços"
|
|
2342
2352
|
|
|
2343
2353
|
#. module: l10n_br_fiscal
|
|
2354
|
+
#. odoo-python
|
|
2344
2355
|
#: code:addons/l10n_br_fiscal/models/operation_dashboard.py:0
|
|
2345
2356
|
#, python-format
|
|
2346
2357
|
msgid "Create invoice/bill"
|
|
@@ -2492,7 +2503,6 @@ msgid "Customhouse Charges"
|
|
|
2492
2503
|
msgstr "Encargos Alfandegários"
|
|
2493
2504
|
|
|
2494
2505
|
#. module: l10n_br_fiscal
|
|
2495
|
-
#: model:product.product,name:l10n_br_fiscal.customized_development_sale
|
|
2496
2506
|
#: model:product.template,name:l10n_br_fiscal.customized_development_sale_product_template
|
|
2497
2507
|
msgid "Customized Odoo Development"
|
|
2498
2508
|
msgstr "Desenvolvimento personalizado de Odoo"
|
|
@@ -2853,6 +2863,7 @@ msgid "Document Serie"
|
|
|
2853
2863
|
msgstr "Série de Documentos"
|
|
2854
2864
|
|
|
2855
2865
|
#. module: l10n_br_fiscal
|
|
2866
|
+
#. odoo-python
|
|
2856
2867
|
#: code:addons/l10n_br_fiscal/models/document_serie.py:0
|
|
2857
2868
|
#, python-format
|
|
2858
2869
|
msgid "Document Serie Sequence"
|
|
@@ -2912,6 +2923,7 @@ msgid "Documents"
|
|
|
2912
2923
|
msgstr "Documentos"
|
|
2913
2924
|
|
|
2914
2925
|
#. module: l10n_br_fiscal
|
|
2926
|
+
#. odoo-python
|
|
2915
2927
|
#: code:addons/l10n_br_fiscal/models/invalidate_number.py:0
|
|
2916
2928
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_invalidate_number__state__done
|
|
2917
2929
|
#, python-format
|
|
@@ -2924,6 +2936,7 @@ msgid "Download"
|
|
|
2924
2936
|
msgstr "Download"
|
|
2925
2937
|
|
|
2926
2938
|
#. module: l10n_br_fiscal
|
|
2939
|
+
#. odoo-python
|
|
2927
2940
|
#: code:addons/l10n_br_fiscal/models/document_event.py:0
|
|
2928
2941
|
#: code:addons/l10n_br_fiscal/models/invalidate_number.py:0
|
|
2929
2942
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_event__state__draft
|
|
@@ -3013,12 +3026,14 @@ msgid "Environment"
|
|
|
3013
3026
|
msgstr "Ambiente"
|
|
3014
3027
|
|
|
3015
3028
|
#. module: l10n_br_fiscal
|
|
3029
|
+
#. odoo-python
|
|
3016
3030
|
#: code:addons/l10n_br_fiscal/models/document_event.py:0
|
|
3017
3031
|
#, python-format
|
|
3018
3032
|
msgid "Erro!"
|
|
3019
3033
|
msgstr "Erro, erro!"
|
|
3020
3034
|
|
|
3021
3035
|
#. module: l10n_br_fiscal
|
|
3036
|
+
#. odoo-python
|
|
3022
3037
|
#: code:addons/l10n_br_fiscal/models/ibpt.py:0
|
|
3023
3038
|
#, python-format
|
|
3024
3039
|
msgid "Error in the request: {}"
|
|
@@ -3172,6 +3187,7 @@ msgid "Faturas canceladas"
|
|
|
3172
3187
|
msgstr "Faturas canceladas"
|
|
3173
3188
|
|
|
3174
3189
|
#. module: l10n_br_fiscal
|
|
3190
|
+
#. odoo-python
|
|
3175
3191
|
#: code:addons/l10n_br_fiscal/models/tax_group.py:0
|
|
3176
3192
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_tax_group__tax_scope__federal
|
|
3177
3193
|
#, python-format
|
|
@@ -3285,6 +3301,7 @@ msgid "Fiscal Data Product Abstract"
|
|
|
3285
3301
|
msgstr "Resumo do Produto de Dados Fiscais"
|
|
3286
3302
|
|
|
3287
3303
|
#. module: l10n_br_fiscal
|
|
3304
|
+
#. odoo-python
|
|
3288
3305
|
#: code:addons/l10n_br_fiscal/models/document_event.py:0
|
|
3289
3306
|
#: model:ir.actions.act_window,name:l10n_br_fiscal.document_type_action
|
|
3290
3307
|
#: model:ir.model,name:l10n_br_fiscal.model_l10n_br_fiscal_document
|
|
@@ -3450,6 +3467,7 @@ msgid "Fiscal Operation Line"
|
|
|
3450
3467
|
msgstr "Linha de Operação Fiscal"
|
|
3451
3468
|
|
|
3452
3469
|
#. module: l10n_br_fiscal
|
|
3470
|
+
#. odoo-python
|
|
3453
3471
|
#: code:addons/l10n_br_fiscal/models/operation_line.py:0
|
|
3454
3472
|
#: model:ir.model.constraint,message:l10n_br_fiscal.constraint_l10n_br_fiscal_operation_line_fiscal_operation_name_uniq
|
|
3455
3473
|
#, python-format
|
|
@@ -3467,6 +3485,7 @@ msgid "Fiscal Operation Type"
|
|
|
3467
3485
|
msgstr "Tipo de Operação Fiscal"
|
|
3468
3486
|
|
|
3469
3487
|
#. module: l10n_br_fiscal
|
|
3488
|
+
#. odoo-python
|
|
3470
3489
|
#: code:addons/l10n_br_fiscal/models/operation.py:0
|
|
3471
3490
|
#: model:ir.model.constraint,message:l10n_br_fiscal.constraint_l10n_br_fiscal_operation_fiscal_operation_code_uniq
|
|
3472
3491
|
#, python-format
|
|
@@ -3568,6 +3587,7 @@ msgid "Fiscal User"
|
|
|
3568
3587
|
msgstr "Usuário Fiscal"
|
|
3569
3588
|
|
|
3570
3589
|
#. module: l10n_br_fiscal
|
|
3590
|
+
#. odoo-python
|
|
3571
3591
|
#: code:addons/l10n_br_fiscal/constants/fiscal.py:0
|
|
3572
3592
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_document_line__cofins_base_type__fixed
|
|
3573
3593
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_document_line__cofins_wh_base_type__fixed
|
|
@@ -3743,18 +3763,14 @@ msgid "Homologation"
|
|
|
3743
3763
|
msgstr "Homologação"
|
|
3744
3764
|
|
|
3745
3765
|
#. module: l10n_br_fiscal
|
|
3746
|
-
|
|
3747
|
-
#: model:product.template,uom_name:l10n_br_fiscal.customized_development_sale_product_template
|
|
3748
|
-
msgid "Hours"
|
|
3749
|
-
msgstr "Horas"
|
|
3750
|
-
|
|
3751
|
-
#. module: l10n_br_fiscal
|
|
3766
|
+
#. odoo-python
|
|
3752
3767
|
#: code:addons/l10n_br_fiscal/models/ibpt.py:0
|
|
3753
3768
|
#, python-format
|
|
3754
3769
|
msgid "IBPT Forbidden - token=%(token)s, cnpj=%(cnpj)s, UF=%(uf)s"
|
|
3755
3770
|
msgstr ""
|
|
3756
3771
|
|
|
3757
3772
|
#. module: l10n_br_fiscal
|
|
3773
|
+
#. odoo-python
|
|
3758
3774
|
#: code:addons/l10n_br_fiscal/models/ibpt.py:0
|
|
3759
3775
|
#, python-format
|
|
3760
3776
|
msgid "IBPT Service Unavailable - {!r}"
|
|
@@ -3771,6 +3787,7 @@ msgid "IBPT Token Updates"
|
|
|
3771
3787
|
msgstr "Atualizações de tokens do IBPT"
|
|
3772
3788
|
|
|
3773
3789
|
#. module: l10n_br_fiscal
|
|
3790
|
+
#. odoo-python
|
|
3774
3791
|
#: code:addons/l10n_br_fiscal/models/ibpt.py:0
|
|
3775
3792
|
#, python-format
|
|
3776
3793
|
msgid "IBPT URL not found - {!r}"
|
|
@@ -5201,21 +5218,13 @@ msgstr "Identifica o destino da operação."
|
|
|
5201
5218
|
|
|
5202
5219
|
#. module: l10n_br_fiscal
|
|
5203
5220
|
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_icms_regulation__message_needaction
|
|
5204
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_icms_regulation__message_unread
|
|
5205
5221
|
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_nbs__message_needaction
|
|
5206
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_nbs__message_unread
|
|
5207
5222
|
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_ncm__message_needaction
|
|
5208
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_ncm__message_unread
|
|
5209
5223
|
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_operation__message_needaction
|
|
5210
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_operation__message_unread
|
|
5211
5224
|
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_operation_line__message_needaction
|
|
5212
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_operation_line__message_unread
|
|
5213
5225
|
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_service_type__message_needaction
|
|
5214
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_service_type__message_unread
|
|
5215
5226
|
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_tax_definition__message_needaction
|
|
5216
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_tax_definition__message_unread
|
|
5217
5227
|
#: model:ir.model.fields,help:l10n_br_fiscal.field_uom_uom__message_needaction
|
|
5218
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_uom_uom__message_unread
|
|
5219
5228
|
msgid "If checked, new messages require your attention."
|
|
5220
5229
|
msgstr "Se marcado novas mensagens solicitarão sua atenção."
|
|
5221
5230
|
|
|
@@ -5279,6 +5288,7 @@ msgid "Imunidade"
|
|
|
5279
5288
|
msgstr "Imunidade"
|
|
5280
5289
|
|
|
5281
5290
|
#. module: l10n_br_fiscal
|
|
5291
|
+
#. odoo-python
|
|
5282
5292
|
#: code:addons/l10n_br_fiscal/constants/fiscal.py:0
|
|
5283
5293
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_cfop__type_in_out__in
|
|
5284
5294
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_cst__cst_type__in
|
|
@@ -5399,6 +5409,7 @@ msgid "Invalidate File XML"
|
|
|
5399
5409
|
msgstr "Invalidar Arquivo XML"
|
|
5400
5410
|
|
|
5401
5411
|
#. module: l10n_br_fiscal
|
|
5412
|
+
#. odoo-python
|
|
5402
5413
|
#: code:addons/l10n_br_fiscal/models/document_event.py:0
|
|
5403
5414
|
#: model:ir.actions.act_window,name:l10n_br_fiscal.invalidate_number_action
|
|
5404
5415
|
#: model:ir.model,name:l10n_br_fiscal.model_l10n_br_fiscal_invalidate_number
|
|
@@ -5448,6 +5459,7 @@ msgid "Inverse Operation"
|
|
|
5448
5459
|
msgstr "Operação Inversa"
|
|
5449
5460
|
|
|
5450
5461
|
#. module: l10n_br_fiscal
|
|
5462
|
+
#. odoo-python
|
|
5451
5463
|
#: code:addons/l10n_br_fiscal/models/operation_dashboard.py:0
|
|
5452
5464
|
#, python-format
|
|
5453
5465
|
msgid "Invoices owed to you"
|
|
@@ -5535,6 +5547,7 @@ msgid "Justification"
|
|
|
5535
5547
|
msgstr "Justificativa"
|
|
5536
5548
|
|
|
5537
5549
|
#. module: l10n_br_fiscal
|
|
5550
|
+
#. odoo-python
|
|
5538
5551
|
#: code:addons/l10n_br_fiscal/models/document_event.py:0
|
|
5539
5552
|
#, python-format
|
|
5540
5553
|
msgid "Justification must be at least 15 characters."
|
|
@@ -5743,18 +5756,21 @@ msgid "Lista Positiva (valor)"
|
|
|
5743
5756
|
msgstr "Lista Positiva (valor)"
|
|
5744
5757
|
|
|
5745
5758
|
#. module: l10n_br_fiscal
|
|
5759
|
+
#. odoo-python
|
|
5746
5760
|
#: code:addons/l10n_br_fiscal/hooks.py:0
|
|
5747
5761
|
#, python-format
|
|
5748
5762
|
msgid "Loading l10n_br_fiscal demo files."
|
|
5749
5763
|
msgstr "Carregando arquivos de demonstração l10n_br_fiscal."
|
|
5750
5764
|
|
|
5751
5765
|
#. module: l10n_br_fiscal
|
|
5766
|
+
#. odoo-python
|
|
5752
5767
|
#: code:addons/l10n_br_fiscal/hooks.py:0
|
|
5753
5768
|
#, python-format
|
|
5754
5769
|
msgid "Loading l10n_br_fiscal fiscal files. It may take a minute..."
|
|
5755
5770
|
msgstr "Carregando l10n_br_fiscal arquivos fiscais. Pode levar um minuto..."
|
|
5756
5771
|
|
|
5757
5772
|
#. module: l10n_br_fiscal
|
|
5773
|
+
#. odoo-python
|
|
5758
5774
|
#: code:addons/l10n_br_fiscal/hooks.py:0
|
|
5759
5775
|
#, python-format
|
|
5760
5776
|
msgid "Loading l10n_br_fiscal post demo files. It may take a minute..."
|
|
@@ -5762,6 +5778,7 @@ msgstr ""
|
|
|
5762
5778
|
"Carregando os arquivos de demo do l10n_br_fiscal. Pode levar um minuto..."
|
|
5763
5779
|
|
|
5764
5780
|
#. module: l10n_br_fiscal
|
|
5781
|
+
#. odoo-python
|
|
5765
5782
|
#: code:addons/l10n_br_fiscal/hooks.py:0
|
|
5766
5783
|
#, python-format
|
|
5767
5784
|
msgid "Loading l10n_br_fiscal post init files. It may take a minute..."
|
|
@@ -5769,6 +5786,7 @@ msgstr ""
|
|
|
5769
5786
|
"Carregando l10n_br_fiscal postar arquivos init. Pode levar um minuto..."
|
|
5770
5787
|
|
|
5771
5788
|
#. module: l10n_br_fiscal
|
|
5789
|
+
#. odoo-python
|
|
5772
5790
|
#: code:addons/l10n_br_fiscal/hooks.py:0
|
|
5773
5791
|
#, python-format
|
|
5774
5792
|
msgid ""
|
|
@@ -5849,6 +5867,7 @@ msgid "Manifestação"
|
|
|
5849
5867
|
msgstr "Manifestação"
|
|
5850
5868
|
|
|
5851
5869
|
#. module: l10n_br_fiscal
|
|
5870
|
+
#. odoo-python
|
|
5852
5871
|
#: code:addons/l10n_br_fiscal/models/partner_profile.py:0
|
|
5853
5872
|
#, python-format
|
|
5854
5873
|
msgid ""
|
|
@@ -6063,6 +6082,7 @@ msgid "NBS"
|
|
|
6063
6082
|
msgstr "NBS"
|
|
6064
6083
|
|
|
6065
6084
|
#. module: l10n_br_fiscal
|
|
6085
|
+
#. odoo-python
|
|
6066
6086
|
#: code:addons/l10n_br_fiscal/models/nbs.py:0
|
|
6067
6087
|
#: model:ir.model.constraint,message:l10n_br_fiscal.constraint_l10n_br_fiscal_nbs_fiscal_nbs_code_uniq
|
|
6068
6088
|
#, python-format
|
|
@@ -6070,6 +6090,7 @@ msgid "NBS already exists with this code !"
|
|
|
6070
6090
|
msgstr "NBS já existe com este código !"
|
|
6071
6091
|
|
|
6072
6092
|
#. module: l10n_br_fiscal
|
|
6093
|
+
#. odoo-python
|
|
6073
6094
|
#: code:addons/l10n_br_fiscal/models/tax_pis_cofins.py:0
|
|
6074
6095
|
#: model:ir.actions.act_window,name:l10n_br_fiscal.ncm_action
|
|
6075
6096
|
#: model:ir.model,name:l10n_br_fiscal.model_l10n_br_fiscal_ncm
|
|
@@ -6104,6 +6125,7 @@ msgid "NCM List"
|
|
|
6104
6125
|
msgstr "Lista NCM"
|
|
6105
6126
|
|
|
6106
6127
|
#. module: l10n_br_fiscal
|
|
6128
|
+
#. odoo-python
|
|
6107
6129
|
#: code:addons/l10n_br_fiscal/models/ncm.py:0
|
|
6108
6130
|
#: model:ir.model.constraint,message:l10n_br_fiscal.constraint_l10n_br_fiscal_ncm_fiscal_ncm_code_exception_uniq
|
|
6109
6131
|
#, python-format
|
|
@@ -6277,12 +6299,14 @@ msgid "Next number of this sequence"
|
|
|
6277
6299
|
msgstr "Próximo número para esta sequência"
|
|
6278
6300
|
|
|
6279
6301
|
#. module: l10n_br_fiscal
|
|
6302
|
+
#. odoo-python
|
|
6280
6303
|
#: code:addons/l10n_br_fiscal/models/document_eletronic.py:0
|
|
6281
6304
|
#, python-format
|
|
6282
6305
|
msgid "No PDF file generated!"
|
|
6283
6306
|
msgstr "Não gerado arquivo PDF!"
|
|
6284
6307
|
|
|
6285
6308
|
#. module: l10n_br_fiscal
|
|
6309
|
+
#. odoo-python
|
|
6286
6310
|
#: code:addons/l10n_br_fiscal/models/document_eletronic.py:0
|
|
6287
6311
|
#, python-format
|
|
6288
6312
|
msgid "No XML file generated!"
|
|
@@ -6360,8 +6384,8 @@ msgstr "Número de erros"
|
|
|
6360
6384
|
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_service_type__message_needaction_counter
|
|
6361
6385
|
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_tax_definition__message_needaction_counter
|
|
6362
6386
|
#: model:ir.model.fields,help:l10n_br_fiscal.field_uom_uom__message_needaction_counter
|
|
6363
|
-
msgid "Number of messages
|
|
6364
|
-
msgstr "
|
|
6387
|
+
msgid "Number of messages requiring action"
|
|
6388
|
+
msgstr ""
|
|
6365
6389
|
|
|
6366
6390
|
#. module: l10n_br_fiscal
|
|
6367
6391
|
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_icms_regulation__message_has_error_counter
|
|
@@ -6376,18 +6400,7 @@ msgid "Number of messages with delivery error"
|
|
|
6376
6400
|
msgstr "Número de mensagens com erro de entrega"
|
|
6377
6401
|
|
|
6378
6402
|
#. module: l10n_br_fiscal
|
|
6379
|
-
|
|
6380
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_nbs__message_unread_counter
|
|
6381
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_ncm__message_unread_counter
|
|
6382
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_operation__message_unread_counter
|
|
6383
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_operation_line__message_unread_counter
|
|
6384
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_service_type__message_unread_counter
|
|
6385
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_l10n_br_fiscal_tax_definition__message_unread_counter
|
|
6386
|
-
#: model:ir.model.fields,help:l10n_br_fiscal.field_uom_uom__message_unread_counter
|
|
6387
|
-
msgid "Number of unread messages"
|
|
6388
|
-
msgstr "Quantidade de mensagens não lidas"
|
|
6389
|
-
|
|
6390
|
-
#. module: l10n_br_fiscal
|
|
6403
|
+
#. odoo-python
|
|
6391
6404
|
#: code:addons/l10n_br_fiscal/models/invalidate_number.py:0
|
|
6392
6405
|
#, python-format
|
|
6393
6406
|
msgid "Number range overlap is not allowed."
|
|
@@ -6412,6 +6425,7 @@ msgid "Não"
|
|
|
6412
6425
|
msgstr "Não"
|
|
6413
6426
|
|
|
6414
6427
|
#. module: l10n_br_fiscal
|
|
6428
|
+
#. odoo-python
|
|
6415
6429
|
#: code:addons/l10n_br_fiscal/models/document_event.py:0
|
|
6416
6430
|
#, python-format
|
|
6417
6431
|
msgid ""
|
|
@@ -6458,6 +6472,7 @@ msgid "Não se aplica"
|
|
|
6458
6472
|
msgstr "Não se aplica"
|
|
6459
6473
|
|
|
6460
6474
|
#. module: l10n_br_fiscal
|
|
6475
|
+
#. odoo-python
|
|
6461
6476
|
#: code:addons/l10n_br_fiscal/models/document_workflow.py:0
|
|
6462
6477
|
#, python-format
|
|
6463
6478
|
msgid ""
|
|
@@ -6476,6 +6491,7 @@ msgstr ""
|
|
|
6476
6491
|
"Pará: {new_state}"
|
|
6477
6492
|
|
|
6478
6493
|
#. module: l10n_br_fiscal
|
|
6494
|
+
#. odoo-python
|
|
6479
6495
|
#: code:addons/l10n_br_fiscal/models/document_workflow.py:0
|
|
6480
6496
|
#, python-format
|
|
6481
6497
|
msgid ""
|
|
@@ -6644,6 +6660,7 @@ msgid "Origin operation"
|
|
|
6644
6660
|
msgstr "Operação de origem"
|
|
6645
6661
|
|
|
6646
6662
|
#. module: l10n_br_fiscal
|
|
6663
|
+
#. odoo-python
|
|
6647
6664
|
#: code:addons/l10n_br_fiscal/models/tax_group.py:0
|
|
6648
6665
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_cfop__type_move__other
|
|
6649
6666
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_operation__fiscal_type__other
|
|
@@ -6672,6 +6689,7 @@ msgid "Others"
|
|
|
6672
6689
|
msgstr "Outros"
|
|
6673
6690
|
|
|
6674
6691
|
#. module: l10n_br_fiscal
|
|
6692
|
+
#. odoo-python
|
|
6675
6693
|
#: code:addons/l10n_br_fiscal/constants/fiscal.py:0
|
|
6676
6694
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_cfop__type_in_out__out
|
|
6677
6695
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_cst__cst_type__out
|
|
@@ -6949,6 +6967,7 @@ msgid "Parent Service Type"
|
|
|
6949
6967
|
msgstr "Tipo de Serviço Pai"
|
|
6950
6968
|
|
|
6951
6969
|
#. module: l10n_br_fiscal
|
|
6970
|
+
#. odoo-python
|
|
6952
6971
|
#: code:addons/l10n_br_fiscal/constants/fiscal.py:0
|
|
6953
6972
|
#: model:ir.actions.act_window,name:l10n_br_fiscal.partner_action
|
|
6954
6973
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_base_wizard_mixin__partner_id
|
|
@@ -7087,6 +7106,7 @@ msgid "Pauta (valor)"
|
|
|
7087
7106
|
msgstr "Pauta (valor)"
|
|
7088
7107
|
|
|
7089
7108
|
#. module: l10n_br_fiscal
|
|
7109
|
+
#. odoo-python
|
|
7090
7110
|
#: code:addons/l10n_br_fiscal/constants/fiscal.py:0
|
|
7091
7111
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_tax__percent_amount
|
|
7092
7112
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_document_line__cofins_base_type__percent
|
|
@@ -7158,6 +7178,11 @@ msgstr "Preço tabelado ou máximo sugerido"
|
|
|
7158
7178
|
msgid "Price Unit"
|
|
7159
7179
|
msgstr "Preço Unitário"
|
|
7160
7180
|
|
|
7181
|
+
#. module: l10n_br_fiscal
|
|
7182
|
+
#: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.document_form
|
|
7183
|
+
msgid "Print Document Event"
|
|
7184
|
+
msgstr ""
|
|
7185
|
+
|
|
7161
7186
|
#. module: l10n_br_fiscal
|
|
7162
7187
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document__processador_edoc
|
|
7163
7188
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document_move_mixin__processador_edoc
|
|
@@ -7166,8 +7191,9 @@ msgid "Processador documentos eletrônicos"
|
|
|
7166
7191
|
msgstr "Processador documentos eletrônicos"
|
|
7167
7192
|
|
|
7168
7193
|
#. module: l10n_br_fiscal
|
|
7194
|
+
#. odoo-python
|
|
7169
7195
|
#: code:addons/l10n_br_fiscal/models/tax_pis_cofins.py:0
|
|
7170
|
-
#: model:ir.model,name:l10n_br_fiscal.
|
|
7196
|
+
#: model:ir.model,name:l10n_br_fiscal.model_product_template
|
|
7171
7197
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document_line__product_id
|
|
7172
7198
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document_line_mixin__product_id
|
|
7173
7199
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_tax_pis_cofins__piscofins_type__product
|
|
@@ -7191,16 +7217,16 @@ msgstr "Tipo Fiscal do Produto"
|
|
|
7191
7217
|
msgid "Product Information"
|
|
7192
7218
|
msgstr "Informação do Produto"
|
|
7193
7219
|
|
|
7194
|
-
#. module: l10n_br_fiscal
|
|
7195
|
-
#: model:ir.model,name:l10n_br_fiscal.model_product_template
|
|
7196
|
-
msgid "Product Template"
|
|
7197
|
-
msgstr "Modelo de Produto"
|
|
7198
|
-
|
|
7199
7220
|
#. module: l10n_br_fiscal
|
|
7200
7221
|
#: model:ir.model,name:l10n_br_fiscal.model_uom_uom
|
|
7201
7222
|
msgid "Product Unit of Measure"
|
|
7202
7223
|
msgstr "Unidade de Medida do Produto"
|
|
7203
7224
|
|
|
7225
|
+
#. module: l10n_br_fiscal
|
|
7226
|
+
#: model:ir.model,name:l10n_br_fiscal.model_product_product
|
|
7227
|
+
msgid "Product Variant"
|
|
7228
|
+
msgstr ""
|
|
7229
|
+
|
|
7204
7230
|
#. module: l10n_br_fiscal
|
|
7205
7231
|
#: model:ir.ui.menu,name:l10n_br_fiscal.product_service_menu
|
|
7206
7232
|
msgid "Product and Service"
|
|
@@ -7372,6 +7398,7 @@ msgid "QUILATE"
|
|
|
7372
7398
|
msgstr "QUILATE"
|
|
7373
7399
|
|
|
7374
7400
|
#. module: l10n_br_fiscal
|
|
7401
|
+
#. odoo-python
|
|
7375
7402
|
#: code:addons/l10n_br_fiscal/constants/fiscal.py:0
|
|
7376
7403
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document_line__quantity
|
|
7377
7404
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document_line_mixin__quantity
|
|
@@ -7541,6 +7568,7 @@ msgid "Response Message"
|
|
|
7541
7568
|
msgstr "Mensagem de resposta"
|
|
7542
7569
|
|
|
7543
7570
|
#. module: l10n_br_fiscal
|
|
7571
|
+
#. odoo-python
|
|
7544
7572
|
#: code:addons/l10n_br_fiscal/models/document_event.py:0
|
|
7545
7573
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_event__state__done
|
|
7546
7574
|
#, python-format
|
|
@@ -7642,6 +7670,7 @@ msgid "Sale Own Use"
|
|
|
7642
7670
|
msgstr "Venda Uso próprio"
|
|
7643
7671
|
|
|
7644
7672
|
#. module: l10n_br_fiscal
|
|
7673
|
+
#. odoo-python
|
|
7645
7674
|
#: code:addons/l10n_br_fiscal/models/operation.py:0
|
|
7646
7675
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_operation__default_price_unit__sale_price
|
|
7647
7676
|
#, python-format
|
|
@@ -7669,12 +7698,14 @@ msgid "Save Documents to disk"
|
|
|
7669
7698
|
msgstr "Salvar documentos em disco"
|
|
7670
7699
|
|
|
7671
7700
|
#. module: l10n_br_fiscal
|
|
7701
|
+
#. odoo-python
|
|
7672
7702
|
#: code:addons/l10n_br_fiscal/models/data_ncm_nbs_abstract.py:0
|
|
7673
7703
|
#, python-format
|
|
7674
7704
|
msgid "Scheduled {} estimate taxes update complete."
|
|
7675
7705
|
msgstr "Agendado {} estimativa de impostos atualizados atualização completa."
|
|
7676
7706
|
|
|
7677
7707
|
#. module: l10n_br_fiscal
|
|
7708
|
+
#. odoo-python
|
|
7678
7709
|
#: code:addons/l10n_br_fiscal/models/data_ncm_nbs_abstract.py:0
|
|
7679
7710
|
#, python-format
|
|
7680
7711
|
msgid "Scheduled {} estimate taxes update..."
|
|
@@ -7743,12 +7774,14 @@ msgid "Send Email"
|
|
|
7743
7774
|
msgstr "Enviar E-mail"
|
|
7744
7775
|
|
|
7745
7776
|
#. module: l10n_br_fiscal
|
|
7777
|
+
#. odoo-python
|
|
7746
7778
|
#: code:addons/l10n_br_fiscal/models/document.py:0
|
|
7747
7779
|
#, python-format
|
|
7748
7780
|
msgid "Send Fiscal Document Email Notification"
|
|
7749
7781
|
msgstr "Enviar notificação de e-mail de documentos fiscais"
|
|
7750
7782
|
|
|
7751
7783
|
#. module: l10n_br_fiscal
|
|
7784
|
+
#. odoo-python
|
|
7752
7785
|
#: code:addons/l10n_br_fiscal/models/document_event.py:0
|
|
7753
7786
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_event__state__send
|
|
7754
7787
|
#, python-format
|
|
@@ -7952,6 +7985,7 @@ msgid "Start Date"
|
|
|
7952
7985
|
msgstr "Data de Início"
|
|
7953
7986
|
|
|
7954
7987
|
#. module: l10n_br_fiscal
|
|
7988
|
+
#. odoo-python
|
|
7955
7989
|
#: code:addons/l10n_br_fiscal/models/tax_group.py:0
|
|
7956
7990
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_base_wizard_mixin__state
|
|
7957
7991
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_city_taxation_code__state_id
|
|
@@ -8353,24 +8387,28 @@ msgid "Tax Definition"
|
|
|
8353
8387
|
msgstr "Definição tributária"
|
|
8354
8388
|
|
|
8355
8389
|
#. module: l10n_br_fiscal
|
|
8390
|
+
#. odoo-python
|
|
8356
8391
|
#: code:addons/l10n_br_fiscal/models/tax_definition_cfop.py:0
|
|
8357
8392
|
#, python-format
|
|
8358
8393
|
msgid "Tax Definition already exists for this CFOP and Tax Group !"
|
|
8359
8394
|
msgstr "Definição Tributária já existe para este CFOP e Grupo Tributário !"
|
|
8360
8395
|
|
|
8361
8396
|
#. module: l10n_br_fiscal
|
|
8397
|
+
#. odoo-python
|
|
8362
8398
|
#: code:addons/l10n_br_fiscal/models/tax_definition_company.py:0
|
|
8363
8399
|
#, python-format
|
|
8364
8400
|
msgid "Tax Definition already exists for this Company and Tax Group !"
|
|
8365
8401
|
msgstr "Definição Tributária já existe para esta Empresa e Grupo Tributário !"
|
|
8366
8402
|
|
|
8367
8403
|
#. module: l10n_br_fiscal
|
|
8404
|
+
#. odoo-python
|
|
8368
8405
|
#: code:addons/l10n_br_fiscal/models/tax_definition_icms.py:0
|
|
8369
8406
|
#, python-format
|
|
8370
8407
|
msgid "Tax Definition already exists for this ICMS and Tax Group !"
|
|
8371
8408
|
msgstr "Definição Tributária já existe para este ICMS e Grupo Tributário !"
|
|
8372
8409
|
|
|
8373
8410
|
#. module: l10n_br_fiscal
|
|
8411
|
+
#. odoo-python
|
|
8374
8412
|
#: code:addons/l10n_br_fiscal/models/tax_definition_operation_line.py:0
|
|
8375
8413
|
#, python-format
|
|
8376
8414
|
msgid "Tax Definition already exists for this Operation Line and Tax Group !"
|
|
@@ -8379,6 +8417,7 @@ msgstr ""
|
|
|
8379
8417
|
"Tributário !"
|
|
8380
8418
|
|
|
8381
8419
|
#. module: l10n_br_fiscal
|
|
8420
|
+
#. odoo-python
|
|
8382
8421
|
#: code:addons/l10n_br_fiscal/models/tax_definition_partner_profile.py:0
|
|
8383
8422
|
#, python-format
|
|
8384
8423
|
msgid "Tax Definition already exists for this Partner Profile and Tax Group !"
|
|
@@ -8423,6 +8462,7 @@ msgid "Tax Group"
|
|
|
8423
8462
|
msgstr "Grupo de Imposto"
|
|
8424
8463
|
|
|
8425
8464
|
#. module: l10n_br_fiscal
|
|
8465
|
+
#. odoo-python
|
|
8426
8466
|
#: code:addons/l10n_br_fiscal/models/tax_group.py:0
|
|
8427
8467
|
#: model:ir.model.constraint,message:l10n_br_fiscal.constraint_l10n_br_fiscal_tax_group_fiscal_tax_group_code_uniq
|
|
8428
8468
|
#, python-format
|
|
@@ -8643,12 +8683,14 @@ msgid "Tax already exists with this name !"
|
|
|
8643
8683
|
msgstr "Imposto já existe com esse nome!"
|
|
8644
8684
|
|
|
8645
8685
|
#. module: l10n_br_fiscal
|
|
8686
|
+
#. odoo-python
|
|
8646
8687
|
#: code:addons/l10n_br_fiscal/models/tax_definition_benefit.py:0
|
|
8647
8688
|
#, python-format
|
|
8648
8689
|
msgid "Tax benefit code must be 8 characters!"
|
|
8649
8690
|
msgstr ""
|
|
8650
8691
|
|
|
8651
8692
|
#. module: l10n_br_fiscal
|
|
8693
|
+
#. odoo-python
|
|
8652
8694
|
#: code:addons/l10n_br_fiscal/models/tax_definition_benefit.py:0
|
|
8653
8695
|
#, python-format
|
|
8654
8696
|
msgid "Tax benefit code must be start with state code!"
|
|
@@ -8701,12 +8743,14 @@ msgid "The Delivery Costs should be informed by Line or by Total ?"
|
|
|
8701
8743
|
msgstr ""
|
|
8702
8744
|
|
|
8703
8745
|
#. module: l10n_br_fiscal
|
|
8746
|
+
#. odoo-python
|
|
8704
8747
|
#: code:addons/l10n_br_fiscal/models/document_eletronic.py:0
|
|
8705
8748
|
#, python-format
|
|
8706
8749
|
msgid "The field 'Issuer' is required for brazilian electronic documents!"
|
|
8707
8750
|
msgstr ""
|
|
8708
8751
|
|
|
8709
8752
|
#. module: l10n_br_fiscal
|
|
8753
|
+
#. odoo-python
|
|
8710
8754
|
#: code:addons/l10n_br_fiscal/models/document.py:0
|
|
8711
8755
|
#, python-format
|
|
8712
8756
|
msgid "The fiscal operation {} has no return Fiscal Operation defined"
|
|
@@ -8730,6 +8774,7 @@ msgid ""
|
|
|
8730
8774
|
msgstr ""
|
|
8731
8775
|
|
|
8732
8776
|
#. module: l10n_br_fiscal
|
|
8777
|
+
#. odoo-python
|
|
8733
8778
|
#: code:addons/l10n_br_fiscal/models/tax_definition_benefit.py:0
|
|
8734
8779
|
#, python-format
|
|
8735
8780
|
msgid "The tax benefit code must contain the type of benefit!"
|
|
@@ -8746,6 +8791,7 @@ msgstr ""
|
|
|
8746
8791
|
"casos em que este campo é verdadeiro, onde será devido no local de provisão."
|
|
8747
8792
|
|
|
8748
8793
|
#. module: l10n_br_fiscal
|
|
8794
|
+
#. odoo-python
|
|
8749
8795
|
#: code:addons/l10n_br_fiscal/models/document.py:0
|
|
8750
8796
|
#, python-format
|
|
8751
8797
|
msgid ""
|
|
@@ -8754,6 +8800,7 @@ msgid ""
|
|
|
8754
8800
|
msgstr ""
|
|
8755
8801
|
|
|
8756
8802
|
#. module: l10n_br_fiscal
|
|
8803
|
+
#. odoo-python
|
|
8757
8804
|
#: code:addons/l10n_br_fiscal/models/document.py:0
|
|
8758
8805
|
#, python-format
|
|
8759
8806
|
msgid "There is already a fiscal document with this key: {} !"
|
|
@@ -8831,6 +8878,7 @@ msgid "UOM"
|
|
|
8831
8878
|
msgstr "UOM"
|
|
8832
8879
|
|
|
8833
8880
|
#. module: l10n_br_fiscal
|
|
8881
|
+
#. odoo-python
|
|
8834
8882
|
#: code:addons/l10n_br_fiscal/models/document.py:0
|
|
8835
8883
|
#, python-format
|
|
8836
8884
|
msgid "Unidentified Consumer"
|
|
@@ -8866,30 +8914,6 @@ msgstr "Unidades de Medida"
|
|
|
8866
8914
|
msgid "Unmasked Code"
|
|
8867
8915
|
msgstr "Código desmascarado"
|
|
8868
8916
|
|
|
8869
|
-
#. module: l10n_br_fiscal
|
|
8870
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_icms_regulation__message_unread
|
|
8871
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_nbs__message_unread
|
|
8872
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_ncm__message_unread
|
|
8873
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_operation__message_unread
|
|
8874
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_operation_line__message_unread
|
|
8875
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_service_type__message_unread
|
|
8876
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_tax_definition__message_unread
|
|
8877
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_uom_uom__message_unread
|
|
8878
|
-
msgid "Unread Messages"
|
|
8879
|
-
msgstr "Mensagens não lidas"
|
|
8880
|
-
|
|
8881
|
-
#. module: l10n_br_fiscal
|
|
8882
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_icms_regulation__message_unread_counter
|
|
8883
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_nbs__message_unread_counter
|
|
8884
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_ncm__message_unread_counter
|
|
8885
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_operation__message_unread_counter
|
|
8886
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_operation_line__message_unread_counter
|
|
8887
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_service_type__message_unread_counter
|
|
8888
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_tax_definition__message_unread_counter
|
|
8889
|
-
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_uom_uom__message_unread_counter
|
|
8890
|
-
msgid "Unread Messages Counter"
|
|
8891
|
-
msgstr "Contador de Mensagens Não Lidas"
|
|
8892
|
-
|
|
8893
8917
|
#. module: l10n_br_fiscal
|
|
8894
8918
|
#: model:ir.model.fields,field_description:l10n_br_fiscal.field_uom_uom_alternative__uom_id
|
|
8895
8919
|
msgid "Uom"
|
|
@@ -8898,14 +8922,12 @@ msgstr "UOM"
|
|
|
8898
8922
|
#. module: l10n_br_fiscal
|
|
8899
8923
|
#: model:ir.actions.server,name:l10n_br_fiscal.l10n_br_fiscal_nbs_scheduler_cron_ir_actions_server
|
|
8900
8924
|
#: model:ir.cron,cron_name:l10n_br_fiscal.l10n_br_fiscal_nbs_scheduler_cron
|
|
8901
|
-
#: model:ir.cron,name:l10n_br_fiscal.l10n_br_fiscal_nbs_scheduler_cron
|
|
8902
8925
|
msgid "Update NBS Estimate Taxes"
|
|
8903
8926
|
msgstr "Atualizar os impostos de estimativa do NBS"
|
|
8904
8927
|
|
|
8905
8928
|
#. module: l10n_br_fiscal
|
|
8906
8929
|
#: model:ir.actions.server,name:l10n_br_fiscal.l10n_br_fiscal_ncm_scheduler_cron_ir_actions_server
|
|
8907
8930
|
#: model:ir.cron,cron_name:l10n_br_fiscal.l10n_br_fiscal_ncm_scheduler_cron
|
|
8908
|
-
#: model:ir.cron,name:l10n_br_fiscal.l10n_br_fiscal_ncm_scheduler_cron
|
|
8909
8931
|
msgid "Update NCM Estimate Taxes"
|
|
8910
8932
|
msgstr "Atualizar os impostos de estimativa do NCM"
|
|
8911
8933
|
|
|
@@ -9020,6 +9042,7 @@ msgid "WH Partner"
|
|
|
9020
9042
|
msgstr ""
|
|
9021
9043
|
|
|
9022
9044
|
#. module: l10n_br_fiscal
|
|
9045
|
+
#. odoo-python
|
|
9023
9046
|
#: code:addons/l10n_br_fiscal/models/document_event.py:0
|
|
9024
9047
|
#: model:ir.model.fields.selection,name:l10n_br_fiscal.selection__l10n_br_fiscal_event__state__wait
|
|
9025
9048
|
#, python-format
|
|
@@ -9027,6 +9050,7 @@ msgid "Waiting Response"
|
|
|
9027
9050
|
msgstr ""
|
|
9028
9051
|
|
|
9029
9052
|
#. module: l10n_br_fiscal
|
|
9053
|
+
#. odoo-python
|
|
9030
9054
|
#: code:addons/l10n_br_fiscal/models/operation_line.py:0
|
|
9031
9055
|
#, python-format
|
|
9032
9056
|
msgid "Warning!"
|
|
@@ -9097,6 +9121,7 @@ msgid "XML validation errors"
|
|
|
9097
9121
|
msgstr ""
|
|
9098
9122
|
|
|
9099
9123
|
#. module: l10n_br_fiscal
|
|
9124
|
+
#. odoo-python
|
|
9100
9125
|
#: code:addons/l10n_br_fiscal/models/invalidate_number.py:0
|
|
9101
9126
|
#, python-format
|
|
9102
9127
|
msgid "You can delete only draft Invalidate Number Range !"
|
|
@@ -9108,6 +9133,7 @@ msgid "You can note repeat the alternative name"
|
|
|
9108
9133
|
msgstr "Você pode notar repetir o nome alternativo"
|
|
9109
9134
|
|
|
9110
9135
|
#. module: l10n_br_fiscal
|
|
9136
|
+
#. odoo-python
|
|
9111
9137
|
#: code:addons/l10n_br_fiscal/models/document_workflow.py:0
|
|
9112
9138
|
#, python-format
|
|
9113
9139
|
msgid ""
|
|
@@ -9118,24 +9144,28 @@ msgstr ""
|
|
|
9118
9144
|
"documento fiscal"
|
|
9119
9145
|
|
|
9120
9146
|
#. module: l10n_br_fiscal
|
|
9147
|
+
#. odoo-python
|
|
9121
9148
|
#: code:addons/l10n_br_fiscal/models/operation_line.py:0
|
|
9122
9149
|
#, python-format
|
|
9123
9150
|
msgid "You cannot delete an Operation Line which is not draft !"
|
|
9124
9151
|
msgstr "Você não pode excluir uma Linha de Operação que não é rascunho !"
|
|
9125
9152
|
|
|
9126
9153
|
#. module: l10n_br_fiscal
|
|
9154
|
+
#. odoo-python
|
|
9127
9155
|
#: code:addons/l10n_br_fiscal/models/operation.py:0
|
|
9128
9156
|
#, python-format
|
|
9129
9157
|
msgid "You cannot delete an Operation which is not draft !"
|
|
9130
9158
|
msgstr "Você não pode excluir uma Operação que não é rascunho !"
|
|
9131
9159
|
|
|
9132
9160
|
#. module: l10n_br_fiscal
|
|
9161
|
+
#. odoo-python
|
|
9133
9162
|
#: code:addons/l10n_br_fiscal/models/tax_definition.py:0
|
|
9134
9163
|
#, python-format
|
|
9135
9164
|
msgid "You cannot delete an Tax Definition which is not draft !"
|
|
9136
9165
|
msgstr "Você não pode excluir uma Definição de Imposto que não é rascunho !"
|
|
9137
9166
|
|
|
9138
9167
|
#. module: l10n_br_fiscal
|
|
9168
|
+
#. odoo-python
|
|
9139
9169
|
#: code:addons/l10n_br_fiscal/models/document.py:0
|
|
9140
9170
|
#, python-format
|
|
9141
9171
|
msgid ""
|
|
@@ -9144,30 +9174,35 @@ msgid ""
|
|
|
9144
9174
|
msgstr ""
|
|
9145
9175
|
|
|
9146
9176
|
#. module: l10n_br_fiscal
|
|
9177
|
+
#. odoo-python
|
|
9147
9178
|
#: code:addons/l10n_br_fiscal/models/document_workflow.py:0
|
|
9148
9179
|
#, python-format
|
|
9149
9180
|
msgid "You cannot invalidate this document"
|
|
9150
9181
|
msgstr ""
|
|
9151
9182
|
|
|
9152
9183
|
#. module: l10n_br_fiscal
|
|
9184
|
+
#. odoo-python
|
|
9153
9185
|
#: code:addons/l10n_br_fiscal/models/data_abstract.py:0
|
|
9154
9186
|
#, python-format
|
|
9155
9187
|
msgid "You don't have permission to archive records."
|
|
9156
9188
|
msgstr ""
|
|
9157
9189
|
|
|
9158
9190
|
#. module: l10n_br_fiscal
|
|
9191
|
+
#. odoo-python
|
|
9159
9192
|
#: code:addons/l10n_br_fiscal/models/data_abstract.py:0
|
|
9160
9193
|
#, python-format
|
|
9161
9194
|
msgid "You don't have permission to unarchive records."
|
|
9162
9195
|
msgstr ""
|
|
9163
9196
|
|
|
9164
9197
|
#. module: l10n_br_fiscal
|
|
9198
|
+
#. odoo-python
|
|
9165
9199
|
#: code:addons/l10n_br_fiscal/models/operation_line.py:0
|
|
9166
9200
|
#, python-format
|
|
9167
9201
|
msgid "You must first select a operation type."
|
|
9168
9202
|
msgstr "Primeiro, você deve selecionar um tipo de operação."
|
|
9169
9203
|
|
|
9170
9204
|
#. module: l10n_br_fiscal
|
|
9205
|
+
#. odoo-python
|
|
9171
9206
|
#: code:addons/l10n_br_fiscal/models/operation_line.py:0
|
|
9172
9207
|
#, python-format
|
|
9173
9208
|
msgid "You need set a default fiscal document in your company !"
|
|
@@ -9249,6 +9284,7 @@ msgid ""
|
|
|
9249
9284
|
msgstr ""
|
|
9250
9285
|
|
|
9251
9286
|
#. module: l10n_br_fiscal
|
|
9287
|
+
#. odoo-python
|
|
9252
9288
|
#: code:addons/l10n_br_fiscal/models/data_ncm_nbs_abstract.py:0
|
|
9253
9289
|
#, python-format
|
|
9254
9290
|
msgid "{} Tax Estimate Updated"
|
|
@@ -9476,9 +9512,30 @@ msgstr "{} Estimativa de Imposto Atualizada"
|
|
|
9476
9512
|
#~ " </html>\n"
|
|
9477
9513
|
#~ " "
|
|
9478
9514
|
|
|
9515
|
+
#~ msgid "City of Address"
|
|
9516
|
+
#~ msgstr "Cidade do Endereço"
|
|
9517
|
+
|
|
9479
9518
|
#~ msgid "Followers (Channels)"
|
|
9480
9519
|
#~ msgstr "Seguidores (Canais)"
|
|
9481
9520
|
|
|
9521
|
+
#~ msgid "Hours"
|
|
9522
|
+
#~ msgstr "Horas"
|
|
9523
|
+
|
|
9524
|
+
#~ msgid "Number of messages which requires an action"
|
|
9525
|
+
#~ msgstr "Número de mensagens que requer uma ação"
|
|
9526
|
+
|
|
9527
|
+
#~ msgid "Number of unread messages"
|
|
9528
|
+
#~ msgstr "Quantidade de mensagens não lidas"
|
|
9529
|
+
|
|
9530
|
+
#~ msgid "Product Template"
|
|
9531
|
+
#~ msgstr "Modelo de Produto"
|
|
9532
|
+
|
|
9533
|
+
#~ msgid "Unread Messages"
|
|
9534
|
+
#~ msgstr "Mensagens não lidas"
|
|
9535
|
+
|
|
9536
|
+
#~ msgid "Unread Messages Counter"
|
|
9537
|
+
#~ msgstr "Contador de Mensagens Não Lidas"
|
|
9538
|
+
|
|
9482
9539
|
#~ msgid "erpbrasil.edoc"
|
|
9483
9540
|
#~ msgstr "erpbrasil.edoc"
|
|
9484
9541
|
|