diff --git a/README.md b/README.md index 23c0a8ab3d81..aa5b6d02e231 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ addon | version | maintainers | summary [l10n_br_account_due_list](l10n_br_account_due_list/) | 16.0.1.0.0 | [![renatonlima](https://github.com/renatonlima.png?size=30px)](https://github.com/renatonlima) [![rvalyi](https://github.com/rvalyi.png?size=30px)](https://github.com/rvalyi) | Brazilian Account Due List [l10n_br_account_payment_brcobranca](l10n_br_account_payment_brcobranca/) | 16.0.1.0.1 | [![rvalyi](https://github.com/rvalyi.png?size=30px)](https://github.com/rvalyi) [![mbcosta](https://github.com/mbcosta.png?size=30px)](https://github.com/mbcosta) | L10n Br Account Payment BRCobranca [l10n_br_account_payment_order](l10n_br_account_payment_order/) | 16.0.1.1.0 | [![mbcosta](https://github.com/mbcosta.png?size=30px)](https://github.com/mbcosta) | Brazilian Payment Order -[l10n_br_base](l10n_br_base/) | 16.0.1.9.0 | [![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_base](l10n_br_base/) | 16.0.1.10.0 | [![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/) | 16.0.1.0.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/) | 16.0.1.3.0 | | Integração com os Webservices da ReceitaWS e SerPro [l10n_br_coa](l10n_br_coa/) | 16.0.2.1.0 | [![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 @@ -48,7 +48,7 @@ addon | version | maintainers | summary [l10n_br_setup_tests](l10n_br_setup_tests/) | 16.0.1.0.0 | [![antoniospneto](https://github.com/antoniospneto.png?size=30px)](https://github.com/antoniospneto) | Modules for Odoo's Brazil-focused usability with integration tests. [l10n_br_stock](l10n_br_stock/) | 16.0.1.0.2 | | Brazilian Localization Warehouse [l10n_br_stock_account](l10n_br_stock_account/) | 16.0.1.0.0 | | Brazilian Localization WMS Accounting -[l10n_br_zip](l10n_br_zip/) | 16.0.2.3.1 | [![renatonlima](https://github.com/renatonlima.png?size=30px)](https://github.com/renatonlima) | Brazilian Localisation ZIP Codes +[l10n_br_zip](l10n_br_zip/) | 16.0.2.4.0 | [![renatonlima](https://github.com/renatonlima.png?size=30px)](https://github.com/renatonlima) | Brazilian Localisation ZIP Codes [spec_driven_model](spec_driven_model/) | 16.0.1.2.1 | [![rvalyi](https://github.com/rvalyi.png?size=30px)](https://github.com/rvalyi) | Tools for specifications driven mixins (from xsd for instance) [//]: # (end addons) diff --git a/l10n_br_base/README.rst b/l10n_br_base/README.rst index d1df7f497568..742eae8f1ab2 100644 --- a/l10n_br_base/README.rst +++ b/l10n_br_base/README.rst @@ -7,7 +7,7 @@ Brazilian Localization Base !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e3d207fc67d80ffa95be706855220be416033d304c8005e4764ab67ceab83a53 + !! source digest: sha256:17a6ff23e4cf8856bddc01d751e1cbdb620715cdd093c46811217c864d00f527 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/l10n_br_base/__manifest__.py b/l10n_br_base/__manifest__.py index 34d1a862b589..542d2cd5eccf 100644 --- a/l10n_br_base/__manifest__.py +++ b/l10n_br_base/__manifest__.py @@ -10,7 +10,7 @@ "maintainers": ["renatonlima", "rvalyi"], "website": "https://github.com/OCA/l10n-brazil", "depends": ["base", "base_setup", "base_address_extended"], - "version": "16.0.1.9.0", + "version": "16.0.1.10.0", "data": [ "security/ir.model.access.csv", "data/res.city.csv", diff --git a/l10n_br_base/static/description/index.html b/l10n_br_base/static/description/index.html index d2e9527dc1c0..5324e65d68c3 100644 --- a/l10n_br_base/static/description/index.html +++ b/l10n_br_base/static/description/index.html @@ -367,7 +367,7 @@
Este é o módulo ‘raiz’ da localização brasileira. Ele traz adaptações nos modelos do módulo base do Odoo como Parceiros, Empresas e Endereços:
diff --git a/l10n_br_zip/README.rst b/l10n_br_zip/README.rst index a25b09afd410..0e8aa41870b3 100644 --- a/l10n_br_zip/README.rst +++ b/l10n_br_zip/README.rst @@ -7,7 +7,7 @@ Brazilian Localisation ZIP Codes !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:059005af134d9d3b3b1b48c4111b373c57bfc27400f10ee562831ad39ad43608 + !! source digest: sha256:ef2b6d7c3bbdf7a0a1667fc3a35b52ecd4b52b6fca7e5e90e9756959f88e0c82 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png diff --git a/l10n_br_zip/__manifest__.py b/l10n_br_zip/__manifest__.py index 56ae5315132b..fd8e294f3efa 100644 --- a/l10n_br_zip/__manifest__.py +++ b/l10n_br_zip/__manifest__.py @@ -9,7 +9,7 @@ "author": "Akretion, " "Odoo Community Association (OCA)", "maintainers": ["renatonlima"], "website": "https://github.com/OCA/l10n-brazil", - "version": "16.0.2.3.1", + "version": "16.0.2.4.0", "depends": ["l10n_br_base"], "data": [ "views/l10n_br_zip_view.xml", diff --git a/l10n_br_zip/static/description/index.html b/l10n_br_zip/static/description/index.html index e8fbf7573d0f..cc8094f43f82 100644 --- a/l10n_br_zip/static/description/index.html +++ b/l10n_br_zip/static/description/index.html @@ -367,7 +367,7 @@Permite consultar o endereço através do CEP e preencher o campos do endereço com as informações consultadas, esse módulo também permite utilizar os seguintes serviços para consulta de CEP: