connector-woocommerce
connector-woocommerce copied to clipboard
Change values of _line_total_base_currency in _line_total
Hi, I'm managing WooCommerce orders in Odoo 8. The base currency Odoo and WooCommerce is the Euro. I can do in WooCommerce orders in multiple currencies and show me the full amount in the base currency (_line_total_base_currency) and the currency of payment (_line_total). ejm: Total: (199,00 €) $ 224.23.
When I import into Odoo, only it brings the total amount (224.23 $) of WooCommerce. but places Odoo 224.23 €
Odoo only give a value and what I've seen, always place your base currency, so, instead of importing 223.23 $ 199.00 want to be imported €. I'm thinking about exchanging the value of the fields: _line_total_base_currency and _line_total Some help. Thank you