Add missing action translation. Make lines with quantity 0 not printed

This commit is contained in:
Bernat Brunet Torruella 2018-08-09 09:42:30 +02:00
parent 069e50f028
commit 588004d27a
5 changed files with 11 additions and 0 deletions

View file

@ -245,6 +245,7 @@
</pageHeader>
<detail>
<band height="15" splitType="Stretch">
<printWhenExpression><![CDATA[$F{quantity-quantity} != 0]]></printWhenExpression>
<textField isStretchWithOverflow="true">
<reportElement x="13" y="2" width="394" height="12" uuid="b9bc8323-247a-4aa8-8a00-14a73875a1dc"/>
<textElement>

View file

@ -223,6 +223,7 @@
</pageHeader>
<detail>
<band height="15" splitType="Stretch">
<printWhenExpression><![CDATA[$F{quantity-quantity} != 0]]></printWhenExpression>
<textField isStretchWithOverflow="true">
<reportElement x="13" y="2" width="446" height="12" uuid="b9bc8323-247a-4aa8-8a00-14a73875a1dc"/>
<textElement>

View file

@ -338,6 +338,7 @@
</pageHeader>
<detail>
<band height="14" splitType="Stretch">
<printWhenExpression><![CDATA[$F{quantity-quantity} != 0]]></printWhenExpression>
<textField isStretchWithOverflow="true">
<reportElement x="66" y="2" width="415" height="12" uuid="848831dc-c427-42ec-880f-72bcd1cbc193"/>
<textElement>

View file

@ -263,6 +263,10 @@ msgctxt "model:ir.action,name:report_shipment_out_delivery_note_return"
msgid "Delivery Note Return"
msgstr "Nota d'enviament devolució"
msgctxt "model:ir.action,name:report_shipment_out_delivery_valued"
msgid "Delivery Note Valued"
msgstr "Nota d'enviament valorada"
msgctxt "model:ir.action,name:report_shipment_out_picking_list"
msgid "Picking List"
msgstr "Llista recollida"

View file

@ -262,6 +262,10 @@ msgctxt "model:ir.action,name:report_shipment_out_delivery_note_return"
msgid "Delivery Note Return"
msgstr "Nota de envío devolución"
msgctxt "model:ir.action,name:report_shipment_out_delivery_valued"
msgid "Delivery Note Valued"
msgstr "Nota de envío valorada"
msgctxt "model:ir.action,name:report_shipment_out_picking_list"
msgid "Picking List"
msgstr "Lista recogida"