odoo-addon-l10n-br-fiscal 16.0.12.2.0__py3-none-any.whl → 16.0.12.4.0__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.

Files changed (58) hide show
  1. odoo/addons/l10n_br_fiscal/README.rst +1 -1
  2. odoo/addons/l10n_br_fiscal/__manifest__.py +2 -2
  3. odoo/addons/l10n_br_fiscal/i18n/l10n_br_fiscal.pot +35 -58
  4. odoo/addons/l10n_br_fiscal/models/comment.py +2 -2
  5. odoo/addons/l10n_br_fiscal/models/ibpt.py +1 -1
  6. odoo/addons/l10n_br_fiscal/models/invalidate_number.py +4 -5
  7. odoo/addons/l10n_br_fiscal/models/operation_dashboard.py +1 -1
  8. odoo/addons/l10n_br_fiscal/static/description/index.html +1 -1
  9. odoo/addons/l10n_br_fiscal/tests/test_fiscal_document_generic.py +3 -2
  10. odoo/addons/l10n_br_fiscal/views/cest_view.xml +2 -4
  11. odoo/addons/l10n_br_fiscal/views/cfop_view.xml +3 -5
  12. odoo/addons/l10n_br_fiscal/views/city_taxation_code.xml +1 -4
  13. odoo/addons/l10n_br_fiscal/views/cnae_view.xml +2 -4
  14. odoo/addons/l10n_br_fiscal/views/comment_view.xml +2 -4
  15. odoo/addons/l10n_br_fiscal/views/cst_view.xml +6 -8
  16. odoo/addons/l10n_br_fiscal/views/{document_fiscal_line_mixin_view.xml → document_line_mixin_view.xml} +423 -388
  17. odoo/addons/l10n_br_fiscal/views/document_line_view.xml +95 -82
  18. odoo/addons/l10n_br_fiscal/views/document_related_view.xml +43 -45
  19. odoo/addons/l10n_br_fiscal/views/document_serie_view.xml +2 -6
  20. odoo/addons/l10n_br_fiscal/views/document_type_view.xml +0 -2
  21. odoo/addons/l10n_br_fiscal/views/document_view.xml +278 -267
  22. odoo/addons/l10n_br_fiscal/views/icms_regulation_view.xml +14 -16
  23. odoo/addons/l10n_br_fiscal/views/icms_relief_view.xml +8 -10
  24. odoo/addons/l10n_br_fiscal/views/invalidate_number_view.xml +46 -48
  25. odoo/addons/l10n_br_fiscal/views/l10n_br_fiscal_action.xml +133 -246
  26. odoo/addons/l10n_br_fiscal/views/l10n_br_fiscal_menu.xml +0 -63
  27. odoo/addons/l10n_br_fiscal/views/legal_nature_view.xml +0 -2
  28. odoo/addons/l10n_br_fiscal/views/nbm_view.xml +5 -6
  29. odoo/addons/l10n_br_fiscal/views/nbs_view.xml +5 -6
  30. odoo/addons/l10n_br_fiscal/views/ncm_view.xml +12 -15
  31. odoo/addons/l10n_br_fiscal/views/operation_dashboard_view.xml +15 -14
  32. odoo/addons/l10n_br_fiscal/views/operation_line_view.xml +19 -21
  33. odoo/addons/l10n_br_fiscal/views/operation_view.xml +3 -6
  34. odoo/addons/l10n_br_fiscal/views/partner_profile_view.xml +3 -6
  35. odoo/addons/l10n_br_fiscal/views/product_genre_view.xml +7 -9
  36. odoo/addons/l10n_br_fiscal/views/product_product_view.xml +6 -8
  37. odoo/addons/l10n_br_fiscal/views/product_template_view.xml +6 -8
  38. odoo/addons/l10n_br_fiscal/views/res_company_view.xml +34 -38
  39. odoo/addons/l10n_br_fiscal/views/res_config_settings_view.xml +23 -28
  40. odoo/addons/l10n_br_fiscal/views/res_partner_view.xml +0 -2
  41. odoo/addons/l10n_br_fiscal/views/service_type_view.xml +7 -8
  42. odoo/addons/l10n_br_fiscal/views/simplified_tax_range_view.xml +0 -2
  43. odoo/addons/l10n_br_fiscal/views/simplified_tax_view.xml +0 -2
  44. odoo/addons/l10n_br_fiscal/views/tax_definition_view.xml +157 -129
  45. odoo/addons/l10n_br_fiscal/views/tax_estimate_view.xml +0 -2
  46. odoo/addons/l10n_br_fiscal/views/tax_group_view.xml +3 -6
  47. odoo/addons/l10n_br_fiscal/views/tax_ipi_control_seal_view.xml +0 -2
  48. odoo/addons/l10n_br_fiscal/views/tax_ipi_guideline_class_view.xml +0 -2
  49. odoo/addons/l10n_br_fiscal/views/tax_ipi_guideline_view.xml +2 -4
  50. odoo/addons/l10n_br_fiscal/views/tax_pis_cofins_base_view.xml +2 -4
  51. odoo/addons/l10n_br_fiscal/views/tax_pis_cofins_credit_view.xml +2 -4
  52. odoo/addons/l10n_br_fiscal/views/tax_pis_cofins_view.xml +5 -7
  53. odoo/addons/l10n_br_fiscal/views/tax_view.xml +3 -5
  54. odoo/addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.xml +0 -3
  55. {odoo_addon_l10n_br_fiscal-16.0.12.2.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.12.4.0.dist-info}/METADATA +2 -2
  56. {odoo_addon_l10n_br_fiscal-16.0.12.2.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.12.4.0.dist-info}/RECORD +58 -58
  57. {odoo_addon_l10n_br_fiscal-16.0.12.2.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.12.4.0.dist-info}/WHEEL +0 -0
  58. {odoo_addon_l10n_br_fiscal-16.0.12.2.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.12.4.0.dist-info}/top_level.txt +0 -0
@@ -11,7 +11,7 @@ Módulo fiscal brasileiro
11
11
  !! This file is generated by oca-gen-addon-readme !!
12
12
  !! changes will be overwritten. !!
13
13
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14
- !! source digest: sha256:57a9e241e282ad1d6457eb997e901cd05cdb432360e85aeebb86202b924b16f5
14
+ !! source digest: sha256:830a3e7efb1a1b762c23fe47ce05c496de287f15c69e3273863c04ebe0ff49af
15
15
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
16
16
 
17
17
  .. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
@@ -10,7 +10,7 @@
10
10
  "maintainers": ["renatonlima", "rvalyi"],
11
11
  "website": "https://github.com/OCA/l10n-brazil",
12
12
  "development_status": "Production/Stable",
13
- "version": "16.0.12.2.0",
13
+ "version": "16.0.12.4.0",
14
14
  "depends": [
15
15
  "product",
16
16
  "uom_alias",
@@ -95,7 +95,7 @@
95
95
  "views/document_view.xml",
96
96
  "views/document_related_view.xml",
97
97
  "views/document_line_view.xml",
98
- "views/document_fiscal_line_mixin_view.xml",
98
+ "views/document_line_mixin_view.xml",
99
99
  "views/res_config_settings_view.xml",
100
100
  "views/uom_uom.xml",
101
101
  "views/invalidate_number_view.xml",
@@ -327,7 +327,7 @@ msgstr ""
327
327
 
328
328
  #. module: l10n_br_fiscal
329
329
  #: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.l10n_br_fiscal_res_config_settings_form
330
- msgid "<i class=\"fa fa-arrow-right\"/> Generate an Access Key"
330
+ msgid "<i class=\"fa fa-arrow-right\"/>Generate an Access Key"
331
331
  msgstr ""
332
332
 
333
333
  #. module: l10n_br_fiscal
@@ -354,100 +354,88 @@ msgstr ""
354
354
 
355
355
  #. module: l10n_br_fiscal
356
356
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.cest_action
357
- msgid ""
358
- "A CEST is necessary to create\n"
359
- " fiscal operations for your fiscal moves."
357
+ msgid "A CEST is necessary to create fiscal operations for your fiscal moves."
360
358
  msgstr ""
361
359
 
362
360
  #. module: l10n_br_fiscal
363
361
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.cfop_action
364
362
  msgid ""
365
- "A CFOP is necessary to determine the\n"
366
- " fiscal operations for your fiscal moves."
363
+ "A CFOP is necessary to determine the fiscal operations for your fiscal "
364
+ "moves."
367
365
  msgstr ""
368
366
 
369
367
  #. module: l10n_br_fiscal
370
368
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.cnae_action
371
369
  msgid ""
372
- "A CNAE is necessary to determine the\n"
373
- " fiscal definitions for your company."
370
+ "A CNAE is necessary to determine the fiscal definitions for your company."
374
371
  msgstr ""
375
372
 
376
373
  #. module: l10n_br_fiscal
377
374
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.cst_action
378
- msgid ""
379
- "A CST is necessary to create\n"
380
- " fiscal operations for your fiscal moves."
375
+ msgid "A CST is necessary to create fiscal operations for your fiscal moves."
381
376
  msgstr ""
382
377
 
383
378
  #. module: l10n_br_fiscal
384
379
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.legal_nature_action
385
380
  msgid ""
386
- "A Legal nature is necessary to determine the\n"
387
- " fiscal definitions for your company."
381
+ "A Legal nature is necessary to determine the fiscal definitions for your "
382
+ "company."
388
383
  msgstr ""
389
384
 
390
385
  #. module: l10n_br_fiscal
391
386
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.nbm_action
392
- msgid ""
393
- "A NBM is necessary to create\n"
394
- " fiscal operations for your fiscal moves."
387
+ msgid "A NBM is necessary to create fiscal operations for your fiscal moves."
395
388
  msgstr ""
396
389
 
397
390
  #. module: l10n_br_fiscal
398
391
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.nbs_action
399
- msgid ""
400
- "A NBS is necessary to create\n"
401
- " fiscal operations for your fiscal moves."
392
+ msgid "A NBS is necessary to create fiscal operations for your fiscal moves."
402
393
  msgstr ""
403
394
 
404
395
  #. module: l10n_br_fiscal
405
396
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.ncm_action
406
- msgid ""
407
- "A NCM is necessary to create\n"
408
- " fiscal operations for your fiscal moves."
397
+ msgid "A NCM is necessary to create fiscal operations for your fiscal moves."
409
398
  msgstr ""
410
399
 
411
400
  #. module: l10n_br_fiscal
412
401
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.service_type_action
413
402
  msgid ""
414
- "A Service Type is necessary to create\n"
415
- " fiscal operations for your fiscal moves."
403
+ "A Service Type is necessary to create fiscal operations for your fiscal "
404
+ "moves."
416
405
  msgstr ""
417
406
 
418
407
  #. module: l10n_br_fiscal
419
408
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.simplified_tax_action
420
409
  msgid ""
421
- "A Simplified Tax is necessary to determine the\n"
422
- " fiscal definitions for your company."
410
+ "A Simplified Tax is necessary to determine the fiscal definitions for your "
411
+ "company."
423
412
  msgstr ""
424
413
 
425
414
  #. module: l10n_br_fiscal
426
415
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.tax_group_action
427
416
  msgid ""
428
- "A Tax Group is necessary to create\n"
429
- " fiscal operations for your fiscal moves."
417
+ "A Tax Group is necessary to create fiscal operations for your fiscal moves."
430
418
  msgstr ""
431
419
 
432
420
  #. module: l10n_br_fiscal
433
421
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.tax_ipi_control_seal_action
434
422
  msgid ""
435
- "A Tax IPI control seal is necessary to create\n"
436
- " fiscal operations for your fiscal moves."
423
+ "A Tax IPI control seal is necessary to create fiscal operations for your "
424
+ "fiscal moves."
437
425
  msgstr ""
438
426
 
439
427
  #. module: l10n_br_fiscal
440
428
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.tax_ipi_guideline_class_action
441
429
  msgid ""
442
- "A Tax IPI guideline Class is necessary to create\n"
443
- " fiscal operations for your fiscal moves."
430
+ "A Tax IPI guideline Class is necessary to create fiscal operations for your "
431
+ "fiscal moves."
444
432
  msgstr ""
445
433
 
446
434
  #. module: l10n_br_fiscal
447
435
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.tax_ipi_guideline_action
448
436
  msgid ""
449
- "A Tax IPI guideline is necessary to create\n"
450
- " fiscal operations for your fiscal moves."
437
+ "A Tax IPI guideline is necessary to create fiscal operations for your fiscal"
438
+ " moves."
451
439
  msgstr ""
452
440
 
453
441
  #. module: l10n_br_fiscal
@@ -457,9 +445,7 @@ msgstr ""
457
445
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.tax_pis_cofins_action
458
446
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.tax_pis_cofins_base_action
459
447
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.tax_pis_cofins_credit_action
460
- msgid ""
461
- "A Tax is necessary to create\n"
462
- " fiscal operations for your fiscal moves."
448
+ msgid "A Tax is necessary to create fiscal operations for your fiscal moves."
463
449
  msgstr ""
464
450
 
465
451
  #. module: l10n_br_fiscal
@@ -782,17 +768,13 @@ msgstr ""
782
768
 
783
769
  #. module: l10n_br_fiscal
784
770
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.document_type_action
785
- msgid ""
786
- "All Documents supported by Brazilian\n"
787
- " Fiscal modulo for Odoo."
771
+ msgid "All Documents supported by Brazilian Fiscal modulo for Odoo."
788
772
  msgstr ""
789
773
 
790
774
  #. module: l10n_br_fiscal
791
775
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.document_serie_action
792
776
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.service_action
793
- msgid ""
794
- "All Serie for Documents supported by\n"
795
- " Brazilian Fiscal modulo for Odoo."
777
+ msgid "All Serie for Documents supported by Brazilian Fiscal modulo for Odoo."
796
778
  msgstr ""
797
779
 
798
780
  #. module: l10n_br_fiscal
@@ -916,8 +898,8 @@ msgstr ""
916
898
  #. module: l10n_br_fiscal
917
899
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.product_genre_action
918
900
  msgid ""
919
- "An Fiscal Product Genre is necessary to create\n"
920
- " EFD operations for your fiscal moves."
901
+ "An Fiscal Product Genre is necessary to create EFD operations for your "
902
+ "fiscal moves."
921
903
  msgstr ""
922
904
 
923
905
  #. module: l10n_br_fiscal
@@ -2576,13 +2558,6 @@ msgstr ""
2576
2558
  msgid "Enviar"
2577
2559
  msgstr ""
2578
2560
 
2579
- #. module: l10n_br_fiscal
2580
- #. odoo-python
2581
- #: code:addons/l10n_br_fiscal/models/ibpt.py:0
2582
- #, python-format
2583
- msgid "Error in the request: {}"
2584
- msgstr ""
2585
-
2586
2561
  #. module: l10n_br_fiscal
2587
2562
  #: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document_line__estimate_tax
2588
2563
  #: model:ir.model.fields,field_description:l10n_br_fiscal.field_l10n_br_fiscal_document_line_mixin__estimate_tax
@@ -6054,8 +6029,7 @@ msgstr ""
6054
6029
  #. module: l10n_br_fiscal
6055
6030
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.comment_action
6056
6031
  msgid ""
6057
- "Odoo helps you easily track all activities\n"
6058
- " related to a fiscal comment."
6032
+ "Odoo helps you easily track all activities related to a fiscal comment."
6059
6033
  msgstr ""
6060
6034
 
6061
6035
  #. module: l10n_br_fiscal
@@ -6065,8 +6039,7 @@ msgstr ""
6065
6039
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.operation_action
6066
6040
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.partner_profile_action
6067
6041
  msgid ""
6068
- "Odoo helps you easily track all activities\n"
6069
- " related to a fiscal operation."
6042
+ "Odoo helps you easily track all activities related to a fiscal operation."
6070
6043
  msgstr ""
6071
6044
 
6072
6045
  #. module: l10n_br_fiscal
@@ -8679,12 +8652,16 @@ msgstr ""
8679
8652
 
8680
8653
  #. module: l10n_br_fiscal
8681
8654
  #: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.document_form
8682
- msgid "is <strong>Authorized</strong>"
8655
+ msgid ""
8656
+ "is\n"
8657
+ " <strong>Authorized</strong>"
8683
8658
  msgstr ""
8684
8659
 
8685
8660
  #. module: l10n_br_fiscal
8686
8661
  #: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.document_form
8687
- msgid "is <strong>Cancelled</strong>"
8662
+ msgid ""
8663
+ "is\n"
8664
+ " <strong>Cancelled</strong>"
8688
8665
  msgstr ""
8689
8666
 
8690
8667
  #. module: l10n_br_fiscal
@@ -6,7 +6,7 @@ from datetime import datetime
6
6
 
7
7
  from dateutil.relativedelta import relativedelta
8
8
 
9
- from odoo import api, fields, models, tools
9
+ from odoo import api, fields, models
10
10
  from odoo.osv.expression import AND
11
11
 
12
12
  from ..constants.fiscal import (
@@ -163,7 +163,7 @@ class Comment(models.Model):
163
163
 
164
164
  comments = [manual_comment] if manual_comment else []
165
165
  for record in self:
166
- template = mako_safe_env.from_string(tools.ustr(record.comment))
166
+ template = mako_safe_env.from_string(record.comment)
167
167
  comments.append(template.render(vals))
168
168
  return " - ".join(comments)
169
169
 
@@ -45,7 +45,7 @@ def _request(ws_url, params, ibpt_request_timeout=30):
45
45
  elif response.status_code == requests.codes.service_unavailable:
46
46
  raise UserError(_("IBPT Service Unavailable - {!r}").format(ws_url))
47
47
  except Exception as e:
48
- raise UserError(_("Error in the request: {}").format(e)) from e
48
+ raise UserError(f"Error in the request: {e}") from e
49
49
 
50
50
 
51
51
  def get_ibpt_product(
@@ -105,11 +105,10 @@ class InvalidateNumber(models.Model):
105
105
  @api.depends("document_type_id", "document_serie_id", "number_start", "number_end")
106
106
  def _compute_name(self):
107
107
  for record in self:
108
- record.name = "{type}/({serie}): {start} - {end}".format(
109
- type=record.document_type_id.type,
110
- serie=record.document_serie_id.name,
111
- start=record.number_start,
112
- end=record.number_end,
108
+ record.name = (
109
+ f"{record.document_type_id.type}/"
110
+ f"({record.document_serie_id.name}): "
111
+ f"{record.number_start} - {record.number_end}"
113
112
  )
114
113
 
115
114
  def unlink(self):
@@ -157,7 +157,7 @@ class Operation(models.Model):
157
157
  }
158
158
  )
159
159
 
160
- [action] = self.env.ref("l10n_br_fiscal.%s" % action_name).read()
160
+ [action] = self.env.ref("l10n_br_fiscal.{action_name}").read()
161
161
  action["context"] = ctx
162
162
  action["domain"] = self._context.get("use_domain", [])
163
163
  action["domain"] += [
@@ -372,7 +372,7 @@ ul.auto-toc {
372
372
  !! This file is generated by oca-gen-addon-readme !!
373
373
  !! changes will be overwritten. !!
374
374
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375
- !! source digest: sha256:57a9e241e282ad1d6457eb997e901cd05cdb432360e85aeebb86202b924b16f5
375
+ !! source digest: sha256:830a3e7efb1a1b762c23fe47ce05c496de287f15c69e3273863c04ebe0ff49af
376
376
  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377
377
  <p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Production/Stable" src="https://img.shields.io/badge/maturity-Production%2FStable-green.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/l10n-brazil/tree/16.0/l10n_br_fiscal"><img alt="OCA/l10n-brazil" src="https://img.shields.io/badge/github-OCA%2Fl10n--brazil-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/l10n-brazil-16-0/l10n-brazil-16-0-l10n_br_fiscal"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/l10n-brazil&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
378
378
  <p><img alt="image" src="https://raw.githubusercontent.com/OCA/l10n-brazil/16.0/l10n_br_fiscal/static/img/fiscal_dashboard.png" /></p>
@@ -77,9 +77,10 @@ class TestFiscalDocumentGeneric(TransactionCase):
77
77
  # ICMS
78
78
  self.assertTrue(
79
79
  is_icms_internal,
80
- "Error to mapping ICMS Inernal for {}"
80
+ "Error to mapping ICMS Inernal for "
81
+ f"{self.nfe_same_state.partner_id.state_id.name}"
81
82
  " for Venda de Contribuinte Dentro do "
82
- "Estado.".format(self.nfe_same_state.partner_id.state_id.name),
83
+ "Estado.",
83
84
  )
84
85
  self.assertEqual(
85
86
  line.icms_cst_id.code,
@@ -1,6 +1,5 @@
1
1
  <?xml version="1.0" encoding="utf-8" ?>
2
2
  <odoo>
3
-
4
3
  <record id="cest_search" model="ir.ui.view">
5
4
  <field name="name">l10n_br_fiscal.cest.search</field>
6
5
  <field name="model">l10n_br_fiscal.cest</field>
@@ -10,9 +9,9 @@
10
9
  <field name="name" />
11
10
  <field name="item" />
12
11
  <field name="segment" />
13
- <group expand='0' string='Group By...'>
12
+ <group expand="0" string="Group By...">
14
13
  <filter
15
- string='Segment'
14
+ string="Segment"
16
15
  name="segment"
17
16
  domain="[]"
18
17
  context="{'group_by' : 'segment'}"
@@ -79,5 +78,4 @@
79
78
  </form>
80
79
  </field>
81
80
  </record>
82
-
83
81
  </odoo>
@@ -1,6 +1,5 @@
1
1
  <?xml version="1.0" encoding="utf-8" ?>
2
2
  <odoo>
3
-
4
3
  <record id="cfop_search" model="ir.ui.view">
5
4
  <field name="name">l10n_br_fiscal.cfop.search</field>
6
5
  <field name="model">l10n_br_fiscal.cfop</field>
@@ -25,15 +24,15 @@
25
24
  <field name="code" />
26
25
  <field name="name" />
27
26
  <field name="small_name" />
28
- <group expand='0' string='Group By...'>
27
+ <group expand="0" string="Group By...">
29
28
  <filter
30
- string='Type In Out'
29
+ string="Type In Out"
31
30
  name="type_in_out"
32
31
  domain="[]"
33
32
  context="{'group_by' : 'type_in_out'}"
34
33
  />
35
34
  <filter
36
- string='Type Move'
35
+ string="Type Move"
37
36
  name="type_move"
38
37
  domain="[]"
39
38
  context="{'group_by' : 'type_move'}"
@@ -116,5 +115,4 @@
116
115
  </form>
117
116
  </field>
118
117
  </record>
119
-
120
118
  </odoo>
@@ -2,7 +2,6 @@
2
2
  <!-- Copyright 2020 KMEE INFORMATICA LTDA
3
3
  License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). -->
4
4
  <odoo>
5
-
6
5
  <record id="city_taxation_code_search_view" model="ir.ui.view">
7
6
  <field name="name">city.taxation.code.search (in l10n_br_fiscal)</field>
8
7
  <field name="model">l10n_br_fiscal.city.taxation.code</field>
@@ -38,8 +37,7 @@
38
37
  <field name="model">l10n_br_fiscal.city.taxation.code</field>
39
38
  <field name="arch" type="xml">
40
39
  <form>
41
- <header>
42
- </header>
40
+ <header />
43
41
  <sheet>
44
42
  <group>
45
43
  <field name="code" />
@@ -53,5 +51,4 @@
53
51
  </form>
54
52
  </field>
55
53
  </record>
56
-
57
54
  </odoo>
@@ -1,6 +1,5 @@
1
1
  <?xml version="1.0" encoding="utf-8" ?>
2
2
  <odoo>
3
-
4
3
  <record id="cnae_search" model="ir.ui.view">
5
4
  <field name="name">l10n_br_fiscal.cnae.search</field>
6
5
  <field name="model">l10n_br_fiscal.cnae</field>
@@ -8,9 +7,9 @@
8
7
  <search string="CNAE">
9
8
  <field name="code" />
10
9
  <field name="name" />
11
- <group expand='0' string='Group By...'>
10
+ <group expand="0" string="Group By...">
12
11
  <filter
13
- string='Parent'
12
+ string="Parent"
14
13
  name="parent_id"
15
14
  domain="[]"
16
15
  context="{'group_by' : 'parent_id'}"
@@ -51,5 +50,4 @@
51
50
  </form>
52
51
  </field>
53
52
  </record>
54
-
55
53
  </odoo>
@@ -1,15 +1,14 @@
1
1
  <?xml version="1.0" encoding="utf-8" ?>
2
2
  <odoo>
3
-
4
3
  <record id="comment_search" model="ir.ui.view">
5
4
  <field name="name">l10n_br_fiscal.comment.search</field>
6
5
  <field name="model">l10n_br_fiscal.comment</field>
7
6
  <field name="arch" type="xml">
8
7
  <search string="Comment">
9
8
  <field name="name" />
10
- <group expand='0' string='Group By...'>
9
+ <group expand="0" string="Group By...">
11
10
  <filter
12
- string='Comment Type'
11
+ string="Comment Type"
13
12
  name="comment_type"
14
13
  domain="[]"
15
14
  context="{'group_by' : 'comment_type'}"
@@ -75,5 +74,4 @@
75
74
  </form>
76
75
  </field>
77
76
  </record>
78
-
79
77
  </odoo>
@@ -1,6 +1,5 @@
1
1
  <?xml version="1.0" encoding="utf-8" ?>
2
2
  <odoo>
3
-
4
3
  <record id="cst_search" model="ir.ui.view">
5
4
  <field name="name">l10n_br_fiscal.cst.search</field>
6
5
  <field name="model">l10n_br_fiscal.cst</field>
@@ -10,9 +9,9 @@
10
9
  <field name="name" />
11
10
  <field name="tax_group_id" />
12
11
  <field name="tax_domain" />
13
- <group expand='0' string='Group By...'>
12
+ <group expand="0" string="Group By...">
14
13
  <filter
15
- string='Tax Group'
14
+ string="Tax Group"
16
15
  name="tax_group_id"
17
16
  domain="[]"
18
17
  context="{'group_by' : 'tax_group_id'}"
@@ -42,14 +41,13 @@
42
41
  <form string="CST">
43
42
  <sheet>
44
43
  <group>
45
- <field name="code" />
46
- <field name="name" />
47
- <field name="cst_type" />
48
- <field name="tax_group_id" />
44
+ <field name="code" />
45
+ <field name="name" />
46
+ <field name="cst_type" />
47
+ <field name="tax_group_id" />
49
48
  </group>
50
49
  </sheet>
51
50
  </form>
52
51
  </field>
53
52
  </record>
54
-
55
53
  </odoo>