Commit 59110c92 authored by Jean-Paul Smets's avatar Jean-Paul Smets Committed by Arnaud Fontaine

Missing class

parent 7aa75453
#from erp5.component import component, document, mixin, interface
#Base = component('Document Component', 'Base')
#Base = document.Base
#Base = document('Base', version='erp5')
from Products.ERP5Type.Base import Base
class TestDocument(Base):
"""
"""
def getTiti(self):
"""
"""
return "zozo"
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