c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #17361
[Bug 724010] Re: Sequence for Packs is generated wrong.
The sequence.xml file is the standard as installed. The sequence isn't changed manually and is reflecting the same. The data was provided for your convenience. nevertheless I will attach:
file stock_sequence.xml
<record id="sequence_tracking" model="ir.sequence">
<field name="name">Packs</field>
<field name="code">stock.lot.tracking</field>
<field name="prefix"></field>
<field name="padding">7</field>
<field name="number_next">1</field>
<field name="number_increment">1</field>
</record>
Does have the same values as on screen
Added 2 screenshots
B.T.W. the other defect you made is closed as invalid!
** Attachment added: "packs_refs.png"
https://bugs.launchpad.net/openobject-addons/+bug/724010/+attachment/1868390/+files/packs_refs.png
--
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/724010
Title:
Sequence for Packs is generated wrong.
Status in OpenERP Modules (addons):
New
Bug description:
Version 6
Install warehouse functionality with demo data.
Add a Pack number (generated) to a "Deliver product" line in Warehousing -> Product Moves
Add a pack number (generated) to a second "deliver product" line
Watch that the next number generated is 7 numbers higher instead of 1 higher.
The generated numbers are
00000048
00000055
00000062
Sequence generator set to
Packs (stock.lot.tracking)
Number padding : 7
Increment Number : 1
References