Feat: Se crean las vistas para 'sale_line_deleted'

This commit is contained in:
Mongar28
2024-08-15 09:23:12 -05:00
parent cbd633e8b1
commit 6aac866ea3
9 changed files with 84 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<form>
<label name="sale"/>
<field name="sale"/>
<label name="quantity"/>
<field name="quantity"/>
<label name="unit"/>
<field name="unit"/>
<label name="product"/>
<field name="product"/>
<label name="sale_date"/>
<field name="sale_date"/>
<label name="user"/>
<field name="user"/>
</form>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0"?>
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
this repository contains the full copyright notices and license terms. -->
<tree>
<field name="sale"/>
<field name="quantity"/>
<field name="unit"/>
<field name="product"/>
<field name="sale_date"/>
<field name="user"/>
</tree>