Initial import from Docker volume
This commit is contained in:
12
modules/web_shop_shopify/view/product_attribute_set_form.xml
Executable file
12
modules/web_shop_shopify/view/product_attribute_set_form.xml
Executable file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="//field[@name='attributes']" position="after">
|
||||
<group id="shopify_options" string="Shopify Options" colspan="4" col="-1">
|
||||
<field name="shopify_option1"/>
|
||||
<field name="shopify_option2"/>
|
||||
<field name="shopify_option3"/>
|
||||
</group>
|
||||
</xpath>
|
||||
</data>
|
||||
9
modules/web_shop_shopify/view/product_template_form.xml
Executable file
9
modules/web_shop_shopify/view/product_template_form.xml
Executable file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="//page[@id='customers']" position="inside">
|
||||
<label name="shopify_uom"/>
|
||||
<field name="shopify_uom"/>
|
||||
</xpath>
|
||||
</data>
|
||||
27
modules/web_shop_shopify/view/shop_form.xml
Executable file
27
modules/web_shop_shopify/view/shop_form.xml
Executable file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<data>
|
||||
<xpath expr="//page[@name='warehouses']" position="after">
|
||||
<page name="shopify_warehouses">
|
||||
<field name="shopify_warehouses" colspan="4" view_ids="web_shop_shopify.shop_stock_location_view_list,web_shop_shopify.shop_stock_location_view_form"/>
|
||||
</page>
|
||||
</xpath>
|
||||
<xpath expr="//page[@id='products']" position="after">
|
||||
<page string="Shopify" id="shopify" col="6">
|
||||
<label name="shopify_url"/>
|
||||
<field name="shopify_url"/>
|
||||
<label name="shopify_password"/>
|
||||
<field name="shopify_password" widget="password"/>
|
||||
<label name="shopify_version"/>
|
||||
<field name="shopify_version"/>
|
||||
|
||||
<label name="shopify_webhook_shared_secret"/>
|
||||
<field name="shopify_webhook_shared_secret"/>
|
||||
<label name="shopify_webhook_endpoint_order"/>
|
||||
<field name="shopify_webhook_endpoint_order"/>
|
||||
|
||||
<field name="shopify_payment_journals" colspan="6"/>
|
||||
</page>
|
||||
</xpath>
|
||||
</data>
|
||||
15
modules/web_shop_shopify/view/shop_shopify_identifier_form.xml
Executable file
15
modules/web_shop_shopify/view/shop_shopify_identifier_form.xml
Executable file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="web_shop"/>
|
||||
<field name="web_shop" colspan="3"/>
|
||||
|
||||
<label name="record"/>
|
||||
<field name="record"/>
|
||||
<label name="shopify_identifier"/>
|
||||
<field name="shopify_identifier" width="20"/>
|
||||
|
||||
<label name="to_update"/>
|
||||
<field name="to_update"/>
|
||||
</form>
|
||||
10
modules/web_shop_shopify/view/shop_shopify_identifier_list.xml
Executable file
10
modules/web_shop_shopify/view/shop_shopify_identifier_list.xml
Executable file
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tree>
|
||||
<field name="web_shop" expand="1"/>
|
||||
<field name="record" expand="1"/>
|
||||
<field name="shopify_identifier" expand="2"/>
|
||||
<field name="to_update"/>
|
||||
<button name="set_to_update" tree_invisible="1"/>
|
||||
</tree>
|
||||
15
modules/web_shop_shopify/view/shop_shopify_payment_journal_form.xml
Executable file
15
modules/web_shop_shopify/view/shop_shopify_payment_journal_form.xml
Executable file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="shop"/>
|
||||
<field name="shop" colspan="3"/>
|
||||
|
||||
<label name="journal"/>
|
||||
<field name="journal" widget="selection"/>
|
||||
<label name="sequence"/>
|
||||
<field name="sequence"/>
|
||||
|
||||
<label name="gateway"/>
|
||||
<field name="gateway"/>
|
||||
</form>
|
||||
8
modules/web_shop_shopify/view/shop_shopify_payment_journal_list.xml
Executable file
8
modules/web_shop_shopify/view/shop_shopify_payment_journal_list.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tree sequence="sequence">
|
||||
<field name="shop" expand="1"/>
|
||||
<field name="gateway"/>
|
||||
<field name="journal" expand="2"/>
|
||||
</tree>
|
||||
15
modules/web_shop_shopify/view/shop_stock_location_form.xml
Executable file
15
modules/web_shop_shopify/view/shop_stock_location_form.xml
Executable file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="shop"/>
|
||||
<field name="shop" colspan="3"/>
|
||||
|
||||
<label name="warehouse"/>
|
||||
<field name="warehouse"/>
|
||||
<label name="shopify_id"/>
|
||||
<field name="shopify_id"/>
|
||||
|
||||
<label name="shopify_stock_skip_warehouse"/>
|
||||
<field name="shopify_stock_skip_warehouse"/>
|
||||
</form>
|
||||
8
modules/web_shop_shopify/view/shop_stock_location_list.xml
Executable file
8
modules/web_shop_shopify/view/shop_stock_location_list.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tree>
|
||||
<field name="shop" expand="1"/>
|
||||
<field name="warehouse" expand="1"/>
|
||||
<field name="shopify_id"/>
|
||||
</tree>
|
||||
12
modules/web_shop_shopify/view/stock_shipment_shopify_identifier_form.xml
Executable file
12
modules/web_shop_shopify/view/stock_shipment_shopify_identifier_form.xml
Executable file
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<form>
|
||||
<label name="shipment"/>
|
||||
<field name="shipment" colspan="3"/>
|
||||
|
||||
<label name="sale"/>
|
||||
<field name="sale"/>
|
||||
<label name="shopify_identifier"/>
|
||||
<field name="shopify_identifier" width="20"/>
|
||||
</form>
|
||||
8
modules/web_shop_shopify/view/stock_shipment_shopify_identifier_list.xml
Executable file
8
modules/web_shop_shopify/view/stock_shipment_shopify_identifier_list.xml
Executable file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- This file is part of Tryton. The COPYRIGHT file at the top level of
|
||||
this repository contains the full copyright notices and license terms. -->
|
||||
<tree>
|
||||
<field name="shipment" expand="1"/>
|
||||
<field name="sale" expand="1"/>
|
||||
<field name="shopify_identifier" expand="2"/>
|
||||
</tree>
|
||||
Reference in New Issue
Block a user