Commit 29c6f438 authored by Romain Courteaud's avatar Romain Courteaud

Supply Cell must be a subclass of PredicateGroup in order to call test method.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2643 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 76226356
...@@ -34,8 +34,9 @@ from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface ...@@ -34,8 +34,9 @@ from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5.Document.DeliveryCell import DeliveryCell from Products.ERP5.Document.DeliveryCell import DeliveryCell
from Products.ERP5.Document.Path import Path from Products.ERP5.Document.Path import Path
from Products.ERP5.Document.PredicateGroup import PredicateGroup
class SupplyCell(DeliveryCell, Path): class SupplyCell(PredicateGroup, DeliveryCell, Path):
""" """
A DeliveryCell allows to define specific quantities A DeliveryCell allows to define specific quantities
for each variation of a resource in a delivery line. for each variation of a resource in a delivery line.
......
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