120
120
defaults.update({'magento_exportable': True})
123
def multi_lang_read(self, cr, uid, ids, fields_to_read, langs, resources=None, use_multi_lang = True, context=None):
124
return super(product_category, self).multi_lang_read(cr, uid, ids, fields_to_read, langs,
123
def multi_lang_read(self, cr, uid, external_session, ids, fields_to_read, langs, resources=None, use_multi_lang = True, context=None):
124
return super(product_category, self).multi_lang_read(cr, uid, external_session, ids, fields_to_read, langs,