hi 
my products list (http://localhost:8080/tree/open?model=ir.ui.menu&id=101) 
contain not selectable products however partners list contains selectable 
partners
in source of the html page i can notice 

<tbody>
                            <tr>
                            <td>
                                <input>
                            </td>

                            <td>
                                    <a>"partner name"</a>

the html source is not editable
how can i fix that?
however in products i dont get that

<tbody>
                            <tr>
                            <td>
                                <input>
                            </td>
                            <td>
                                    <a></a>

                                <span> </span>
[/code]




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

--
http://www.openerp.com/forum/viewtopic.php?p=28088#28088

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


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

Reply via email to