1
0
Fork 0
mirror of synced 2023-12-14 09:32:52 +01:00
trytond-stock_lot_sequence/stock.xml
2022-03-22 14:24:17 +01:00

13 lines
448 B
XML

<?xml version="1.0"?>
<!-- The COPYRIGHT file at the top level of this repository contains the full
copyright notices and license terms. -->
<tryton>
<data>
<!-- stock_lot add sequence.type but not sequence -->
<record model="ir.sequence" id="sequence_lot">
<field name="name">Lot</field>
<field name="sequence_type" ref="stock_lot.sequence_type_stock_lot"/>
</record>
</data>
</tryton>