← Back to team overview

openerp-india team mailing list archive

[Bug 908187] Re: ir_sequence list/form must show the currval of the sequence

 

if openerp uses postgres sequences (implementation standard") 
then the next sequence is currval(<sequence name>)+1

opening the sequences shows always "1" for postgres "STANDARD" squences
and the correct value for "NO GAP" sequences

this is not consistent. und not easy to understand

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

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/908187

Title:
  ir_sequence list/form must show the currval of the sequence

Status in OpenERP Addons (modules):
  New

Bug description:
  currently for implementation "standard"  next number is always 1 (one)

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/908187/+subscriptions


References