odoo/addons/account_followup
Denis Ledoux f2f4391e8b [FIX] account_followup: partial overdue payments
This is related to rev. ab9f02cdee

The above rev. take care to exclude payments that are not yet due;
meaning the ones due in the future, by checking the maturity
date.

Problem: Payments (e.g. move lines from bank statements)
do not have a maturity date. Only move lines that actually
have a maturity date, in the future, must be excluded,
not the one that do not have a maturity date.

opw-633930
2015-04-29 17:45:02 +02:00
..
i18n [I18N] Sync updated 7.0 translations from Launchpad 2015-01-07 17:57:28 +01:00
report [FIX] account_followup: partial overdue payments 2015-04-29 17:45:02 +02: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: partial overdue payments 2015-04-29 17:45:02 +02: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