Skip to content

Commit

Permalink
[REF] 'Lote' expression
Browse files Browse the repository at this point in the history
  • Loading branch information
corredato committed Jun 5, 2024
1 parent c4a216d commit 2ad8a12
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<odoo noupdate="1">
<record id="product_lot_fiscal_comment" model="l10n_br_fiscal.comment">
<field name="name">Lote</field>
<field name="comment">LOTE: ${ lot }</field>
<field name="comment">${ 'LOTE: ' + lot + ' ' + lot_qty + ' ' + lot_product_uom if lot else '' }</field>
<field name="comment_type">fiscal</field>
<field name="object">l10n_br_fiscal.document.line.mixin</field>
</record>
Expand Down

0 comments on commit 2ad8a12

Please sign in to comment.