Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
1 Ответить
3757 Представления

I want to duplicate all the information of the record, including the o2m field

<notebook>

     <page string="Job" name="job_estimate_id">

        <field name="job_estimate_id" attrs="{'readonly': [('state', '!=','draft')]}">

            <tree editable="bottom">

                <field name="name" invisible="1" force_save="1"/>

                <field name="job_recruitment_id" />

                <field name="no_of_recruitment" string="Quantity" />

            </tree>

        </field>

    </page>

</notebook>


Sorry, my English is not very good!

Thanks!


Аватар
Отменить
Автор Лучший ответ

Solve: Add copy=True field o2m on model

Аватар
Отменить
Related Posts Ответы Просмотры Активность
3
авг. 24
15424
2
июн. 23
4302
0
окт. 17
2602
1
июл. 16
10818
0
мар. 15
3634