<form string="Test Form" version="7.0">
<header>
<div style="float:left" class="oe_button_box oe_left">
<button name="material_send" class="oe_highligh" type="workflow" string="Send" states="send" />
<button name="material_approved" string="For Approval" states="approved" />
<button name="material_recived" string="Recived" states="recived"/>
</div>
</header>
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Akuntansi
- Inventaris
- PoS
- Project
- MRP
Pertanyaan ini telah diberikan tanda
2
Replies
3577
Tampilan
Could be so much. Do you see anything else in that form? Was it included in the __openerp__.py file? What object is it used on? Does the object have a workflow? etc. etc.
Do you have the state field in the view? If not, you won't see any of the buttons as they need to be shown only on certain states.
Menikmati diskusi? Jangan hanya membaca, ikuti!
Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!
DaftarPost Terkait | Replies | Tampilan | Aktivitas | |
---|---|---|---|---|
|
1
Okt 23
|
3848 | ||
|
0
Des 19
|
2547 | ||
Self hosting Odoo custom
Diselesaikan
|
|
1
Agu 24
|
1847 | |
Opening new window with button in OpenERP
Diselesaikan
|
|
1
Jan 24
|
14275 | |
|
0
Okt 21
|
2004 |
just the buttons are invisible.
Actually i solve the problem. The problem was because of the states i used currently the state was on new and all buttons were invisible. Now i corrected it by deleting the state fields or to see a single button i start from new state.