first commit

This commit is contained in:
root
2026-03-14 09:42:12 +00:00
commit 0adbd20c2c
10991 changed files with 1646955 additions and 0 deletions

View 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. -->
<data>
<xpath expr="/form" position="inside">
<field name="shopify_selections" colspan="4"/>
</xpath>
</data>

View File

@@ -0,0 +1,17 @@
<?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 cursor="shop" col="2">
<label name="carrier"/>
<field name="carrier"/>
<separator string="Criteria" id="criteria" colspan="2"/>
<label name="shop"/>
<field name="shop"/>
<label name="code"/>
<field name="code"/>
<label name="title"/>
<field name="title"/>
</form>

View 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. -->
<tree>
<field name="carrier" expand="2"/>
<field name="shop" expand="1"/>
<field name="code" expand="1"/>
<field name="title" expand="1"/>
</tree>

View 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. -->
<data>
<xpath expr="//field[@name='identifiers']" position="after">
<field name="shopify_identifiers" colspan="4"/>
</xpath>
</data>

View 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>

View File

@@ -0,0 +1,17 @@
<?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='web_shop']" position="inside">
<newline/>
<label name="shopify_uom"/>
<field name="shopify_uom"/>
<newline/>
<label name="shopify_handle"/>
<field name="shopify_handle"/>
<newline/>
<field name="shopify_identifiers" colspan="4"/>
</xpath>
</data>

View 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. -->
<data>
<xpath expr="//field[@name='web_id']" position="after">
<newline/>
<label name="shopify_url"/>
<field name="shopify_url" widget="url" colspan="3"/>
</xpath>
</data>

View File

@@ -0,0 +1,29 @@
<?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"/>
<label name="shopify_fulfillment_notify_customer"/>
<field name="shopify_fulfillment_notify_customer"/>
<field name="shopify_payment_journals" colspan="6"/>
</page>
</xpath>
</data>

View File

@@ -0,0 +1,17 @@
<?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="shopify_url"/>
<field name="shopify_url" widget="url"/>
<label name="to_update"/>
<field name="to_update"/>
</form>

View File

@@ -0,0 +1,11 @@
<?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" optional="0"/>
<field name="shopify_url" widget="url"/>
<field name="to_update" optional="1"/>
<button name="set_to_update" tree_invisible="1"/>
</tree>

View 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>

View 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>

View 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>

View 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>

View 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>

View 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>