跳至內容
選單
此問題已被標幟
3 回覆
5323 瀏覽次數

We are using Odoo 12 Enterprise and have the option enabled for 'Invoice on Delivered quantities'.

This correctly moves any order where a shipment has been made to the 'Orders to invoice' list.

We only want to invoice completed orders - i.e. orders where all products have been shipped, and therefore the 'Orders to invoice' list should only include orders where all items have been shipped.

Is this possible please?

頭像
捨棄

Interesting question. I found one app that might help (but I haven't used it): https://www.odoo.com/apps/modules/12.0/dev_sale_order_status/

最佳答案

I think it should be possible to add computed fields for the total quantity order and dispatched and then it's easy to add a filter based on those two fields.  Just needs some Python code to calculate it (and it looks as if this add-on does something like that).  

頭像
捨棄
最佳答案

from my knowledge,

There is no way to add filters and get what you are expecting..
invoice and its delivery is related through the SO
that makes it difficult ... 
you can make custom report or view to get the details 

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
1月 17
3358
1
2月 16
4470
0
3月 15
2927
1
1月 24
12883
2
5月 21
6475