trytondo-sale_order/view/order_form.xml
2025-01-29 17:27:10 -05:00

15 lines
522 B
XML

<?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="party"/>
<field name="party"/>
<label name="pickup_location"/>
<field name="pickup_location"/>
<label name="date"/>
<field name="date"/>
<field name="lines" colspan="4"
view_ids="sale_order.order_line_view_tree,sale_order.order_line_view_form"/>
<label name="total_order"/>
<field name="total_order"/>
</form>