This commit is contained in:
Yannick Vaucher
2014-03-12 15:59:42 +01:00
parent 7f12e563c6
commit 3787f34327
3 changed files with 3 additions and 3 deletions

View File

@@ -247,7 +247,7 @@
<act_window
domain="[('type', '=', 'in')]"
id="act_crm_claim_rma_picking_in"
name="Incomming Shipment and Returns"
name="Incoming Shipment and Returns"
res_model="stock.picking.in"
src_model="crm.claim"/>
<!-- Right side link to picking out -->

View File

@@ -895,7 +895,7 @@ msgstr ""
#. module: crm_claim_rma
#: model:ir.actions.act_window,name:crm_claim_rma.act_crm_claim_rma_picking_in
msgid "Incomming Shipment and Returns"
msgid "Incoming Shipment and Returns"
msgstr ""
#. module: crm_claim_rma

View File

@@ -125,7 +125,7 @@ class claim_make_picking(orm.TransientModel):
def _get_dest_loc(self, cr, uid, context):
"""Return the location_id to use as destination.
If it's an outoing shippment: take the customer stock property
If it's an incomming shippment take the location_dest_id common to all
If it's an incoming shippment take the location_dest_id common to all
lines, or if different, return None."""
if context is None:
context = {}