trytonpsk-sale_pos_frontend.../view/configuration_task_form.xml

18 lines
610 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="name"/>
<field name="name"/>
<!-- <label name="ldm"/>
<field name="ldm"/> -->
<label name="product"/>
<field name="product"/>
<!-- <label name="work_station"/>
<field name="work_station"/> -->
<newline/>
<label name="description"/>
<field name="description" colspan="4"/>
<!-- <label name="printers"/> -->
<field name="printers" colspan="4"/>
</form>