Перейти к содержимому
Меню
Чтобы взаимодействовать с сообществом, необходимо зарегистрироваться.
Этот вопрос был отмечен
3 Ответы
5317 Представления

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 

Аватар
Отменить
Related Posts Ответы Просмотры Активность
0
янв. 17
3357
1
февр. 16
4470
0
мар. 15
2925
1
янв. 24
12879
2
мая 21
6474