diff --git a/crm_claim_rma/crm_claim_rma_view.xml b/crm_claim_rma/crm_claim_rma_view.xml index b596c285..4948c449 100644 --- a/crm_claim_rma/crm_claim_rma_view.xml +++ b/crm_claim_rma/crm_claim_rma_view.xml @@ -247,7 +247,7 @@ diff --git a/crm_claim_rma/i18n/crm_claim_rma.pot b/crm_claim_rma/i18n/crm_claim_rma.pot index c8af2c6a..a8c0ae18 100644 --- a/crm_claim_rma/i18n/crm_claim_rma.pot +++ b/crm_claim_rma/i18n/crm_claim_rma.pot @@ -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 diff --git a/crm_claim_rma/wizard/claim_make_picking.py b/crm_claim_rma/wizard/claim_make_picking.py index 6ea47479..fe824a88 100644 --- a/crm_claim_rma/wizard/claim_make_picking.py +++ b/crm_claim_rma/wizard/claim_make_picking.py @@ -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 = {}