connector-magento icon indicating copy to clipboard operation
connector-magento copied to clipboard

Pricelists without pushing prices

Open StefanRijnhart opened this issue 9 years ago • 2 comments

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?

StefanRijnhart avatar Aug 02 '16 15:08 StefanRijnhart

It could make sense, yes.

guewen avatar Aug 16 '16 10:08 guewen

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

StefanRijnhart avatar Aug 17 '16 13:08 StefanRijnhart