first commit
This commit is contained in:
8
modules/web_shop/view/product_attribute_form.xml
Normal file
8
modules/web_shop/view/product_attribute_form.xml
Normal 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>
|
||||
10
modules/web_shop/view/product_category_form.xml
Normal file
10
modules/web_shop/view/product_category_form.xml
Normal 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>
|
||||
9
modules/web_shop/view/product_image_form.xml
Normal file
9
modules/web_shop/view/product_image_form.xml
Normal 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>
|
||||
8
modules/web_shop/view/product_image_list.xml
Normal file
8
modules/web_shop/view/product_image_list.xml
Normal 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>
|
||||
9
modules/web_shop/view/product_product_form.xml
Normal file
9
modules/web_shop/view/product_product_form.xml
Normal 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>
|
||||
13
modules/web_shop/view/product_template_form.xml
Normal file
13
modules/web_shop/view/product_template_form.xml
Normal 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>
|
||||
8
modules/web_shop/view/product_web_shop_url_list.xml
Normal file
8
modules/web_shop/view/product_web_shop_url_list.xml
Normal 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>
|
||||
17
modules/web_shop/view/sale_form.xml
Normal file
17
modules/web_shop/view/sale_form.xml
Normal 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>
|
||||
9
modules/web_shop/view/sale_list.xml
Normal file
9
modules/web_shop/view/sale_list.xml
Normal 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>
|
||||
8
modules/web_shop/view/shop_attribute_form.xml
Normal file
8
modules/web_shop/view/shop_attribute_form.xml
Normal 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>
|
||||
35
modules/web_shop/view/shop_form.xml
Normal file
35
modules/web_shop/view/shop_form.xml
Normal 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>
|
||||
9
modules/web_shop/view/shop_list.xml
Normal file
9
modules/web_shop/view/shop_list.xml
Normal 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>
|
||||
11
modules/web_shop/view/shop_price_list_form.xml
Normal file
11
modules/web_shop/view/shop_price_list_form.xml
Normal 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>
|
||||
11
modules/web_shop/view/user_form.xml
Normal file
11
modules/web_shop/view/user_form.xml
Normal 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>
|
||||
Reference in New Issue
Block a user