Commit 81fbac95 authored by Nicolas Dumazet's avatar Nicolas Dumazet

Following 33351, Mapped Value is not used anymore in Transformed Resource



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33427 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent cdd06e26
......@@ -317,7 +317,7 @@ class TestProductionOrderMixin(TestOrderMixin):
for size in self.mrp_size_list:
id = 'quantity_%s_%s'%(colour_count,size_count)
transformation_transformed_resource.newContent(
portal_type = 'Mapped Value',
portal_type = 'Transformation Transformed Resource Cell',
id = id,
mapped_value_property_list = ('quantity',),
membership_criterion_base_category = ('colour', 'size'),
......@@ -341,7 +341,7 @@ class TestProductionOrderMixin(TestOrderMixin):
for size in self.mrp_size_list:
id = 'variation_%s_%s'%(colour_count,size_count)
transformation_transformed_resource.newContent(
portal_type = 'Mapped Value',
portal_type = 'Transformation Transformed Resource Cell',
id = id,
mapped_value_property_list = (),
membership_criterion_base_category = ('colour', 'size'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment