Initial import from Docker volume

This commit is contained in:
root
2025-12-26 13:11:43 +00:00
commit 4998dc066a
13336 changed files with 1767801 additions and 0 deletions

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

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

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="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>

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

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>