minor fix

This commit is contained in:
wilson gomez 2021-08-07 12:12:31 -05:00
parent aada415e8c
commit ebd11385e5
1 changed files with 1 additions and 2 deletions

View File

@ -45,7 +45,6 @@ this repository contains the full copyright notices and license terms. -->
<!-- Sequences -->
<record model="ir.sequence.type" id="sequence_type_rental">
<field name="name">Rental</field>
<field name="code">rental.service</field>
</record>
<record model="ir.sequence.type-res.group"
id="sequence_type_rental_group_admin">
@ -60,7 +59,7 @@ this repository contains the full copyright notices and license terms. -->
<record model="ir.sequence" id="sequence_rental">
<field name="name">Rental</field>
<field name="code">rental.service</field>
<field name="sequence_type" ref="sequence_type_rental"/>
</record>
</data>