Added possibility to use tales in property sheets, which get generated for
each object. example : _properties = ( { 'id' : 'magic_id', 'description' : 'Magic ID', 'type' : 'tales', 'default' : 'python: "12345_%s" % object.getId()', 'mode' : 'w' }, ) with this example, getMagicId() will return a string composed of '12345_' and the id of the current object. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4342 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment