mirror of
https://github.com/OCA/rma.git
synced 2025-02-16 17:11:47 +02:00
[TYPO]
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user