Skip to content

Commit

Permalink
[IMP] Add margins in res.config
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantodorovich authored Mar 25, 2020
1 parent 0eefe8d commit 5bc4903
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pos_invoice_send_mail/views/pos_config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<field name="inherit_id" ref="point_of_sale.pos_config_view_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='invoice_journal_id']/parent::div" position="after">
<div class="row">
<div class="row mt16">
<label for="iface_invoice_mail" class="col-lg-3 o_light_label"/>
<field name="iface_invoice_mail"/>
</div>
<div class="row" attrs="{'invisible': [('iface_invoice_mail', '=', False)]}">
<div class="row mt16" attrs="{'invisible': [('iface_invoice_mail', '=', False)]}">
<label string="Email Template" for="invoice_mail_template_id" class="col-lg-3 o_light_label"/>
<field name="invoice_mail_template_id" attrs="{'required': [('iface_invoice_mail', '=', True)]}"/>
</div>
Expand Down

0 comments on commit 5bc4903

Please sign in to comment.