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

i need show orders payment state in sales order list.How do I do it?

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

The fastest sollution is to use this 10euro module:
https://apps.odoo.com/apps/modules/14.0/eq_so_payment_status/

probably it is exactly doing what you need on both views - tree view and form view.

This is not a quick sollution task, and giving simple answer is not possible. In short, sale order model, has no payment status field, you need to create it and compute it's value. Especially because one sale order can have multiple payments (invoices). If you need more explanation, post it here.

Maybe you are already using odoo ver 12. , for which there is also a free module, but you need to test it youself.
https://apps.odoo.com/apps/modules/12.0/payment_status_in_SO/

If my answers are ok for you, please vote me +1, or(and) mark as best answer.

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Hi, when you write 'state' of orders payment, whats exactly do you want? In the 'Sales' module list view, it already has a column namely, Status. 

Otherswise, whenever your intention is, you can create a field.Selection() in the model to represent 'state'. Then just write it in the list view to show it.


อวตาร
ละทิ้ง