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="web_shops" 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="//notebook/page[@id='childs']" position="after">
<page name="web_shops" col="1">
<field name="web_shops"/>
</page>
</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="//group[@id='checkboxes']" position="inside">
<label name="web_shop"/>
<field name="web_shop" xexpand="0" width="25"/>
</xpath>
</data>

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='product']" position="after">
<field name="web_shop"/>
</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="//notebook/page[@id='web_shop']" position="inside">
<field name="web_shops" colspan="2"/>
<field name="web_shop_urls" mode="tree" colspan="2"/>
</xpath>
</data>

View File

@@ -0,0 +1,13 @@
<?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="//notebook" position="inside">
<page string="Web Shop" id="web_shop">
<group name="web_shop_description" colspan="4" col="-1">
<field name="web_shop_description"/>
<field name="web_shop_description" string="Edit" widget="html" xexpand="0"/>
</group>
</page>
</xpath>
</data>

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="product" expand="1"/>
<field name="url" widget="url" expand="1"/>
</tree>

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='other']/field[@name='origin']" position="after">
<label name="web_shop"/>
<field name="web_shop"/>
<label name="web_id"/>
<field name="web_id"/>
<label name="web_status_url"/>
<field name="web_status_url" widget="url" colspan="3"/>
</xpath>
<xpath expr="//button[@name='process']" position="after">
<button name="web_shop_update"/>
</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="//field[@name='reference']" position="after">
<field name="web_shop" expand="1" optional="1"/>
<field name="web_id" expand="1" optional="1"/>
</xpath>
</data>

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="//page[@id='products']" position="inside">
<field name="attributes"/>
</xpath>
</data>

View File

@@ -0,0 +1,35 @@
<?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="name"/>
<field name="name"/>
<label name="active"/>
<field name="active"/>
<label name="company"/>
<field name="company"/>
<label name="currency"/>
<field name="currency"/>
<label name="language"/>
<field name="language"/>
<label name="type"/>
<field name="type"/>
<label name="guest_party"/>
<field name="guest_party"/>
<notebook colspan="4">
<page name="warehouses">
<field name="warehouses" colspan="4"/>
</page>
<page name="countries">
<field name="countries" colspan="4"/>
</page>
<page string="Products" id="products">
<field name="products" colspan="4"/>
<field name="categories" colspan="4"/>
</page>
</notebook>
</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="company" expand="1" optional="1"/>
<field name="name" expand="2"/>
<field name="currency" optional="1"/>
<field name="type" optional="0"/>
</tree>

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. -->
<data>
<xpath expr="//field[@name='type']" position="after">
<label name="sale_price_list"/>
<field name="sale_price_list"/>
<label name="non_sale_price_list"/>
<field name="non_sale_price_list"/>
</xpath>
</data>

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. -->
<data>
<xpath expr="//field[@name='secondary_parties']" position="before">
<label name="invoice_address"/>
<field name="invoice_address"/>
<label name="shipment_address"/>
<field name="shipment_address"/>
</xpath>
</data>