Feat:Se agrega vista a 'sale_form
This commit is contained in:
8
view/sale_form.xml
Normal file
8
view/sale_form.xml
Normal 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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user