~isaac.delabarrera/prestashoperpconnect/update_product_category

« back to all changes in this revision

Viewing changes to prestashoperpconnect/settings/1.4.0.0/product.category/external.mappinglines.template.csv

  • Committer: Isaac De La Barrera
  • Date: 2012-07-23 11:43:39 UTC
  • mfrom: (51.1.4 prestashoperpconnect)
  • Revision ID: isaac.desarrollador@gmail.com-20120723114339-reqobz7s1dpja305
Set associations categories in product

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
id,sequence,type,evaluation_type,external_field,field_id:id,external_type,alternative_key,mapping_id:id,function_name,in_function,out_function,child_mapping_id:id,datetime_format
2
 
prestashoperpconnect.prestashop_1400_product_category_position,0,in_out,direct,position,product.field_product_category_sequence,int,False,prestashoperpconnect.prestashop_1400_product_categ,,,,,
3
 
prestashoperpconnect.prestashop_1400_product_category_name,0,in_out,direct,name,product.field_product_category_name,unicode,False,prestashoperpconnect.prestashop_1400_product_categ,,,,,
4
 
prestashop1400_product_category_link_rewrite,0,out,function,link_rewrite,product.field_product_category_complete_name,unicode,False,prestashoperpconnect.prestashop_1400_product_categ,link_rewrite,,"result = [('link_rewrite', (resource.get('name').lower()).replace(' ', '_' ))]",,
5
 
prestashop1400_product_category_active,0,in_out,function,active,,unicode,False,prestashoperpconnect.prestashop_1400_product_categ,active,"result=[('active',1)]","result=[('active',1)]",,
6
 
prestashop1400_product_category_nright,0,in_out,direct,nright,product.field_product_category_parent_right,int,False,prestashoperpconnect.prestashop_1400_product_categ,,,,,
7
 
prestashop1400_product_category_nleft,0,in_out,direct,nleft,product.field_product_category_parent_left,int,False,prestashoperpconnect.prestashop_1400_product_categ,,,,,
8
 
prestashop1400_product_category_level_depth,0,in_out,direct,level_depth,gst_prestashop.field_product_category_level,int,False,prestashoperpconnect.prestashop_1400_product_categ,,,,,
9
2
prestashoperpconnect.prestashop_1400_product_category_parent_id,0,in_out,function,id_parent,product.field_product_category_parent_id,int,False,prestashoperpconnect.prestashop_1400_product_categ,id_parent,"if resource.get('id_parent') and resource.get('id_parent') != '0':
10
3
    parent_id = self.extid_to_oeid(cr,uid,  external_session, int(resource.get('id_parent')))
11
4
    result = [('parent_id', parent_id)]
12
5
else:
13
6
    result = [('parent_id', None)]","if resource.get('parent_id'):
14
 
    parent_id = self.oeid_to_extid(cr,uid,  external_session, resource.get('parent_id')[0])
 
7
    parent_id = self.get_extid(cr, uid, data.get('parent_id')[0], external_session.referential_id.id, context=context)
15
8
    result = [('id_parent', str(parent_id))]
16
9
else:
17
 
    result = [('id_parent', '')]",,
 
 
b'\\ No newline at end of file'
 
10
    result = [('id_parent', '')]",,
 
11
prestashoperpconnect.prestashop1400_product_category_nright,0,in_out,direct,nright,product.field_product_category_parent_right,int,False,prestashoperpconnect.prestashop_1400_product_categ,,,,,
 
12
prestashoperpconnect.prestashop1400_product_category_nleft,0,in_out,direct,nleft,product.field_product_category_parent_left,int,False,prestashoperpconnect.prestashop_1400_product_categ,,,,,
 
13
prestashop1400_product_category_level_depth,0,in_out,direct,level_depth,gst_prestashop.field_product_category_level,int,False,prestashoperpconnect.prestashop_1400_product_categ,,,,,
 
14
prestashoperpconnect.prestashop_1400_product_category_position,0,in_out,direct,position,product.field_product_category_sequence,int,False,prestashoperpconnect.prestashop_1400_product_categ,,,,,
 
15
prestashoperpconnect.prestashop_1400_product_category_name,0,in_out,direct,name,product.field_product_category_name,unicode,False,prestashoperpconnect.prestashop_1400_product_categ,,"if ifield:
 
16
    result = [('name', ifield)]
 
17
else:
 
18
    result = [('name', 'No name')]",,,
 
19
prestashoperpconnect.prestashop1400_product_category_link_rewrite,0,out,function,link_rewrite,product.field_product_category_complete_name,unicode,False,prestashoperpconnect.prestashop_1400_product_categ,link_rewrite,,"result = [('link_rewrite', (resource.get('name').lower()).replace(' ', '_' ))]",,
 
20
prestashoperpconnect.prestashop1400_product_category_active,0,in_out,function,active,,unicode,False,prestashoperpconnect.prestashop_1400_product_categ,active,"result=[('active',1)]","result=[('active',1)]",,