OCA / connector-woocommerce

GNU Affero General Public License v3.0
55 stars 105 forks source link

Change values of _line_total_base_currency in _line_total #26

Open IgnacioMelendrez opened 8 years ago

IgnacioMelendrez commented 8 years ago

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