Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Outgoing quantity from draft/sent or not fully delivered confirmed orders (odoo14)
by
Quartile Limited., Yoshi Tashiro.
- 05/06/2024 02:31:29
Hi Francesco,
We made this module for a client for the similar need to what you describe.
Good luck!
--
On Wed, Jun 5, 2024 at 12:23 AM Francesco Ballerini <notifications@odoo-community.org> wrote:
Hi,I am looking for way to compute a field on products that shows the "free quantity" in a slightly different way compared to Odoo:Odoo will show free quantity as "qty on hand - reserved qty", but the reserved quantity is related to stock moves so the evaluation involves an order confirmation.I have been asked to add a new "free quantity" field that is computed instead as "qty on hand - outgoing qty" where the outgoing quantity should be computed from
- 'draft' (quotations) orders
- 'sent' (e-Commerce) orders
- 'confirm' orders but only for those lines that hasn't been fully delivered
I might have found an approach to this, which I'll describe below, but I'd like to ask if you have a better suggestion (in best case a field that I've missed or maybe a module introducing this), as I was looking for an easier or better way to achieve this task.Otherwise I think I can do the following:I think I can use this module maybe in combination with its parent sale_delivery_state, in order to filter out the majority of orders and evaluate the remaining order lines, filtered by active product:the sum of `demanded quantity - delivered quantity` for all those lines should match the needed computation I need for the "outgoing" quantity at this point.Do you have any hint for a shorter and/or better way?Thanks in advance--Francesco Ballerini_______________________________________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
Reference
-
Outgoing quantity from draft/sent or not fully delivered confirmed orders (odoo14)
byFrancesco Ballerini-
Re: Outgoing quantity from draft/sent or not fully delivered confirmed orders (odoo14)
byQuartile Limited., Yoshi Tashiro.- 05/06/2024 11:48:52 - 0 -
Re: Outgoing quantity from draft/sent or not fully delivered confirmed orders (odoo14)
byStefano Consolaro -
Re: Outgoing quantity from draft/sent or not fully delivered confirmed orders (odoo14)
byFrancesco Ballerini -
Re: Outgoing quantity from draft/sent or not fully delivered confirmed orders (odoo14)
byQuartile Limited., Yoshi Tashiro.- 05/06/2024 02:31:29 - 0
-