fix typos in dp_shipping_service.py

This commit is contained in:
Harald Welte 2016-07-14 10:25:37 +02:00
parent bb91f05495
commit 457caf7e30
1 changed files with 2 additions and 2 deletions

View File

@ -22,6 +22,6 @@ class SMCShippingDpService(models.Model):
# extend stock.picking with fields for Shipment and Voucher ID # extend stock.picking with fields for Shipment and Voucher ID
class SMCStockPickingDp(models.Model): class SMCStockPickingDp(models.Model):
_inerit = "stock.picking" _inherit = "stock.picking"
dp_shipping_number = fields.Char(string="DP Shipment ID") dp_shipment_number = fields.Char(string="DP Shipment ID")
dp_voucher_number = fields.Char(string="DP Voucher ID") dp_voucher_number = fields.Char(string="DP Voucher ID")