connector-magento
connector-magento copied to clipboard
[ADD] new module magentoerpconnect_transaction_id
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 tests developed for this new module and the tests are successful.
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 tests developed for this new module and the tests are successful.
What is your status on that?
Tests seem to fail due to a periods error so I guess it is not related to your pull request (openerp.exceptions.RedirectWarning: ('There is no period defined for this date: 2016-01-31.\nPlease go to Configuration/Periods.', 170, 'Go to the configuration panel')).