Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3116 มุมมอง

I need to be able to list quotations AND sale orders in one single screen. Now, this is an easy thing to do when you're able to call a specific action. However, I need to open a screen with the list using a function.


            return {

'name': _('Sale orders/quotations'),

'view_type': 'form',

'view_mode': 'tree',

'res_model': 'sale.order',

'type': 'ir.actions.act_window',

'domain': [('id', 'in', order_ids)],

'context':{},

}

This will always call a "default" action because, although I can specify a view, I cannot tell which action to run. So, I'm stuck.


Any ideas? It has to be made from within a function.


อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
Manually assign a quotation number แก้ไขแล้ว
3
ก.ค. 24
3179
1
มี.ค. 15
3148
2
มี.ค. 15
9622
Sales quotation in V10 แก้ไขแล้ว
1
มิ.ย. 19
2440
1
พ.ย. 18
3776