How can I change the default warehouse in Quotation?
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ờ
Create a quotation for the warehouse you want to set as the default.
Enable "debug" mode (from the Settings menu)
Click on "Open Developer Tools" and select "Set defaults"
Click on "default" and one of the options should be "Warehouse = <name of warehouse>". Select that.
Click on "all users" or "only you" and then "Save default"
You can now edit this under Settings -> Technical -> User-defined Defaults
Thank You. Its working
I think the multiple warehouses is not enabled in inventory setting because If multiple warehouses is enabled then warehouse field will be shown in "Other information" tab as this field is shown only for group group_stock_multi_locations.
<field name="warehouse_id" options="{'no_create': True}" groups="stock.group_stock_multi_locations"/>
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ý
In the picking type, you can define Warehouse.
Perhaps, this -https://apps.odoo.com/apps/modules/12.0/user_warehouse_default/ - or this -https://apps.odoo.com/apps/modules/12.0/product_stock_balance/ - tools might be of use. Each let assign a default warehouse per salesperson