[quote="Stephane Wirtel"]I think you don't have the last version of the dia plugin, can you download it from LaunchPad, with Bazaar
bzr clone https://code.launchpad.net/~openerp-commiter/openobject-addons/trunk-extra-addons you will find the dia plugin, in the uml_dia directory. --- Hi Stephane, What version of Dia you use for this? I'm using Dia 0.94 and I get this output in the modules: from osv import osv, fields class teste(osv.osv): """(NULL)""" _name = 'teste' _columns = { '+': fields.n(o, help='m'), } teste() the name of the field is missing and I have the '+' thks -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=31823#31823 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
