Migrate to 6.0

This commit is contained in:
Sergio Morillo 2022-07-25 19:39:33 +02:00
parent f51252ad50
commit e44de287f0
2 changed files with 1 additions and 3 deletions

View file

@ -3,8 +3,6 @@ from trytond.model import fields
from decimal import Decimal
from trytond.pyson import Eval
__all__ = ['InventoryLine']
class InventoryLine(metaclass=PoolMeta):
__name__ = 'stock.inventory.line'

View file

@ -5,7 +5,7 @@ this repository contains the full copyright notices and license terms. -->
<xpath expr="/tree/field[@name='quantity']" position="after">
<field name="diff"/>
</xpath>
<xpath expr="/tree/field[@name='unit_digits']" position="after">
<xpath expr="/tree/field[@name='quantity']" position="after">
<field name="cost_amount" sum="Cost amount"/>
</xpath>
</data>