trytonpsk-sale_web_channel/view/synchronize_orders_view_for...

23 lines
744 B
XML

<?xml version="1.0"?>
<!-- This file is part sale_shop module for Tryton.
The COPYRIGHT file at the top level of this repository contains the full copyright notices and license terms. -->
<form>
<label name="company"/>
<field name="company" widget="selection"/>
<label name="shop"/>
<field name="shop" widget="selection"/>
<label name="channel"/>
<field name="channel" widget="selection"/>
<!-- <label name="name_channel"/> -->
<field name="type" invisible="1"/>
<newline/>
<label name="operation"/>
<field name="operation"/>
<label name="order_id"/>
<field name="order_id"/>
<label name="date"/>
<field name="date"/>
<label name="date_end"/>
<field name="date_end"/>
</form>