Commit f8580003 authored by Thierry's avatar Thierry

new method newCellContent added in order to handle matrix of Industrial prices


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@68 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5884c2d8
......@@ -155,5 +155,11 @@ un modele..."""
self._setTitle(value)
self.reindexObject()
security.declareProtected( Permissions.ModifyPortalContent, 'newCellContent' )
def newCellContent(self, id):
"""
This method can be overriden
"""
self.invokeFactory(type_name="Set Mapped Value",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