Commit 478d9643 authored by Kevin Deldycke's avatar Kevin Deldycke

Add XMLObject as parent class


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3364 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a8bfd1c6
......@@ -29,9 +29,10 @@
from AccessControl import ClassSecurityInfo
from Products.ERP5Type import Permissions, PropertySheet
from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5.Document.Image import Image
class Agent(Image):
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