I have customer form on which there is character field for entering customer name and some fields to enter customer address details like street,city,state etc...On the same form i have kept one button which will concatenate all the address details.once user clicks on this button a record will be automatically created in my custom class (For ex: abc_customer_address).on the same form one more one2many field is there for customer to enter his service details.This One2many is having one field which is many2one of my custom class i.e.abc_customer_address named as abc_address_id.
Now what i want is that once customer clicks on create button of one2many and goes for abc_address_id and selects create and edit option to open the form the same customer name should get automatically popped up in one of the field of the form which is many2one of customer class.so that user will enter his secondary address details and will save the form.
Is it possible to do it in this way?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- ลูกค้าสัมพันธ์
- e-Commerce
- ระบบบัญชี
- สินค้าคงคลัง
- PoS
- Project
- MRP
คำถามนี้ถูกตั้งค่าสถานะ
2734
มุมมอง
สนุกกับการพูดคุยนี้ใช่ไหม? เข้าร่วมเลย!
สร้างบัญชีวันนี้เพื่อเพลิดเพลินไปกับฟีเจอร์พิเศษและมีส่วนร่วมกับคอมมูนิตี้ที่ยอดเยี่ยมของเรา!
ลงชื่อ
Can anyone please suggest me a workaround if this is not possible in such manner?