~camptocamp/magentoerpconnect/import-partners-fix-magento-request-2013-02-26

« back to all changes in this revision

Viewing changes to magentoerpconnect/settings/1.5.0.0/external.mappinglines.template.csv

  • Committer: Guewen Baconnier @ Camptocamp
  • Date: 2012-07-23 05:32:59 UTC
  • Revision ID: guewen.baconnier@camptocamp.com-20120723053259-4sbitn39fq9u0kee
[FIX] Wiz_KeeD contrib: available sort by should be a list with an empty string when use default available sort by is checked

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
    result=[('available_sort_by', [(6, 0, attr_ids)]), ('use_default_available_sort_by', False)]
89
89
else:
90
90
    result=[('use_default_available_sort_by', True)]","if record['use_default_available_sort_by']:
91
 
    res = u''
 
91
    res = [u'']
92
92
else:
93
93
    res = []
94
94
    for cat_attr_option in self.pool.get('magerp.product_category_attribute_options').browse(cr, uid, record['available_sort_by'], context=context):