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 42a8af5
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 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,17 @@
<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 42a8af5

Please sign in to comment.