Skip to content

Commit

Permalink
[REF] l10n_br_fiscal->l10n_br_fiscal_edi dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rvalyi committed May 24, 2024
1 parent 2e55c84 commit e033029
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion l10n_br_fiscal_closing/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"author": "KMEE,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-brazil",
"depends": [
"l10n_br_fiscal",
"l10n_br_fiscal_edi",
],
"data": [
"security/ir.model.access.csv",
Expand Down
1 change: 0 additions & 1 deletion l10n_br_fiscal_edi/models/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ def action_document_send(self):
)
if to_send:
to_send._document_send()
pass
to_send = self.filtered(
lambda d: d.state_edoc
in (
Expand Down
2 changes: 1 addition & 1 deletion l10n_br_fiscal_edi/models/document_serie.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright (C) 2009 Renato Lima - Akretion <[email protected]>
# Copyright (C) 2014 KMEE - www.kmee.com.br
# License AGPL-3 - See http://www.gnu.org/licenses/agpl-3.0.html
from odoo import _, fields, models
from odoo import fields, models


class DocumentSerie(models.Model):
Expand Down
2 changes: 1 addition & 1 deletion l10n_br_nfe/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"development_status": "Beta",
"version": "14.0.14.3.2",
"depends": [
"l10n_br_fiscal",
"l10n_br_fiscal_edi",
"l10n_br_fiscal_certificate",
"l10n_br_nfe_spec",
"spec_driven_model",
Expand Down
2 changes: 1 addition & 1 deletion l10n_br_nfse/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
},
"depends": [
"l10n_br_fiscal",
"l10n_br_fiscal_edi",
"l10n_br_fiscal_certificate",
],
"data": [
Expand Down

0 comments on commit e033029

Please sign in to comment.