Maintainers
This module is maintained by the OCA.
- + + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
diff --git a/README.md b/README.md index da2056f2d714..7196101a76ec 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ addon | version | maintainers | summary [l10n_br_account_payment_order](l10n_br_account_payment_order/) | 14.0.5.4.1 | [![mbcosta](https://github.com/mbcosta.png?size=30px)](https://github.com/mbcosta) | Brazilian Payment Order [l10n_br_account_withholding](l10n_br_account_withholding/) | 14.0.1.2.0 | [![marcelsavegnago](https://github.com/marcelsavegnago.png?size=30px)](https://github.com/marcelsavegnago) [![renatonlima](https://github.com/renatonlima.png?size=30px)](https://github.com/renatonlima) | Brazilian Withholding Invoice Generator [l10n_br_base](l10n_br_base/) | 14.0.3.15.2 | [![renatonlima](https://github.com/renatonlima.png?size=30px)](https://github.com/renatonlima) [![rvalyi](https://github.com/rvalyi.png?size=30px)](https://github.com/rvalyi) | Customization of base module for implementations in Brazil. -[l10n_br_cnab_structure](l10n_br_cnab_structure/) | 14.0.1.2.0 | [![antoniospneto](https://github.com/antoniospneto.png?size=30px)](https://github.com/antoniospneto) [![felipemotter](https://github.com/felipemotter.png?size=30px)](https://github.com/felipemotter) | This module allows defining the structure for generating the CNAB file. Used to exchange information with Brazilian banks. +[l10n_br_cnab_structure](l10n_br_cnab_structure/) | 14.0.1.3.0 | [![antoniospneto](https://github.com/antoniospneto.png?size=30px)](https://github.com/antoniospneto) [![felipemotter](https://github.com/felipemotter.png?size=30px)](https://github.com/felipemotter) | This module allows defining the structure for generating the CNAB file. Used to exchange information with Brazilian banks. [l10n_br_cnpj_search](l10n_br_cnpj_search/) | 14.0.1.6.1 | | Integração com os Webservices da ReceitaWS e SerPro [l10n_br_coa](l10n_br_coa/) | 14.0.4.1.1 | [![renatonlima](https://github.com/renatonlima.png?size=30px)](https://github.com/renatonlima) [![mileo](https://github.com/mileo.png?size=30px)](https://github.com/mileo) | Base do Planos de Contas brasileiros [l10n_br_coa_generic](l10n_br_coa_generic/) | 14.0.4.0.0 | [![mileo](https://github.com/mileo.png?size=30px)](https://github.com/mileo) | Plano de Contas para empresas do Regime normal (Micro e pequenas empresas) diff --git a/l10n_br_cnab_structure/README.rst b/l10n_br_cnab_structure/README.rst index afea5df9b141..90da821f878f 100644 --- a/l10n_br_cnab_structure/README.rst +++ b/l10n_br_cnab_structure/README.rst @@ -7,7 +7,7 @@ CNAB Structure !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:96ca0f1eb804341d0e36d4d79df0162d6a5e3be4ee9f214c6e217d9a00027048 + !! source digest: sha256:c0209fb88dae6e349ca1cb4500e910d1320770d2d2e744e1f36092789aa55629 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/l10n_br_cnab_structure/__manifest__.py b/l10n_br_cnab_structure/__manifest__.py index 60d0f6f35b5f..49692005468a 100644 --- a/l10n_br_cnab_structure/__manifest__.py +++ b/l10n_br_cnab_structure/__manifest__.py @@ -6,7 +6,7 @@ "summary": """ This module allows defining the structure for generating the CNAB file. Used to exchange information with Brazilian banks.""", - "version": "14.0.1.2.0", + "version": "14.0.1.3.0", "author": "Engenere, Escodoo, Odoo Community Association (OCA)", "maintainers": ["antoniospneto", "felipemotter"], "website": "https://github.com/OCA/l10n-brazil", diff --git a/l10n_br_cnab_structure/static/description/index.html b/l10n_br_cnab_structure/static/description/index.html index 9dcaec6b600d..b4fa5af61396 100644 --- a/l10n_br_cnab_structure/static/description/index.html +++ b/l10n_br_cnab_structure/static/description/index.html @@ -8,10 +8,11 @@ /* :Author: David Goodger (goodger@python.org) -:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $ +:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $ :Copyright: This stylesheet has been placed in the public domain. Default cascading style sheet for the HTML output of Docutils. +Despite the name, some widely supported CSS2 features are used. See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to customize this style sheet. @@ -274,7 +275,7 @@ margin-left: 2em ; margin-right: 2em } -pre.code .ln { color: grey; } /* line numbers */ +pre.code .ln { color: gray; } /* line numbers */ pre.code, code { background-color: #eeeeee } pre.code .comment, code .comment { color: #5C6576 } pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold } @@ -300,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -366,7 +367,7 @@
This module adds functionality for implementing brazilian banking automation by CNAB file exchange.
@@ -438,7 +439,9 @@This module is maintained by the OCA.
- + + +OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.