diff --git a/fusion-woo-odoo/fusion_woocommerce/__manifest__.py b/fusion-woo-odoo/fusion_woocommerce/__manifest__.py index ef9ecb0e..2b6a9e65 100644 --- a/fusion-woo-odoo/fusion_woocommerce/__manifest__.py +++ b/fusion-woo-odoo/fusion_woocommerce/__manifest__.py @@ -12,6 +12,21 @@ 'security/woo_security.xml', 'security/ir.model.access.csv', 'data/shipping_carriers.xml', + 'views/woo_instance_views.xml', + 'views/woo_product_map_views.xml', + 'views/woo_order_views.xml', + 'views/woo_sync_log_views.xml', + 'views/woo_conflict_views.xml', + 'views/woo_customer_views.xml', + 'views/woo_return_views.xml', + 'views/woo_tax_map_views.xml', + 'views/woo_pricelist_map_views.xml', + 'views/woo_shipping_carrier_views.xml', + 'views/sale_order_views.xml', + 'views/stock_picking_views.xml', + 'views/res_config_settings.xml', + 'views/woo_dashboard.xml', + 'views/woo_menus.xml', ], 'assets': { 'web.assets_backend': [ diff --git a/fusion-woo-odoo/fusion_woocommerce/static/src/css/woo_styles.css b/fusion-woo-odoo/fusion_woocommerce/static/src/css/woo_styles.css new file mode 100644 index 00000000..1960e55d --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/static/src/css/woo_styles.css @@ -0,0 +1 @@ +/* Fusion WooCommerce — custom styles */ diff --git a/fusion-woo-odoo/fusion_woocommerce/views/res_config_settings.xml b/fusion-woo-odoo/fusion_woocommerce/views/res_config_settings.xml new file mode 100644 index 00000000..2a4c5e02 --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/res_config_settings.xml @@ -0,0 +1,11 @@ + + + + + + WooCommerce Settings + woo.instance + tree,form + + + diff --git a/fusion-woo-odoo/fusion_woocommerce/views/sale_order_views.xml b/fusion-woo-odoo/fusion_woocommerce/views/sale_order_views.xml new file mode 100644 index 00000000..c94a6941 --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/sale_order_views.xml @@ -0,0 +1,26 @@ + + + + + + sale.order.form.woo + sale.order + + + + + + + + + + + + + + + + + + diff --git a/fusion-woo-odoo/fusion_woocommerce/views/stock_picking_views.xml b/fusion-woo-odoo/fusion_woocommerce/views/stock_picking_views.xml new file mode 100644 index 00000000..964ee81a --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/stock_picking_views.xml @@ -0,0 +1,21 @@ + + + + + + stock.picking.form.woo + stock.picking + + + + + + + + + + + + + + diff --git a/fusion-woo-odoo/fusion_woocommerce/views/woo_conflict_views.xml b/fusion-woo-odoo/fusion_woocommerce/views/woo_conflict_views.xml new file mode 100644 index 00000000..ec5d75fe --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/woo_conflict_views.xml @@ -0,0 +1,92 @@ + + + + + + woo.conflict.tree + woo.conflict + + + + + + + + + + + + + + + woo.conflict.form + woo.conflict + +
+
+
+ + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + woo.conflict.search + woo.conflict + + + + + + + + + + + + + + + + + Sync Conflicts + woo.conflict + tree,form + + + +
diff --git a/fusion-woo-odoo/fusion_woocommerce/views/woo_customer_views.xml b/fusion-woo-odoo/fusion_woocommerce/views/woo_customer_views.xml new file mode 100644 index 00000000..304fc7cb --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/woo_customer_views.xml @@ -0,0 +1,67 @@ + + + + + + woo.customer.tree + woo.customer + + + + + + + + + + + + + + woo.customer.form + woo.customer + +
+ + + + + + + + + + + + + + +
+
+
+ + + + woo.customer.search + woo.customer + + + + + + + + + + + + + + WooCommerce Customers + woo.customer + tree,form + + + +
diff --git a/fusion-woo-odoo/fusion_woocommerce/views/woo_dashboard.xml b/fusion-woo-odoo/fusion_woocommerce/views/woo_dashboard.xml new file mode 100644 index 00000000..f4cd2ab6 --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/woo_dashboard.xml @@ -0,0 +1,15 @@ + + + + + + WooCommerce Dashboard + woo.instance + tree,form + + + diff --git a/fusion-woo-odoo/fusion_woocommerce/views/woo_instance_views.xml b/fusion-woo-odoo/fusion_woocommerce/views/woo_instance_views.xml new file mode 100644 index 00000000..83eea12f --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/woo_instance_views.xml @@ -0,0 +1,175 @@ + + + + + + woo.instance.tree + woo.instance + + + + + + + + + + + + + + woo.instance.form + woo.instance + +
+
+
+ +
+ + + +
+
+

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + +
+
+ + + + woo.instance.search + woo.instance + + + + + + + + + + + + + + + + + + WooCommerce Instances + woo.instance + tree,form + + + +
diff --git a/fusion-woo-odoo/fusion_woocommerce/views/woo_menus.xml b/fusion-woo-odoo/fusion_woocommerce/views/woo_menus.xml new file mode 100644 index 00000000..43f4eaec --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/woo_menus.xml @@ -0,0 +1,95 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/fusion-woo-odoo/fusion_woocommerce/views/woo_order_views.xml b/fusion-woo-odoo/fusion_woocommerce/views/woo_order_views.xml new file mode 100644 index 00000000..030f6782 --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/woo_order_views.xml @@ -0,0 +1,103 @@ + + + + + + woo.order.tree + woo.order + + + + + + + + + + + + + + woo.order.form + woo.order + +
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + woo.order.search + woo.order + + + + + + + + + + + + + + + + + + + + WooCommerce Orders + woo.order + tree,form + + + +
diff --git a/fusion-woo-odoo/fusion_woocommerce/views/woo_pricelist_map_views.xml b/fusion-woo-odoo/fusion_woocommerce/views/woo_pricelist_map_views.xml new file mode 100644 index 00000000..8db3c06c --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/woo_pricelist_map_views.xml @@ -0,0 +1,26 @@ + + + + + + woo.pricelist.map.tree + woo.pricelist.map + + + + + + + + + + + + + + Price List Mapping + woo.pricelist.map + tree + + + diff --git a/fusion-woo-odoo/fusion_woocommerce/views/woo_product_map_views.xml b/fusion-woo-odoo/fusion_woocommerce/views/woo_product_map_views.xml new file mode 100644 index 00000000..28f54917 --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/woo_product_map_views.xml @@ -0,0 +1,101 @@ + + + + + + woo.product.map.tree + woo.product.map + + + + + + + + + + + + + + + + + + woo.product.map.form + woo.product.map + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + woo.product.map.search + woo.product.map + + + + + + + + + + + + + + + + + + + + + Product Mapping + woo.product.map + tree,form + + + +
diff --git a/fusion-woo-odoo/fusion_woocommerce/views/woo_return_views.xml b/fusion-woo-odoo/fusion_woocommerce/views/woo_return_views.xml new file mode 100644 index 00000000..14b958c8 --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/woo_return_views.xml @@ -0,0 +1,103 @@ + + + + + + woo.return.tree + woo.return + + + + + + + + + + + + + + woo.return.form + woo.return + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + + woo.return.search + woo.return + + + + + + + + + + + + + + + + + WooCommerce Returns + woo.return + tree,form + + + +
diff --git a/fusion-woo-odoo/fusion_woocommerce/views/woo_shipping_carrier_views.xml b/fusion-woo-odoo/fusion_woocommerce/views/woo_shipping_carrier_views.xml new file mode 100644 index 00000000..f3ba3315 --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/woo_shipping_carrier_views.xml @@ -0,0 +1,25 @@ + + + + + + woo.shipping.carrier.tree + woo.shipping.carrier + + + + + + + + + + + + + Shipping Carriers + woo.shipping.carrier + tree + + + diff --git a/fusion-woo-odoo/fusion_woocommerce/views/woo_sync_log_views.xml b/fusion-woo-odoo/fusion_woocommerce/views/woo_sync_log_views.xml new file mode 100644 index 00000000..e5097d76 --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/woo_sync_log_views.xml @@ -0,0 +1,91 @@ + + + + + + woo.sync.log.tree + woo.sync.log + + + + + + + + + + + + + + + + woo.sync.log.form + woo.sync.log + +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + + woo.sync.log.search + woo.sync.log + + + + + + + + + + + + + + + + + + + + + + Sync Logs + woo.sync.log + tree,form + + + +
diff --git a/fusion-woo-odoo/fusion_woocommerce/views/woo_tax_map_views.xml b/fusion-woo-odoo/fusion_woocommerce/views/woo_tax_map_views.xml new file mode 100644 index 00000000..38e614a3 --- /dev/null +++ b/fusion-woo-odoo/fusion_woocommerce/views/woo_tax_map_views.xml @@ -0,0 +1,26 @@ + + + + + + woo.tax.map.tree + woo.tax.map + + + + + + + + + + + + + + Tax Mapping + woo.tax.map + tree + + +