updating sequences by refering them with their XML id
Asked by
vrsb
Hello.
I made an addon and included the following xml file (in order to increase sequence padding) in update list of __terp__:
<record model="ir.sequence" id="seq_picking">
<field name="name"
<field name="padding"
<field name="code"
</record>
It didn't updated.
Instead that, I got two "Packing" sequences in database: one with 1-digit padding and another with 7-digits one. And they work "in turns" when new pickings are created: PACK7, PACK0000042, PACK8, PACK0000043 and so on.
What's wrong?
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- Borja López Soilán (NeoPolus)
- Solved:
- Last query:
- Last reply:
To post a message you must log in.