← Back to team overview

openerp-expert-accounting team mailing list archive

[Bug 519133] Re: Effective Date of Move and Movelines has to be the same?

 

Hello

Does it mean that OpenERP will not have the functionality that Sage and Ciel natively have ?
I remind that French accountants do use this functionality a LOT. Please read again #21 and understand what the need is.
Nhomar's proposal seems to be acceptable.

If OpenERP wants to be accepted by french accountants, the functionality should be considered at least as a wishlist because there is really a need here...
...or is it that french accounting is so special ?

Regards

-- 
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: Invalid
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