Feat:Se agrega vista a 'sale_form

This commit is contained in:
Mongar28
2024-08-15 11:03:50 -05:00
parent 7dab4ef9ce
commit 77c5fd858e
7 changed files with 25 additions and 7 deletions

8
view/sale_form.xml Normal file
View File

@@ -0,0 +1,8 @@
<?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. -->
<data>
<xpath expr="//field[@name='lines']" position="after">
<field name="delete_lines" colspan="4"/>
</xpath>
</data>

View File

@@ -3,10 +3,10 @@
this repository contains the full copyright notices and license terms. -->
<tree>
<field name="sale"/>
<field name="user"/>
<field name="sale_date"/>
<field name="product"/>
<field name="quantity"/>
<field name="unit"/>
<field name="product"/>
<field name="sale_date"/>
<field name="user"/>
<field name="sale"/>
</tree>