From e46be164dc1e419cdbfd0c0cf587fadc63beef3e Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 8 Jul 2025 15:24:11 +0700 Subject: reordering rules and manage stock --- fixco_custom/views/automatic_purchase.xml | 98 +++++++++++++++++++++++++++++++ fixco_custom/views/ir_sequence.xml | 11 ++++ fixco_custom/views/manage_stock.xml | 53 +++++++++++++++++ fixco_custom/views/res_partner.xml | 3 + 4 files changed, 165 insertions(+) create mode 100644 fixco_custom/views/automatic_purchase.xml create mode 100644 fixco_custom/views/manage_stock.xml (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/automatic_purchase.xml b/fixco_custom/views/automatic_purchase.xml new file mode 100644 index 0000000..704a5e3 --- /dev/null +++ b/fixco_custom/views/automatic_purchase.xml @@ -0,0 +1,98 @@ + + + + automatic.purchase.tree + automatic.purchase + + + + + + + + + + + + + automatic.purchase.line.tree + automatic.purchase.line + + + + + + + + + + + + + + + + + + + automatic.purchase.form + automatic.purchase + +
+
+
+ +
+ +
+ + + + + + + + + + + + + + + +
+
+ + +
+
+
+
+ + + Automatic Purchase + ir.actions.act_window + automatic.purchase + tree,form + + + +
\ No newline at end of file diff --git a/fixco_custom/views/ir_sequence.xml b/fixco_custom/views/ir_sequence.xml index de2188b..6e0e42a 100644 --- a/fixco_custom/views/ir_sequence.xml +++ b/fixco_custom/views/ir_sequence.xml @@ -44,5 +44,16 @@ 1 4 + + + Automatic Purchase + automatic.purchase + TRUE + APO/%(year)s/ + 5 + 1 + 1 + 4 + \ No newline at end of file diff --git a/fixco_custom/views/manage_stock.xml b/fixco_custom/views/manage_stock.xml new file mode 100644 index 0000000..ee24706 --- /dev/null +++ b/fixco_custom/views/manage_stock.xml @@ -0,0 +1,53 @@ + + + + manage.stock.tree + manage.stock + + + + + + + + + + + + manage.stock.form + manage.stock + +
+ + + + + + + + + + +
+ + +
+
+
+
+ + + Manage Stock + ir.actions.act_window + manage.stock + tree,form + + + +
diff --git a/fixco_custom/views/res_partner.xml b/fixco_custom/views/res_partner.xml index 89e2bc0..1085518 100755 --- a/fixco_custom/views/res_partner.xml +++ b/fixco_custom/views/res_partner.xml @@ -14,6 +14,9 @@ + + + -- cgit v1.2.3