Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[14.0][l10n_br_fiscal_edi][l10n_br_nfe][l10n_br_nfse][l10n_br_account] increment version avec l10n_br_fiscal_edi extraction #3346

Merged
merged 5 commits into from
Sep 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions l10n_br_account/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

{
"name": "Brazilian Localization Account",
"name": "Invoicing and accounting entries for Brazil",
"summary": "Invoicing and accounting entries for Brazil",
"category": "Localisation",
"license": "AGPL-3",
"author": "Akretion, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-brazil",
"version": "14.0.11.11.0",
"version": "14.0.11.12.0",
"development_status": "Beta",
"maintainers": ["renatonlima", "rvalyi"],
"depends": [
Expand Down
7 changes: 3 additions & 4 deletions l10n_br_fiscal_closing/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).

{
"name": "L10n Br Fiscal Closing",
"summary": """
Fechamento fiscal do periodo""",
"version": "14.0.1.3.0",
"name": "Fechamento fiscal do período",
"summary": "Period fiscal closing",
"version": "14.0.2.0.0",
"license": "AGPL-3",
"author": "KMEE,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-brazil",
Expand Down
6 changes: 3 additions & 3 deletions l10n_br_fiscal_edi/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html

{
"name": "common EDI fiscal features",
"summary": "common EDI fiscal features",
"name": "Common EDI fiscal features",
"summary": "Common EDI fiscal features",
"category": "Localisation",
"license": "AGPL-3",
"author": "Akretion, KMEE, Odoo Community Association (OCA)",
"maintainers": ["renatonlima", "rvalyi", "mileo"],
"website": "https://github.com/OCA/l10n-brazil",
"development_status": "Beta",
"version": "14.0.1.0.0",
"version": "14.0.1.0.1",
"depends": [
"l10n_br_fiscal",
],
Expand Down
8 changes: 0 additions & 8 deletions l10n_br_fiscal_edi/readme/readme/CONTRIBUTORS.rst

This file was deleted.

1 change: 0 additions & 1 deletion l10n_br_fiscal_edi/readme/readme/DESCRIPTION.rst

This file was deleted.

1 change: 0 additions & 1 deletion l10n_br_fiscal_edi/readme/readme/ROADMAP.rst

This file was deleted.

1 change: 0 additions & 1 deletion l10n_br_fiscal_edi/readme/readme/USAGE.rst

This file was deleted.

4 changes: 2 additions & 2 deletions l10n_br_nfe/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

{
"name": "NF-e",
"summary": "Brazilian Eletronic Invoice NF-e",
"summary": "Eletronic Invoicing for Brazil / NF-e",
"category": "Localisation",
"license": "AGPL-3",
"author": "Akretion," "KMEE," "Odoo Community Association (OCA)",
"maintainers": ["rvalyi", "renatonlima"],
"website": "https://github.com/OCA/l10n-brazil",
"development_status": "Beta",
"version": "14.0.16.2.0",
"version": "14.0.17.0.0",
"depends": [
"l10n_br_fiscal_edi",
"l10n_br_fiscal_certificate",
Expand Down
5 changes: 2 additions & 3 deletions l10n_br_nfse/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@

{
"name": "NFS-e",
"summary": """
NFS-e""",
"version": "14.0.1.20.0",
"summary": "Root electronic invoice for service / NFS-e module",
"version": "14.0.2.0.0",
"license": "AGPL-3",
"author": "KMEE, Odoo Community Association (OCA)",
"maintainers": ["gabrielcardoso21", "mileo", "luismalta", "marcelsavegnago"],
Expand Down
Loading