Commit a3d8bb6b authored by Cédric Le Ninivin's avatar Cédric Le Ninivin

Transformation: inherit from CompositionMixin

parent f060051e
......@@ -46,7 +46,7 @@ from Products.ERP5Type.XMLObject import XMLObject
# XXX Give priority to VariatedMixin (over Amount) due to conflicting
# implementations of getVariationBaseCategoryList
class Transformation(MappedValue, VariatedMixin, Amount, AmountGeneratorMixin):
class Transformation(MappedValue, VariatedMixin, Amount, AmountGeneratorMixin, CompositionMixin):
"""
Build of material - contains a list of transformed resources
......
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