Skip to content

Commit

Permalink
[UPD] l10n_it_delivery_note: aggiornata PR OCA#4413
Browse files Browse the repository at this point in the history
  • Loading branch information
Borruso committed Feb 10, 2025
1 parent be14b3f commit d51ec4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions l10n_it_delivery_note/wizard/sale_advance_payment_inv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
<field name="model">sale.advance.payment.inv</field>
<field name="inherit_id" ref="sale.view_sale_advance_payment_inv" />
<field name="arch" type="xml">
<xpath expr="//p" position="before">
<xpath expr="//div[hasclass('alert-warning')]" position="before">
<field name="step" invisible="True" />
</xpath>
<xpath expr="//p" position="attributes">
<xpath expr="//div[hasclass('alert-warning')]" position="attributes">
<attribute name="name">initial_message</attribute>
<attribute name="invisible">step != 'initial'</attribute>
</xpath>
<xpath expr="//p" position="after">
<xpath expr="//div[hasclass('alert-warning')]" position="after">
<div name="confirm_message" invisible="step != 'confirm'">
<div class="o_horizontal_separator">
<span class="fa fa-warning" /> Warning!
Expand Down

0 comments on commit d51ec4b

Please sign in to comment.