Hello everyone,
I'm currently facing an inventory management issue in Odoo, and I was hoping to get some guidance on how to handle it effectively.
In my inventory, I have packs of chicken, with each pack weighing 2kg. The unit of measure (UOM) for these chicken packs is set as kilograms (kg). However, when I purchase the chicken, it is measured and sold by the pack.
Here's the problem: Whenever I deduct 5kg of chicken from my inventory, the pack of chicken should be reduced by 5 packs, considering each pack weighs 2kg. However, since the purchase UOM is different from the inventory UOM, I'm not sure how to manage this deduction accurately.
Could someone please provide some insights into how I can handle this situation in Odoo? Is there a specific setting or configuration I need to change to ensure that when I deduct 5kg of chicken, it correctly reduces the number of packs by 5?
I want to do this using Odoo's External API and Python.
Thank you in advance for your help and suggestions!
If you buy and sell by the pack as is, why is your uom in kg?