~openerp/openobject-addons/6.0-certified-addons

« back to all changes in this revision

Viewing changes to magentoerpconnect/settings/external.mapping.template.csv

  • Committer: Husen Daudi
  • Date: 2011-09-06 12:44:33 UTC
  • Revision ID: hda@hda-laptop-20110906124433-296uibypq95u2v74
added 6.0 certified modules

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"id","type_id:id","model_id:id","external_list_method","external_get_method","external_update_method","external_create_method","external_delete_method","external_key_name"
 
2
"magento_website","magento1324","base_sale_multichannels.model_external_shop_group","ol_websites.list",,,,,"website_id"
 
3
"magento_storeview","magento1324","model_magerp_storeviews","ol_storeviews.list",,,,,"store_id"
 
4
"magento_store","magento1324","sale.model_sale_shop","ol_groups.list",,,,,"group_id"
 
5
"magento_order","magento1324","sale.model_sale_order","sales_order.list","sales_order.info",,,,"increment_id"
 
6
"magento_order_line","magento1324","sale.model_sale_order_line",,,,,,"item_id"
 
7
"magento_pro_cat","magento1324","product.model_product_category","category.list","category.info","catalog_category.update","catalog_category.create",,"category_id"
 
8
"magento_attr_grp","magento1324","model_magerp_product_attribute_groups","ol_catalog_product_attribute_group.list","ol_catalog_product_attribute_group.list",,,,"attribute_group_id"
 
9
"magento_attr_set","magento1324","model_magerp_product_attribute_set","ol_catalog_product_attributeset.list",,,,,"attribute_set_id"
 
10
"magento_attr","magento1324","model_magerp_product_attributes","ol_catalog_product_attribute.list",,,,,"magento_id"
 
11
"magento_prd","magento1324","product.model_product_product","catalog_product.list","catalog_product.info","product.update","product.create",,"product_id"
 
12
"magento_cst_grp","magento1324","base.model_res_partner_category","ol_customer_groups.list",,,,,"customer_group_id"
 
13
"magento_prt_adr","magento1324","base.model_res_partner_address","ol_customer_address.list","ol_customer_address.info",,,,"customer_address_id"
 
14
"magento_prt","magento1324","base.model_res_partner","customer.list","customer.info",,,,"customer_id"