trytonpsk-sale_web_channel/view/web_shop_form.xml

32 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. -->
<data>
<xpath
expr="/form/notebook/page[@id='products']"
position="after">
<page string="Connection Data" id="connection_data">
<label name="secret_key"/>
<field name="secret_key"/>
<label name="app_id"/>
<field name="app_id"/>
<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="status_token"/>
<field name="status_token"/>
<label name="refresh_token"/>
<field name="refresh_token"/>
<label name="seller_id"/>
<field name="seller_id"/>
<group col="6" colspan="4" id="state_buttons">
<button name="generate_token_access" string="generate_token_access"
icon="tryton-ok"/>
</group>
</page>
</xpath>
</data>