odoo-addon-l10n-br-fiscal 16.0.12.2.0__py3-none-any.whl → 16.0.12.3.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 (53) 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 -51
  4. odoo/addons/l10n_br_fiscal/static/description/index.html +1 -1
  5. odoo/addons/l10n_br_fiscal/views/cest_view.xml +2 -4
  6. odoo/addons/l10n_br_fiscal/views/cfop_view.xml +3 -5
  7. odoo/addons/l10n_br_fiscal/views/city_taxation_code.xml +1 -4
  8. odoo/addons/l10n_br_fiscal/views/cnae_view.xml +2 -4
  9. odoo/addons/l10n_br_fiscal/views/comment_view.xml +2 -4
  10. odoo/addons/l10n_br_fiscal/views/cst_view.xml +6 -8
  11. odoo/addons/l10n_br_fiscal/views/{document_fiscal_line_mixin_view.xml → document_line_mixin_view.xml} +423 -388
  12. odoo/addons/l10n_br_fiscal/views/document_line_view.xml +95 -82
  13. odoo/addons/l10n_br_fiscal/views/document_related_view.xml +43 -45
  14. odoo/addons/l10n_br_fiscal/views/document_serie_view.xml +2 -6
  15. odoo/addons/l10n_br_fiscal/views/document_type_view.xml +0 -2
  16. odoo/addons/l10n_br_fiscal/views/document_view.xml +278 -267
  17. odoo/addons/l10n_br_fiscal/views/icms_regulation_view.xml +14 -16
  18. odoo/addons/l10n_br_fiscal/views/icms_relief_view.xml +8 -10
  19. odoo/addons/l10n_br_fiscal/views/invalidate_number_view.xml +46 -48
  20. odoo/addons/l10n_br_fiscal/views/l10n_br_fiscal_action.xml +133 -246
  21. odoo/addons/l10n_br_fiscal/views/l10n_br_fiscal_menu.xml +0 -63
  22. odoo/addons/l10n_br_fiscal/views/legal_nature_view.xml +0 -2
  23. odoo/addons/l10n_br_fiscal/views/nbm_view.xml +5 -6
  24. odoo/addons/l10n_br_fiscal/views/nbs_view.xml +5 -6
  25. odoo/addons/l10n_br_fiscal/views/ncm_view.xml +12 -15
  26. odoo/addons/l10n_br_fiscal/views/operation_dashboard_view.xml +15 -14
  27. odoo/addons/l10n_br_fiscal/views/operation_line_view.xml +19 -21
  28. odoo/addons/l10n_br_fiscal/views/operation_view.xml +3 -6
  29. odoo/addons/l10n_br_fiscal/views/partner_profile_view.xml +3 -6
  30. odoo/addons/l10n_br_fiscal/views/product_genre_view.xml +7 -9
  31. odoo/addons/l10n_br_fiscal/views/product_product_view.xml +6 -8
  32. odoo/addons/l10n_br_fiscal/views/product_template_view.xml +6 -8
  33. odoo/addons/l10n_br_fiscal/views/res_company_view.xml +34 -38
  34. odoo/addons/l10n_br_fiscal/views/res_config_settings_view.xml +23 -28
  35. odoo/addons/l10n_br_fiscal/views/res_partner_view.xml +0 -2
  36. odoo/addons/l10n_br_fiscal/views/service_type_view.xml +7 -8
  37. odoo/addons/l10n_br_fiscal/views/simplified_tax_range_view.xml +0 -2
  38. odoo/addons/l10n_br_fiscal/views/simplified_tax_view.xml +0 -2
  39. odoo/addons/l10n_br_fiscal/views/tax_definition_view.xml +157 -129
  40. odoo/addons/l10n_br_fiscal/views/tax_estimate_view.xml +0 -2
  41. odoo/addons/l10n_br_fiscal/views/tax_group_view.xml +3 -6
  42. odoo/addons/l10n_br_fiscal/views/tax_ipi_control_seal_view.xml +0 -2
  43. odoo/addons/l10n_br_fiscal/views/tax_ipi_guideline_class_view.xml +0 -2
  44. odoo/addons/l10n_br_fiscal/views/tax_ipi_guideline_view.xml +2 -4
  45. odoo/addons/l10n_br_fiscal/views/tax_pis_cofins_base_view.xml +2 -4
  46. odoo/addons/l10n_br_fiscal/views/tax_pis_cofins_credit_view.xml +2 -4
  47. odoo/addons/l10n_br_fiscal/views/tax_pis_cofins_view.xml +5 -7
  48. odoo/addons/l10n_br_fiscal/views/tax_view.xml +3 -5
  49. odoo/addons/l10n_br_fiscal/wizards/document_import_wizard_mixin.xml +0 -3
  50. {odoo_addon_l10n_br_fiscal-16.0.12.2.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.12.3.0.dist-info}/METADATA +2 -2
  51. {odoo_addon_l10n_br_fiscal-16.0.12.2.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.12.3.0.dist-info}/RECORD +53 -53
  52. {odoo_addon_l10n_br_fiscal-16.0.12.2.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.12.3.0.dist-info}/WHEEL +0 -0
  53. {odoo_addon_l10n_br_fiscal-16.0.12.2.0.dist-info → odoo_addon_l10n_br_fiscal-16.0.12.3.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:d6990ca89f5c6e670bd458c03d146b6aa13b375ee23bccdce4fa94c93021827c
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.3.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
@@ -6054,8 +6036,7 @@ msgstr ""
6054
6036
  #. module: l10n_br_fiscal
6055
6037
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.comment_action
6056
6038
  msgid ""
6057
- "Odoo helps you easily track all activities\n"
6058
- " related to a fiscal comment."
6039
+ "Odoo helps you easily track all activities related to a fiscal comment."
6059
6040
  msgstr ""
6060
6041
 
6061
6042
  #. module: l10n_br_fiscal
@@ -6065,8 +6046,7 @@ msgstr ""
6065
6046
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.operation_action
6066
6047
  #: model_terms:ir.actions.act_window,help:l10n_br_fiscal.partner_profile_action
6067
6048
  msgid ""
6068
- "Odoo helps you easily track all activities\n"
6069
- " related to a fiscal operation."
6049
+ "Odoo helps you easily track all activities related to a fiscal operation."
6070
6050
  msgstr ""
6071
6051
 
6072
6052
  #. module: l10n_br_fiscal
@@ -8679,12 +8659,16 @@ msgstr ""
8679
8659
 
8680
8660
  #. module: l10n_br_fiscal
8681
8661
  #: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.document_form
8682
- msgid "is <strong>Authorized</strong>"
8662
+ msgid ""
8663
+ "is\n"
8664
+ " <strong>Authorized</strong>"
8683
8665
  msgstr ""
8684
8666
 
8685
8667
  #. module: l10n_br_fiscal
8686
8668
  #: model_terms:ir.ui.view,arch_db:l10n_br_fiscal.document_form
8687
- msgid "is <strong>Cancelled</strong>"
8669
+ msgid ""
8670
+ "is\n"
8671
+ " <strong>Cancelled</strong>"
8688
8672
  msgstr ""
8689
8673
 
8690
8674
  #. module: l10n_br_fiscal
@@ -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:d6990ca89f5c6e670bd458c03d146b6aa13b375ee23bccdce4fa94c93021827c
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>
@@ -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>