From ca3455a3054e2953fb8b274ba5a4e65abcf3d257 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 23 May 2025 14:20:57 +0700 Subject: Note Development --- fixco_custom/views/barcoding_product.xml | 78 ++++++++++++++++++++++++++++++++ fixco_custom/views/product_product.xml | 17 +++++++ fixco_custom/views/sale_order.xml | 3 ++ fixco_custom/views/stock_picking.xml | 47 +++++++++++++++++++ 4 files changed, 145 insertions(+) create mode 100644 fixco_custom/views/barcoding_product.xml create mode 100644 fixco_custom/views/product_product.xml create mode 100644 fixco_custom/views/stock_picking.xml (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/barcoding_product.xml b/fixco_custom/views/barcoding_product.xml new file mode 100644 index 0000000..b259f1e --- /dev/null +++ b/fixco_custom/views/barcoding_product.xml @@ -0,0 +1,78 @@ + + + + + barcoding.product.tree + barcoding.product + + + + + + + + + + + barcoding.product.line.tree + barcoding.product.line + + + + + + + + + + + barcoding.product.form + barcoding.product + +
+ + + + + + + + + + + + + + + + +
+
+
+ + + barcoding.product.search.view + barcoding.product + + + + + + + + + Barcoding Product + ir.actions.act_window + barcoding.product + tree,form + + + +
+
diff --git a/fixco_custom/views/product_product.xml b/fixco_custom/views/product_product.xml new file mode 100644 index 0000000..2db7c31 --- /dev/null +++ b/fixco_custom/views/product_product.xml @@ -0,0 +1,17 @@ + + + + + Product Template + product.product + + + + + + + + + + + diff --git a/fixco_custom/views/sale_order.xml b/fixco_custom/views/sale_order.xml index 5a6bcbf..cbcbdc2 100644 --- a/fixco_custom/views/sale_order.xml +++ b/fixco_custom/views/sale_order.xml @@ -9,6 +9,9 @@ + + + diff --git a/fixco_custom/views/stock_picking.xml b/fixco_custom/views/stock_picking.xml new file mode 100644 index 0000000..17ed3e0 --- /dev/null +++ b/fixco_custom/views/stock_picking.xml @@ -0,0 +1,47 @@ + + + + + Stock Picking + stock.picking + + + + + + + + + + + + + + + + + + + + + + + + check.product.tree + check.product + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3