Commit 3798fcda authored by Fabien Morin's avatar Fabien Morin

update description


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27465 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent de7816ff
......@@ -73,7 +73,8 @@ class PaySheetModelLine(TradeModelLine):
'newCellContent' )
def newCellContent(self, id, portal_type='Pay Sheet Model Cell', **kw):
"""
This method can be overriden
Used to be able to create Pay Sheet Model Cell. (portal_type of cells is
hardcoded in inheritated classes, so we have to overload this method)
"""
self.invokeFactory(type_name=portal_type,id=id)
return self.get(id)
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