From 256a057dff4880aaed07c0ea43d0c024e3b5995d Mon Sep 17 00:00:00 2001 From: Antonio Neto Date: Mon, 6 May 2024 14:11:57 -0300 Subject: [PATCH] [TEMP] remove pinned version for erpbrasil.edoc --- l10n_br_fiscal_dfe/__manifest__.py | 2 +- l10n_br_ie_search/__manifest__.py | 2 +- l10n_br_ie_search/static/description/index.html | 11 +++++++---- l10n_br_nfe/__manifest__.py | 2 +- l10n_br_nfe/static/description/index.html | 11 +++++++---- l10n_br_nfse/__manifest__.py | 2 +- l10n_br_nfse/static/description/index.html | 11 +++++++---- l10n_br_nfse_barueri/__manifest__.py | 2 +- l10n_br_nfse_barueri/static/description/index.html | 11 +++++++---- l10n_br_nfse_ginfes/__manifest__.py | 2 +- l10n_br_nfse_ginfes/static/description/index.html | 12 +++++++----- l10n_br_nfse_paulistana/__manifest__.py | 2 +- .../static/description/index.html | 12 +++++++----- requirements.txt | 2 +- 14 files changed, 50 insertions(+), 34 deletions(-) diff --git a/l10n_br_fiscal_dfe/__manifest__.py b/l10n_br_fiscal_dfe/__manifest__.py index a5af0e2a791e..92767239970f 100644 --- a/l10n_br_fiscal_dfe/__manifest__.py +++ b/l10n_br_fiscal_dfe/__manifest__.py @@ -18,7 +18,7 @@ ], "external_dependencies": { "python": [ - "erpbrasil.edoc>=2.5.2", + "erpbrasil.edoc", "erpbrasil.transmissao>=1.1.0", "nfelib>=2.0.0", ], diff --git a/l10n_br_ie_search/__manifest__.py b/l10n_br_ie_search/__manifest__.py index 5f69a9c17c59..9d8b3f643b90 100644 --- a/l10n_br_ie_search/__manifest__.py +++ b/l10n_br_ie_search/__manifest__.py @@ -16,7 +16,7 @@ "erpbrasil.base>=2.3.0", "erpbrasil.transmissao>=1.1.0", "erpbrasil.assinatura>=1.7.0", - "erpbrasil.edoc>=2.5.2", + "erpbrasil.edoc", ] }, } diff --git a/l10n_br_ie_search/static/description/index.html b/l10n_br_ie_search/static/description/index.html index a6957b747430..d5c52ed9976d 100644 --- a/l10n_br_ie_search/static/description/index.html +++ b/l10n_br_ie_search/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 { @@ -426,7 +427,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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/l10n_br_nfe/__manifest__.py b/l10n_br_nfe/__manifest__.py index 4cbc4037a85d..5b9a4878d944 100644 --- a/l10n_br_nfe/__manifest__.py +++ b/l10n_br_nfe/__manifest__.py @@ -55,7 +55,7 @@ "nfelib>=2.0.0", "erpbrasil.assinatura>=1.7.0", "erpbrasil.transmissao>=1.1.0", - "erpbrasil.edoc>=2.5.2", + "erpbrasil.edoc", "erpbrasil.edoc.pdf", "erpbrasil.base>=2.3.0", ], diff --git a/l10n_br_nfe/static/description/index.html b/l10n_br_nfe/static/description/index.html index bf915996e35d..98d8742afc20 100644 --- a/l10n_br_nfe/static/description/index.html +++ b/l10n_br_nfe/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 { @@ -449,7 +450,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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/l10n_br_nfse/__manifest__.py b/l10n_br_nfse/__manifest__.py index d18049303932..b04c87af2c57 100644 --- a/l10n_br_nfse/__manifest__.py +++ b/l10n_br_nfse/__manifest__.py @@ -12,7 +12,7 @@ "website": "https://github.com/OCA/l10n-brazil", "external_dependencies": { "python": [ - "erpbrasil.edoc>=2.5.2", + "erpbrasil.edoc", "erpbrasil.transmissao>=1.1.0", "erpbrasil.base>=2.3.0", ], diff --git a/l10n_br_nfse/static/description/index.html b/l10n_br_nfse/static/description/index.html index 0c4457b06952..ce039c615f07 100644 --- a/l10n_br_nfse/static/description/index.html +++ b/l10n_br_nfse/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 { @@ -435,7 +436,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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/l10n_br_nfse_barueri/__manifest__.py b/l10n_br_nfse_barueri/__manifest__.py index 33afcf9929f0..c20ce42d379f 100644 --- a/l10n_br_nfse_barueri/__manifest__.py +++ b/l10n_br_nfse_barueri/__manifest__.py @@ -13,7 +13,7 @@ "development_status": "Beta", "external_dependencies": { "python": [ - "erpbrasil.edoc>=2.5.2", + "erpbrasil.edoc", "erpbrasil.assinatura>=1.7.0", "erpbrasil.transmissao>=1.1.0", "erpbrasil.base>=2.3.0", diff --git a/l10n_br_nfse_barueri/static/description/index.html b/l10n_br_nfse_barueri/static/description/index.html index be6d540fe82a..e9214f0ae28c 100644 --- a/l10n_br_nfse_barueri/static/description/index.html +++ b/l10n_br_nfse_barueri/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 { @@ -428,7 +429,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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/l10n_br_nfse_ginfes/__manifest__.py b/l10n_br_nfse_ginfes/__manifest__.py index 7336259f1b6d..10bc0eabceed 100644 --- a/l10n_br_nfse_ginfes/__manifest__.py +++ b/l10n_br_nfse_ginfes/__manifest__.py @@ -13,7 +13,7 @@ "development_status": "Beta", "external_dependencies": { "python": [ - "erpbrasil.edoc>=2.5.2", + "erpbrasil.edoc", "erpbrasil.assinatura>=1.7.0", "erpbrasil.transmissao>=1.1.0", "erpbrasil.base>=2.3.0", diff --git a/l10n_br_nfse_ginfes/static/description/index.html b/l10n_br_nfse_ginfes/static/description/index.html index 61b51d086486..e1b26bfa7337 100644 --- a/l10n_br_nfse_ginfes/static/description/index.html +++ b/l10n_br_nfse_ginfes/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,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. @@ -275,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 } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -431,7 +431,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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/l10n_br_nfse_paulistana/__manifest__.py b/l10n_br_nfse_paulistana/__manifest__.py index e282f1ba8542..522a2806bd09 100644 --- a/l10n_br_nfse_paulistana/__manifest__.py +++ b/l10n_br_nfse_paulistana/__manifest__.py @@ -13,7 +13,7 @@ "website": "https://github.com/OCA/l10n-brazil", "external_dependencies": { "python": [ - "erpbrasil.edoc>=2.5.2", + "erpbrasil.edoc", "erpbrasil.assinatura>=1.7.0", "erpbrasil.transmissao>=1.1.0", "erpbrasil.base>=2.3.0", diff --git a/l10n_br_nfse_paulistana/static/description/index.html b/l10n_br_nfse_paulistana/static/description/index.html index 1deebd161e90..eb2b8612d130 100644 --- a/l10n_br_nfse_paulistana/static/description/index.html +++ b/l10n_br_nfse_paulistana/static/description/index.html @@ -1,4 +1,3 @@ - @@ -9,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. @@ -275,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 } @@ -301,7 +301,7 @@ span.pre { white-space: pre } -span.problematic { +span.problematic, pre.problematic { color: red } span.section-subtitle { @@ -431,7 +431,9 @@

Contributors

Maintainers

This module is maintained by the OCA.

-Odoo Community Association + +Odoo Community Association +

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/requirements.txt b/requirements.txt index f178e0f9c6a7..15013b59b743 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ brazilcep email-validator erpbrasil.assinatura>=1.7.0 erpbrasil.base>=2.3.0 +erpbrasil.edoc erpbrasil.edoc.pdf -erpbrasil.edoc>=2.5.2 erpbrasil.transmissao>=1.1.0 nfelib>=2.0.0 nfselib.barueri