We created some products on Magento that we want to remain disabled and simultaneously want to import to Odoo 8.0 . The problem is that Magento Connector synchronises only enabled products. How can i change this setting in order to synchronise all products (enabled/disabled).
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
2139
Views
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 | |
---|---|---|---|---|
|
0
Jan 17
|
2823 | ||
NoConnectorUnitError
Solved
|
|
1
Nov 16
|
2701 | |
|
1
May 16
|
5567 | ||
|
7
Jun 21
|
12130 | ||
|
0
Apr 21
|
1673 |
Your question should be precise and you should say which connector are you using. I think the fetching of products is done through the magento api call and if you need their details you should refer the magento documentation
Downvoting this question seems a bit harsh to me, there are many others much more worth of a downvote...
We use the Magento Connector by OCA. The problem is that the connector import products from magento only if product status is set to "Enabled". We want to change this setting and import all products that exist to magento, with status "Enabled" and "Disabled". I'm not sure that the problem is with magento api calls.