On Friday, May 18, 2012 8:37:54 AM UTC-7, pjalrimba rimbabara wrote: > > Hai everybody I just to know how to make auto ID example > 1,2,3,4,5,6,7,.... > > Please help me with coding
Actually, as Cedric mentioned, tryton does generate an Id automatically,
you can view
it in the tree view by placing the field *id* in the CDATA of a tree view:*
*
*
*
<tree string="Inventory Parts">
<field name="id" />
*
</tree>
*
Hope it helps.
--
[email protected] mailing list
