← Back to team overview

openerp-expert-accounting team mailing list archive

[Bug 519133] Re: The Centralisation check is required at write(), Date of move and effective date of move line do not behave as expected on write()

 

Hello Nhomar,
We consider it as a wishlist for 6.0.
But as per what we discussed, dates of move lines have to be same as the date of move.
More discussions are invited.
Thanks.

** Changed in: openobject-addons
   Importance: Low => Wishlist

** Changed in: openobject-addons
       Status: Incomplete => New

** Changed in: openobject-addons
    Milestone: 5.0.10 => 6.0

** Summary changed:

- The Centralisation check is required at write(), Date of move and effective date of move line do not behave as expected on write()
+ Effective Date:Move and Movelines has to be the same?

** Summary changed:

- Effective Date:Move and Movelines has to be the same?
+ Effective Date of Move and Movelines has to be the same?

-- 
Effective Date of Move and Movelines has to be the same?
https://bugs.launchpad.net/bugs/519133
You received this bug notification because you are a member of OpenERP
Accounting Experts, which is a direct subscriber.

Status in OpenObject Addons Modules: New
Status in OpenObject Addons 5.0 series: Fix Released

Bug description:
Hello

When modifying an entry line in a centralized journal (journal.centralisation=true), all the entry line dates get modified and take the modified entry line value.

The entry line dates should not be changed

I guess the solution is in the write function in account_move_line.py where we should find some 'if journal.centralisation:...' as it is in the create function.

Regards