02.02.26
This commit is contained in:
@@ -479,8 +479,8 @@ class ShipmentIn(metaclass=PoolMeta):
|
|||||||
lines.append(
|
lines.append(
|
||||||
"<p>"
|
"<p>"
|
||||||
f"<strong>Lot nb:</strong> {m.lot.lot_name} | "
|
f"<strong>Lot nb:</strong> {m.lot.lot_name} | "
|
||||||
f"<strong>Net Qt:</strong> {m.lot.get_current_quantity()} {m.lot.lot_unit.symbol} | "
|
f"<strong>Net Qt:</strong> {m.lot.get_current_quantity()} {m.lot.lot_unit_line.symbol} | "
|
||||||
f"<strong>Gross Qt:</strong> {m.lot.get_current_gross_quantity()} {m.lot.lot_unit.symbol}"
|
f"<strong>Gross Qt:</strong> {m.lot.get_current_gross_quantity()} {m.lot.lot_unit_line.symbol}"
|
||||||
"</p>"
|
"</p>"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<field name="result"/>
|
<field name="result"/>
|
||||||
<newline/>
|
<newline/>
|
||||||
<label name="instructions"/>
|
<label name="instructions"/>
|
||||||
<field name="instructions" widget="richtext" colspan="4" height="100"/>
|
<field name="instructions" widget="html_viewer" colspan="4" height="100"/>
|
||||||
<newline/>
|
<newline/>
|
||||||
<label name="returned_id"/>
|
<label name="returned_id"/>
|
||||||
<field name="returned_id"/>
|
<field name="returned_id"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user