Skip to content

Commit

Permalink
[IMP] l10n_br_cte: add dacte 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 84e6846 commit 82d658d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions l10n_br_cte/views/res_company.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<field name="arch" type="xml">
<xpath expr="//notebook/page[@name='fiscal']/notebook" position="inside">
<page name="cte" string="CT-e">
<group string="CT-e Default Settings">
<group name="cte_settings" string="CT-e Default Settings">
<group>
<field name="cte_version" />
<field name="cte_environment" />
Expand All @@ -20,8 +20,13 @@
<field name="cte_default_serie_id" />
</group>
</group>
<group string="CT-e Settings">

<group name="dacte_settings" string="DACTE Settings">
<group>
<field name="dacte_margin_top" string="Margin Top" />
<field name="dacte_margin_right" string="Margin Right" />
<field name="dacte_margin_bottom" string="Margin Bottom" />
<field name="dacte_margin_left" string="Margin Left" />
</group>
</group>
</page>
</xpath>
Expand Down

0 comments on commit 82d658d

Please sign in to comment.