[6.1/Trunk/7.0] wrong date in import invoices in bank statements
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Odoo Addons (MOVED TO GITHUB) | Status tracked in Trunk | |||||
7.0 |
Fix Released
|
Low
|
OpenERP Publisher's Warranty Team | |||
Trunk |
Confirmed
|
Medium
|
OpenERP R&D Addons Team 3 |
Bug Description
When invoices imported in bank statements the transaction date of the
generated journal line is incorrect. The date is not the date from the bank
statement. The effective date from the invoice is choosen.
Steps to reproduce:
Create a invoice with date 2013-01-01 in period 2013/01.
The customer pay the invoice on 2013-02-01 via bank. Now we have to
create a bank statement on 2013-02-01 in period 2013/02. Click on
'import invoices' and import the invoice. Now confirm the bank statement
and you will see following error:
ValidateError
Error occurred while validating the field(s) date: The date of your Journal Entry is not in the defined period! You should change the date or remove this constraint from the journal
Now go to journals and disable 'Check Date in Period' in bank journal and the
bank statement can be confirmed. Click on Journal items and you can see
the wrong date 2013-01-01 in the journal item.
Related branches
- Martin Trigaux (OpenERP) (community): Approve
- Serpent Consulting Services (community): Approve
- OpenERP Core Team: Pending requested
-
Diff: 65 lines (+17/-3)3 files modifiedaccount_voucher/account_voucher.py (+12/-1)
account_voucher/account_voucher_view.xml (+3/-0)
account_voucher/wizard/account_statement_from_invoice.py (+2/-2)
- Xavier ALT: Pending requested
- Naresh(OpenERP): Pending requested
-
Diff: 44 lines (+11/-1)3 files modifiedaccount_voucher/account_voucher.py (+7/-0)
account_voucher/account_voucher_view.xml (+3/-0)
account_voucher/wizard/account_statement_from_invoice.py (+1/-1)
summary: |
- [7.0] wrong date in import invoices in bank statements + [Trunk/7.0] wrong date in import invoices in bank statements |
Changed in openobject-addons: | |
assignee: | nobody → OpenERP R&D Addons Team 3 (openerp-dev-addons3) |
importance: | Undecided → Medium |
status: | New → Confirmed |
tags: | added: maintenance |
We can confirm that this also happens in v6.1