Guewen Baconnier

Results 131 comments of Guewen Baconnier

Not sure we can easily fix this, because odoo wipes the envs, registries, etc after uninstall. We'd have to refresh the env entirely as well. The easy approach first would...

Could not be related because the tests are not executed in a container. Here is an example of failure: https://travis-ci.org/camptocamp/anthem/builds/166992706#L369-L466

This error has been returned by Magento. Which revision of http://bazaar.launchpad.net/~magentoerpconnect-core-editors/magentoerpconnect/module-magento-trunk do you use on Magento? This Magento module [creates an `imported` column on Magento](http://bazaar.launchpad.net/~magentoerpconnect-core-editors/magentoerpconnect/module-magento-trunk/view/head:/Openlabs_OpenERPConnector-1.1.0/Openlabs/OpenERPConnector/sql/openerpconnector_setup/mysql4-install-0.0.1.php#L48). Did you cleared the Magento...

Sorry I don't, I'm far to be comfortable with Magento and this is clearly a Magento related error.

If you plan to use Magento and you don't have the sufficient knowledge, my advise would be either to learn by yourself, either to contract paid support from a company...

> The main question here is: step 2 and 3 should be synchro or deferred with a new job ? As step 1 alone doesn't make sense without 2 and...

> @guewen Do you have an idea how to hide the product.product without attributes ? (screenshot in the first post). If i disable it, the connector will stop updating the...

What do you have in the `--database` or `db_name` option?

You may want to check this pull request https://github.com/OCA/connector-magento/pull/274

> Tests fails due to the payment term used in SetUpMagentoBase > > ``` > self.payment_term = self.env.ref('account.' > 'account_payment_term_advance') > ``` > > I've removed the payment_term in the...