connector-magento
connector-magento copied to clipboard
[11.0] [MIG] connector_magento
Migrated connector_magento to V11
Depends on:
- [x] connector_ecommerce - https://github.com/OCA/connector-ecommerce/pull/45
- [x] base_technical_user - https://github.com/OCA/server-tools/pull/1147
base_technical_user
has been merged
Does this connector works for Magento 2
@janarthanandev https://github.com/OCA/connector-magento/issues/211 https://github.com/Comunitea/connector-magento/commits/11.0_magento2
Hi...there is some news? Could i test it on my odoo v11?
This one misses some commit history from 10.0 (maybe added afterwards) and Travis is red.
@jesusVMayor I cannot seem to make a pull request from my version of this, but on ~line 39 of "connector_magento/models/stock_picking/exporter.py" -- sale_line = line.procurement_id.sale_line_id ++ sale_line = line.sale_line_id
@jaredkipe have you tested @jesusVMayor 's module for magento2? Is it working? If so could you provide the m2 version with whom it worked? Thanks for any feedback.
May I know the status of this PR? Does the code support magento2?
@StefanRijnhart Also, is there any plan to downgrade the v12 branch(from PR: https://github.com/OCA/connector-magento/pull/304) as v12 supports magento2 too?
No plan, but it should not be too hard I think.
@seyuf We have had M1 on 11 for a long time stable in production. We are currently in a AB testing situation with M1 and M2 (2.3) at the same time, there are some issues here and there that I've been fixing as we go.
Hi @jaredkipe , Thanks for the feedback. It would be nice if you could submit a link to a repo/fork with your fixes and/or a PR. Also, if i understood correctly, you're so far, just dealing with minor issues? Nothing critical? And concerning your M 2.3 is MSI enabled?
@seyuf https://github.com/hibou-io/oca-connector-magento Feel free to pull/merge.
I wouldn't say they're all minor (but maybe you do consider it minor), like this pricing fix. https://github.com/hibou-io/oca-connector-magento/commit/4a08c45d7fe4115022935fb1f568b758612c72bc
We do not use MSI because we already have customizations related to combining inventory from more than one stock location as the stock qty, and advanced order planning to direct orders to closest warehouse or splitting if there are stock issues.