Commit 2ed0c209 authored by Guillaume Michon's avatar Guillaume Michon

Added ImmobilisationDelivery to parent classes


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5887 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a157e4c2
......@@ -35,13 +35,14 @@ from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5Type.Base import Base
from Products.ERP5.Document.DeliveryCell import DeliveryCell
from Products.ERP5.Document.ImmobilisationDelivery import ImmobilisationDelivery
from Acquisition import Explicit, Implicit
from Products.PythonScripts.Utility import allow_class
from DateTime import DateTime
from zLOG import LOG
class Delivery(XMLObject):
class Delivery(XMLObject, ImmobilisationDelivery):
"""
Each time delivery is modified, it MUST launch a reindexing of
inventories which are related to the resources contained in the Delivery
......
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