We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9194895 commit ac25bd8Copy full SHA for ac25bd8
l10n_br_mdfe/models/modal_rodoviario.py
@@ -18,7 +18,8 @@ class MDFeModalRodoviario(spec_models.StackedModel):
18
_mdfe30_binding_module = "nfelib.mdfe.bindings.v3_0.mdfe_modal_rodoviario_v3_00"
19
_mdfe30_stacking_mixin = "mdfe.30.rodo"
20
# all m2o at this level will be stacked even if not required:
21
- _mdfe30_stacking_force_paths = ["rodo.infANTT", "rodo.infANTT.ValePed"]
+ _mdfe30_stacking_force_paths = ["rodo.infANTT", "rodo.infANTT.InfContratante"]
22
+ _mdfe30_stacking_skip_paths = ("mdfe30_valePed",)
23
24
document_id = fields.Many2one(comodel_name="l10n_br_fiscal.document")
25
0 commit comments