Skip to content

Commit

Permalink
[IMP] l10n_br_mdfe: rdoc sup rfc
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Oct 23, 2024
1 parent db01777 commit 86ad1d0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion l10n_br_mdfe/models/document_supplement.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,12 @@
from odoo.addons.spec_driven_model.models import spec_models


class MDFeSupplement(spec_models.SpecModel):
class MDFeSupplement(spec_models.StackedModel):
_name = "l10n_br_fiscal.document.supplement"
_inherit = ["l10n_br_fiscal.document.supplement", "mdfe.30.infmdfesupl"]
_mdfe30_odoo_module = (
"odoo.addons.l10n_br_mdfe_spec.models.v3_0.mdfe_tipos_basico_v3_00"
)
_mdfe30_stacking_mixin = "mdfe.30.infmdfesupl"

mdfe30_qrCodMDFe = fields.Char(related="qrcode")

0 comments on commit 86ad1d0

Please sign in to comment.