Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
4331 Zobrazení
<record model="ir.ui.view" id="ev_purchase.supplier_type_list">    <field name="name">supplier_type</field>    <field name="model">ev_purchase.supplier_type</field>    <field name="arch" type="xml">        <tree editable="top">            <field name="supplier_type_code"  class="detail"></field>            <field name="name" readonly="True" class="detail"></field>        </tree>    </field></record>

How to edit multiple row at one time on tree view? And then save them, not save inline row if it is changed.

Avatar
Zrušit
Related Posts Odpovědi Zobrazení Aktivita
2
čvc 22
6863
4
čvn 22
14803
0
bře 21
2182
0
kvě 18
3158
1
dub 18
6155