suppose in my odoo location or store there are three location,i want to add limit for each store.if my store value is more than or equal 1cr ,it will not store any product . is it possible in odoo?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Kế toán
- Tồn kho
- PoS
- Project
- MRP
Câu hỏi này đã bị gắn cờ
1
Trả lời
640
Lượt xem
Hi,
I believe by default there is no validation available for the locations to limit adding new products based on the inventory value.
But if you need this functionality, you can achieve it by adding an automated action in the system or from a custom module.
Thanks
Bạn có hứng thú với cuộc thảo luận không? Đừng chỉ đọc, hãy tham gia nhé!
Tạo tài khoản ngay hôm nay để tận hưởng các tính năng độc đáo và tham gia cộng đồng tuyệt vời của chúng tôi!
Đăng ký
i did this,at first inherited two fields in stock.location ,limit and current stock value.
than from purchase ,inventory adjustment,internal transfer,manufacturing block the transfer if,if previous stock value + current transfer value > limit than there will be no transfer from that 4 module.