Skip to content

Commit

Permalink
[RFC] l10n_br_mdfe_spec: refactor for multischema round2
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Oct 16, 2024
1 parent e850f85 commit cbf090a
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions l10n_br_mdfe_spec/models/spec_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@
class MdfeSpecMixin(models.AbstractModel):
_description = "Abstract Model"
_name = "spec.mixin.mdfe"
_field_prefix = "mdfe30_"
_schema_name = "mdfe"
_schema_version = "3.0.0"
_odoo_module = "l10n_br_mdfe"
_spec_module = "odoo.addons.l10n_br_mdfe_spec.models.v3_0.mdfe_tipos_basico_v3_00"
_binding_module = "nfelib.mdfe.bindings.v3_0.mdfe_tipos_basico_v3_00"
_spec_tab_name = "mdfe"
_mdfe30_odoo_module = (
"odoo.addons.l10n_br_mdfe_spec.models.v3_0.mdfe_tipos_basico_v3_00"
)
_mdfe30_binding_module = "nfelib.mdfe.bindings.v3_0.mdfe_tipos_basico_v3_00"

brl_currency_id = fields.Many2one(
comodel_name="res.currency",
Expand Down

0 comments on commit cbf090a

Please sign in to comment.