Hi,
I want to import some data using CSV file under product master. So how to add values of this in CSV file for buy and resupply from subcontractors checkboxes.
Attached screen shot:
https://ibb.co/8YvDX3v
https://ibb.co/5cfxnhh (Product master)
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi,
I want to import some data using CSV file under product master. So how to add values of this in CSV file for buy and resupply from subcontractors checkboxes.
Attached screen shot:
https://ibb.co/8YvDX3v
https://ibb.co/5cfxnhh (Product master)
Simplest way is to manually create a product with the Routes you want, and export the record to see the format. Then you can use this for new products. The value for route_ids/id should be something like this:
purchase_stock.route_warehouse0_buy,mrp_subcontracting.route_resupply_subcontractor_mto |
I used Excel, and the format looks like this:
You can then import like this:
I don't normally use csv format, but it should work the same way with the field being something like this:
"purchase_stock.route_warehouse0_buy,mrp_subcontracting.route_resupply_subcontractor_mto"
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up