This syntax is incorrect.

<field name="dept" select="0" 
attrs="&#123;'readonly'&#58;&#91;&#40;'sourcesel','openwell','in',&#91;'river','stream','canal','rains','pond','borewell','unlined'&#93;&#41;&#93;&#125;"/>
 

the list of tuples must have only 3 arguments.
2 operand and one operator.
It should be like this.

<field name="dept" select="0" 
attrs="&#123;'readonly'&#58;&#91;&#40;'sourcesel','in',&#91;'river','stream','canal','rains','pond','borewell','unlined'&#93;&#41;,&#40;'openwell','in',&#91;'river','stream','canal','rains','pond','borewell','unlined'&#93;&#41;&#93;&#125;"/>

------------------------
OpenERP=Easier, Adaptable, Affordable, Modular




-------------------- m2f --------------------

--
http://www.openobject.com/forum/viewtopic.php?p=40842#40842

-------------------- m2f --------------------


_______________________________________________
Tinyerp-users mailing list
http://tiny.be/mailman2/listinfo/tinyerp-users

Reply via email to