Commit 8c8b587c authored by Kevin Deldycke's avatar Kevin Deldycke

Revert my changes until I found a true solution


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3381 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 29f8222f
......@@ -28,10 +28,12 @@
##############################################################################
from AccessControl import ClassSecurityInfo
from Products.ERP5.Document.Image import Image
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5Type.XMLObject import XMLObject
class Agent(XMLObject):
class Agent(Image, XMLObject):
"""
An Agent is a Person who is permitted to perform some actions on the bank account according to Privileges.
"""
......
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