[Erp5-report] ERP5, ERP5Type

cvsdigest nobody at cvs.erp5.org
Wed Nov 16 12:09:00 CET 2005


User:   alex
Date:   2005-11-16 11:57:45
Module: ERP5Type

    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.

    M Accessor/Base.py
      http://cvs.erp5.org/ERP5Type/Accessor/Base.py.diff?r1=2.10&r2=2.11

User:   rc
Date:   2005-11-16 12:04:49
Module: ERP5

    Correct typo error.

    M Document/TransformationSourcingRule.py
      http://cvs.erp5.org/ERP5/Document/TransformationSourcingRule.py.diff?r1=2.13&r2=2.14

--
Generated by cvsdigest 1.2 http://www.nongnu.org/cvsdigest/



More information about the Erp5-report mailing list