← Back to team overview

openerp-expert-accounting team mailing list archive

[Bug 519133] Re: [5.0] The Centralisation check is required at write() as well.

 

Hello Invitu,

I have tried to change the different fields of move line at my end but I
did not facing this type of problem which you specified in the bug.

I have created two fiscal year and create invoice with the related period of old fiscal year and also create move with the old fiscal year. I have also called the wizard (Financial Management/Periodical Processing/End of Year Treatments/Generate Fiscal Year Opening Entries) to transfer the balance into new fiscal year.It generate a move with centralized journal which i have created.I have opened the move Line of centralize Journal and try to change the name field but it did not change the date when i saved the move line.Again i have tried to change the period but it did not allow me to change the period.It allow me to change the date. 
So I have tried my best to reproduce this bug but not able to produce it.

Can you provide me the complete steps with example to reproduce this bug
and provide me screen shots if possible ?

Thanks.

-- 
[5.0] The Centralisation check is required at write() as well.
https://bugs.launchpad.net/bugs/519133
You received this bug notification because you are a member of OpenERP's
Accounting Experts, which is a direct subscriber.

Status in OpenObject Addons Modules: In Progress

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