~camptocamp/e-commerce-addons/7.0-sale_payment_method-view_automatic_payment

« back to all changes in this revision

Viewing changes to base_sale_multichannels/wizard/export_product.py

merge from fix branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        return True
44
44
 
45
45
    def export(self, cr, uid, id, options, context=None):
46
 
        if not context:
 
46
        if context is None:
47
47
            context={}
48
48
        shop_ids = self.read(cr, uid, id, context=context)[0]['shop']
49
49
        sale_shop_obj = self.pool.get('sale.shop')