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

[ADD] new module magentoerpconnect_transaction_id

Open lmignon opened this issue 10 years ago • 1 comments

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.

lmignon avatar Dec 10 '15 13:12 lmignon

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')).

guewen avatar Dec 15 '15 13:12 guewen