Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
1 Răspunde
5647 Vizualizări

I am using a tree view inside a form view
                        

     <field name="search_matches" nolabel="1" widget="many2many_list">
                                 <tree version="7.0" editable="bottom">
                                     <field name="chk_bob" on_change="onchange_owner_id(chk_bob)" widget="selection"/>
                                     <field name="user_id"/>
                                     <field name="stock_type"/>
                                     <field name="structure_building"/>
                                     <field name="property_vaastu"/>
                                      <button name="contact" type="object" string="Play" />
                                 </tree>
                               </field>        
                       it is giving an error message

Imagine profil
Abandonează
Cel mai bun răspuns

Hi K Santosh Subba Rao,

I'm not sure what do you mean, in principle, on a m2m field can not add fields in the m2m relationship table. If I understand your question, what you should do is to replace your m2m relationship for two o2m relations with an intermediate class (in this class can add the checkbox and any other fields you want).

Regards,

Juan José - Ing ADHOC

Imagine profil
Abandonează
Related Posts Răspunsuri Vizualizări Activitate
0
mar. 15
3237
1
mar. 15
4106
0
mar. 15
183
1
ian. 16
8577
0
mar. 15
7177