Skip to content

Commit

Permalink
[IMP] l10n_br_mdfe: add damdfe settings on company form
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelsavegnago committed Nov 26, 2024
1 parent f213726 commit ed00f71
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions l10n_br_mdfe/views/res_company.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
<field name="mdfe_environment" required="1" />
</group>
</group>
<group name="damdfe_settings" string="DAMDFE Settings">
<group>
<field name="damdfe_margin_top" string="Margin Top" />
<field name="damdfe_margin_right" string="Margin Right" />
<field name="damdfe_margin_bottom" string="Margin Bottom" />
<field name="damdfe_margin_left" string="Margin Left" />
</group>
</group>
</page>
</xpath>
</field>
Expand Down

0 comments on commit ed00f71

Please sign in to comment.