From 737d6932676242ad4aae7f7c175ea98d5b00f437 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 22 Jul 2025 11:11:34 +0700 Subject: odoo fixco --- fixco_custom/views/automatic_purchase.xml | 2 + fixco_custom/views/brands_views.xml | 59 ++++++++++++++++++++++++++ fixco_custom/views/product_product.xml | 2 + fixco_custom/views/product_public_category.xml | 55 ++++++++++++++++++++++++ fixco_custom/views/purchasing_job.xml | 1 + 5 files changed, 119 insertions(+) create mode 100644 fixco_custom/views/brands_views.xml create mode 100644 fixco_custom/views/product_public_category.xml (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/automatic_purchase.xml b/fixco_custom/views/automatic_purchase.xml index f985a54..9b0a45b 100644 --- a/fixco_custom/views/automatic_purchase.xml +++ b/fixco_custom/views/automatic_purchase.xml @@ -20,6 +20,8 @@ + + diff --git a/fixco_custom/views/brands_views.xml b/fixco_custom/views/brands_views.xml new file mode 100644 index 0000000..09fc75a --- /dev/null +++ b/fixco_custom/views/brands_views.xml @@ -0,0 +1,59 @@ + + + + brands.form + brands + +
+ + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + + brands.tree + brands + + + + + + + + + Brands + ir.actions.act_window + brands + tree,form + + + +
\ No newline at end of file diff --git a/fixco_custom/views/product_product.xml b/fixco_custom/views/product_product.xml index 6c468ba..08952b6 100755 --- a/fixco_custom/views/product_product.xml +++ b/fixco_custom/views/product_product.xml @@ -7,10 +7,12 @@ + + diff --git a/fixco_custom/views/product_public_category.xml b/fixco_custom/views/product_public_category.xml new file mode 100644 index 0000000..090321f --- /dev/null +++ b/fixco_custom/views/product_public_category.xml @@ -0,0 +1,55 @@ + + + + product.public.category.form.custom + product.public.category + +
+ + + + + + + + + + + + + + + + + + +
+
+
+ + + product.public.category.tree.custom + product.public.category + + + + + + + + + + + Public Categories + product.public.category + tree,form + + + +
\ No newline at end of file diff --git a/fixco_custom/views/purchasing_job.xml b/fixco_custom/views/purchasing_job.xml index 7d16682..7a15160 100644 --- a/fixco_custom/views/purchasing_job.xml +++ b/fixco_custom/views/purchasing_job.xml @@ -8,6 +8,7 @@ + -- cgit v1.2.3