File: stock.xml

package info (click to toggle)
tryton-modules-stock-package-shipping-dpd 4.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 332 kB
  • ctags: 81
  • sloc: python: 413; xml: 80; makefile: 6
file content (11 lines) | stat: -rw-r--r-- 459 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
<?xml version="1.0"?>
<!-- This file is part of Tryton.  The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tryton>
    <data>
        <record model="ir.action.wizard" id="act_create_shipping_dpd_wizard">
            <field name="name">Create DPD Shipping for Packages</field>
            <field name="wiz_name">stock.shipment.create_shipping.dpd</field>
        </record>
    </data>
</tryton>