I am getting object_name,record_id in form view on click of any button in form how to remove this and give my customised name
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
4462
Lượt xem
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký| Bài viết liên quan | Trả lời | Lượt xem | Hoạt động | |
|---|---|---|---|---|
|
|
1
thg 11 24
|
2356 | ||
|
|
1
thg 9 21
|
10134 | ||
|
|
1
thg 1 24
|
17709 | ||
|
|
0
thg 3 15
|
3880 | ||
|
|
1
thg 3 15
|
10584 |
In Default Openerp Form view shows Table "name" column in top of view. Suppose name column not available in custom module can use _rec_name = "column_name"
Can you post your xml view ?
<record model="ir.ui.view" id="view_esale_myob_form"> <field name="name">esale.myob</field> <field name="model">esale.myob</field> <field name="type">form</field> <field name="arch" type="xml"> <form string ="MYOB" version="7.0"> <sheet string = "myob"> <group> <field name="as_on_date" required="1"/> </group> <group> <button type="object" string="Export Customer" name="export_customer_dt"/> <button type="object" string="Export Supplier" name="export_supplier_dt"/> <button type="object" string="Export Product" name="export_product_dt"/>