I am unable to save the warehouse in the product form. Once i select warehouse and hit save, it disappears without any error and the field is left blank.
I have two warehouses.
Inventory module>Product>General Information tab> Warehouse field
V16
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
I am unable to save the warehouse in the product form. Once i select warehouse and hit save, it disappears without any error and the field is left blank.
I have two warehouses.
Inventory module>Product>General Information tab> Warehouse field
V16
Hello Nikita,
The field ‘Warehouse’ is not storable field that’s why you’re not able to save the value for it, If you make it storable from backend side(Python) then you can save value for it.
e.g.
Py:
class ProductTemplate(models.Model):
_inherit = 'product.template'
warehouse_id = fields.Many2one('stock.warehouse', store=True)
hope this can help you.
Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Mar 15
|
3726 | ||
|
2
Mar 15
|
7872 | ||
|
0
Dec 24
|
844 | ||
|
2
Jun 23
|
47967 | ||
|
3
Jan 24
|
15732 |