when I try to create project from kanban view - create button, It is showing the quick form, But instead I want to call the normal project creation form.
how to inherit this by extending the corresponding view?
odoo 17
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
when I try to create project from kanban view - create button, It is showing the quick form, But instead I want to call the normal project creation form.
how to inherit this by extending the corresponding view?
odoo 17
Hi,
Create an XML file in your custom_module and overwrite the action 'open_create_project'.
You can go through the below code:
<record id="project.open_create_
<field name="name">Create a Project</field>
<field name="res_model">project.
<field name="view_mode">form</field>
<field name="view_id" ref="project.edit_project"/>
<field name="target">current</field>
<field name="context">{"default_
</record>
Hope it helps.
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อRelated Posts | ตอบกลับ | มุมมอง | กิจกรรม | |
---|---|---|---|---|
|
1
มี.ค. 15
|
9943 | ||
|
1
ก.ค. 24
|
1504 | ||
|
2
พ.ค. 24
|
1728 | ||
v17: error while inheriting res.users
แก้ไขแล้ว
|
|
3
ม.ค. 24
|
2695 | |
|
0
มี.ค. 22
|
2844 |