Re: [Tinyerp-users] How to Create a drop-down List on a custom field.

2009-06-18 Thread forum-user
Value should be unique so that you can identify that which color is selected. and in database value will be stored. so your arguments should be. [(red', 'Red') (blue', 'Blue')] OpenERP=Easier, Adaptable, Affordable, Modular m2f

Re: [Tinyerp-users] How to Create a drop-down List on a custom field.

2009-06-18 Thread forum-user
Thanks for the reply. Just to confirm, below is the colours i would like to include; Is this how it should be set out? (Name of custom field is 'x_colour') We would like a drop down list for the x_colour field that displays Red, Blue, Green and allows the user to select one of these colours fro

Re: [Tinyerp-users] How to Create a drop-down List on a custom field.

2009-06-17 Thread forum-user
[('value1', 'Value Text'), ('value2', 'Value2 Text'), ...] m2f -- http://www.openobject.com/forum/viewtopic.php?p=38241#38241 m2f ___ Tinyerp-users mailing list ht

[Tinyerp-users] How to Create a drop-down List on a custom field.

2009-06-17 Thread forum-user
We are looking to create a drop-down list on a custom field. The field is for Named 'Colour' so would like to a have a drop-down list with various colours in it, so that a colour can just be selected at record creation time. So far we have, x_colour with field type 'Selection' Then in the Fie