connector-magento
connector-magento copied to clipboard
Pricelists without pushing prices
Customer uses multiple shops with multiple currencies. Currency in sale orders in Odoo is governed by using a pricelist in that currency. Pricelists in connector-magento are implemented in the magentoerpconnect_pricing module, which insists on pushing product prices to Magento (which customer does not want).
Does it make sense to anyone else to refactor this into two separate modules?
It could make sense, yes.
I have taken the simpler approach of adding a checkbox in the pricelist module that governs whether prices are actually pushed. https://github.com/OCA/connector-magento/pull/230