odoo/addons/account_followup
Nicolas Lempereur a5e32690b0 [FIX] tests: UTC used in test when it should not
The test for account followup use UTC time, but the default `date_maturity`
and `date_due` of an account invoice come from fields.Date.context_today`.

One failing test for project_timesheet also used `today` instead of
`context_today`.

So depending on the test user timezone, an error of one day (if UTC time
and user time are on different day) occured which failed the tests.

For example:

* user has GMT+1 timezone, test fails 0:00am–1:00am (11:00pm-0:00am in UTC)
* user has GMT+3 timezone, test fails 0:00am–3:00am (9:00pm-0:00am in UTC)

This fix removes UTC use in the tests.
2015-03-10 17:33:43 +01:00
..
i18n [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
report [FIX] account_followup: overdue payments must exclude payments not yet due. 2015-03-04 17:12:23 +01:00
security [MERGE] [FIX] hr_timesheet_sheet, account_followup: remove create access rights on reports and hide create button from views 2013-06-13 13:31:46 +02:00
test [FIX]account_followup : fix bug in test where year was hardcoded and it is not the case in the demo data 2013-01-02 10:34:05 +01:00
tests [FIX] tests: UTC used in test when it should not 2015-03-10 17:33:43 +01:00
wizard [FIX] account_followup: use %s string formatting to avoid concat None values 2014-10-22 19:26:00 +02:00
__init__.py [FIX] unmutable default in the remaining modules 2012-03-05 19:40:03 +01:00
__openerp__.py [MERGE] module desc + stock 2012-12-09 11:55:27 +01:00
account_followup.py [FIX] account_followup: overdue payments must exclude payments not yet due. 2015-03-04 17:12:23 +01:00
account_followup_customers.xml [MERGE] [FIX] 'Do manual Follow-ups' (menu) mistakenly enables create and import button 2013-05-28 17:13:01 +02:00
account_followup_data.xml [FIX] email.template: add missing parenthesis to filter all data on email and not the last one 2013-11-22 11:45:09 +01:00
account_followup_demo.xml [IMP] currencies in mails + minor 2012-12-06 17:40:06 +01:00
account_followup_view.xml [FIX] account_followup: fixed the action for the menu 'Reconcile Invoices & Payments' 2012-12-28 15:08:53 +01:00