Feat: Se crean las vistas para 'sale_line_deleted'
This commit is contained in:
19
view/sale_line_deleted_form.xml
Normal file
19
view/sale_line_deleted_form.xml
Normal 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>
|
||||
|
||||
12
view/sale_line_deleted_list.xml
Normal file
12
view/sale_line_deleted_list.xml
Normal 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>
|
||||
Reference in New Issue
Block a user