trytonpsk-sale_web_channel/view/sale_web_channel_form.xml

34 lines
1.2 KiB
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="app_id"/>
<field name="app_id"/>
<label name="secret_key"/>
<field name="secret_key"/>
<label name="redirect_uri"/>
<field name="redirect_uri"/>
<label name="authorization_code"/>
<field name="authorization_code"/>
<label name="access_token"/>
<field name="access_token"/>
<label name="refresh_token"/>
<field name="refresh_token"/>
<label name="creation_time"/>
<field name="creation_time"/>
<label name="status_token"/>
<field name="status_token"/>
<group col="6" colspan="4" id="state_buttons">
<label name="state"/>
<field name="state"/>
<group col="5" colspan="2" id="buttons">
<button name="draft" string="Draft"
icon="tryton-clear"/>
<button name="active" string="Active"
icon="tryton-ok"/>
<button name="finished" string="Finished"
icon="tryton-forward"/>
</group>
</group>
</form>