Commit d81e7020 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Use XMLObject as a superclass.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13866 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8aed8a76
......@@ -27,8 +27,9 @@
##############################################################################
from Products.ERP5Type import Permissions, PropertySheet, Constraint, Interface
from Products.ERP5Type.XMLObject import XMLObject
class Machine:
class Machine(XMLObject):
add_permission = Permissions.AddPortalContent
meta_type = 'ERP5 Machine'
......
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