← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 699748] Re: [6.0 RC2] - strange and different behaviour of GTK and WEB client

 

Hello,

Regarding description provided on this bug :-
I have checked scenario provided by you but it cannot reproduce this kind of stuff.

Regarding Duplicate bug:- lp:699748 
I also checked lp:699748  bug. write method call multiple time b'coz In account module write method call each bank statement line and write sequence.

accoumt/account_bank_statement.py line #44
            for line in statement.line_ids:
                seq += 1
                account_bank_statement_line_obj.write(cr, uid, [line.id], {'sequence': seq}, context=context)

This code call write method for all bank statement line. I Create O2M
line in another object but it work perfectly.

Thanks,

** Changed in: openobject-server
       Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/699748

Title:
  [6.0 RC2] - strange and different behaviour of GTK and WEB client

Status in OpenERP Web Client:
  Triaged
Status in OpenERP Server:
  Incomplete

Bug description:
  the attached module allows (or should do so  ) to change account_id of
  posted account move line (Journal Items)

  Web - calls the account_move_line.write() twice
  * once with the correct parameter update_check = False
  * and a second time with update_check = True

  GTK - seems not to do this, but does not refresh the display not
  showing the new account - this is shown correctly only after manual
  refresh

   I'd expect the same behaviour for both clients.

  If it's not a misconception of my module it might cause very wired
  behaviour

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-client-web/+bug/699748/+subscriptions


References