changeset a0633af5d79d in modules/stock:default
details: https://hg.tryton.org/modules/stock?cmd=changeset;node=a0633af5d79d
description:
        Use Pack as the label for the shipment pack button

        issue9690
        review292401002
diffstat:

 shipment.xml |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r a9a5aecb3653 -r a0633af5d79d shipment.xml
--- a/shipment.xml      Sun Oct 11 23:46:10 2020 +0200
+++ b/shipment.xml      Mon Oct 12 09:42:48 2020 +0100
@@ -626,7 +626,7 @@
 
         <record model="ir.model.button" id="shipment_out_pack_button">
             <field name="name">pack</field>
-            <field name="string">Make shipment</field>
+            <field name="string">Pack</field>
             <field name="model"
                 search="[('model', '=', 'stock.shipment.out')]"/>
         </record>

Reply via email to