I am trying to do a mass import and then mass update of various product attributes (eg. gross weight) as well as product categories for the e-commerce frontend. If anyone has any suggestions on how this might be achieved either by mass update by CSV file or mass update by selecting the products in the Sales >> Products I would appreciate your input.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- Accounting
- Inventory
- PoS
- Project management
- MRP
This question has been flagged
To update product categories for a product, I recommend you to export the list of product categories first to create their xml id.
Then export all the products for which you want to do a mass update with the columns that you need to update (import-compatible export). When you export products, they will get an xml id too.
In the csv file, fill the new product category with the corresponding xml id. Keep the product xml IDs in your import file, so they will not be created again, but only updated.
For other fields such as gross weight, you can just enter the values. No need for xml IDs in that case.
There is also a module made by Serpent :
You can have a look at it on youtube : https://www.youtube.com/watch?v=9BH0o74A748
http://bazaar.launchpad.net/~server-env-tools-core-editors/server-env-tools/7.0/files/head:/mass_editing/
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
4
Nov 23
|
29840 | ||
|
0
Feb 23
|
845 | ||
|
3
Sep 16
|
4957 | ||
|
0
Mar 16
|
2364 | ||
|
1
Mar 15
|
3134 |
can you add which version of odoo/OpenERP you are referring to? I have suspicion it is v8
Hi Gunnar, I'm running an older branch (a few weeks old) of the master branch of v8.
Hi Els, Thanks, i'll give your suggestion a try.