trytonpsk-sale_web_channel/view/sale_web_channel_form.xml

68 lines
2.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="name"/>
<field name="name"/>
<label name="channel_name"/>
<field name="channel_name"/>
<label name="company"/>
<field name="company"/>
<label name="app_id"/>
<field name="app_id"/>
<label name="shop"/>
<field name="shop" widget="selection"/>
<label name="user"/>
<field name="user" widget="selection"/>
<label name="secret_key"/>
<field name="secret_key"/>
<label name="seller_id"/>
<field name="seller_id"/>
<label name="admin_category"/>
<field name="admin_category"/>
<label name="price_list"/>
<field name="price_list"/>
<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"/>
<label name="api_key"/>
<field name="api_key"/>
<label name="password_api"/>
<field name="password_api"/>
<label name="host_name"/>
<field name="host_name"/>
<label name="party"/>
<field name="party"/>
<label name="payment_term"/>
<field name="payment_term" widget="selection"/>
<label name="freight_product"/>
<field name="freight_product"/>
<label name="report"/>
<field name="report"/>
<label name="bonus_product"/>
<field name="bonus_product"/>
<label name="invoice_type"/>
<field name="invoice_type"/>
<label name="generic_product"/>
<field name="generic_product"/>
<label name="tip_product"/>
<field name="tip_product"/>
<label name="template_notification"/>
<field name="template_notification"/>
<group col="6" colspan="4" id="state_buttons">
<group col="5" colspan="2" id="buttons">
<button name="generate_token_access" string="generate_token_access"
icon="tryton-ok"/>
</group>
</group>
</form>