Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
4 Trả lời
8146 Lượt xem

I want to add a button that, when clicked, adds input fields. How will I do?

Ảnh đại diện
Huỷ bỏ
Tác giả

Hello Daniel Can you give me an example. I'm new in OpenERP. How can I link the button to the condition.

Câu trả lời hay nhất

HI, you can follow following tutorial for this:

https://youtu.be/kwkddYoFQCE

Hope it helps,

Thanks

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi,

Checkout the app functionality on clicking the button it is able to add fields in form view.

https://apps.odoo.com/apps/modules/16.0/dynamic_product_fields/

Regards

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

One solution is to have those fields in the form, with the attribute attrs="{'invisible: <condition>}". The button would change a value in the document, and based on that value the <condition> could evaluate to False to make the corresponding fields visible.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Or try this: http://stackoverflow.com/questions/17738566/how-to-create-dynamic-fields-in-openerp-7-module

Ảnh đại diện
Huỷ bỏ