From acd06377bb5c4b375fadf3ad37a7ad5853ed79b3 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Fri, 30 May 2025 15:06:15 +0700 Subject: push --- fixco_custom/views/account_move.xml | 15 +++++++ fixco_custom/views/res_partner.xml | 3 ++ fixco_custom/views/sale_order.xml | 13 +++++- fixco_custom/views/sale_order_multi_invoices.xml | 36 +++++++++++++++++ fixco_custom/views/stock_picking.xml | 1 + fixco_custom/views/upload_payments.xml | 51 ++++++++++++++++++++++++ 6 files changed, 118 insertions(+), 1 deletion(-) create mode 100644 fixco_custom/views/account_move.xml create mode 100644 fixco_custom/views/sale_order_multi_invoices.xml create mode 100644 fixco_custom/views/upload_payments.xml (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml new file mode 100644 index 0000000..c7d4cf1 --- /dev/null +++ b/fixco_custom/views/account_move.xml @@ -0,0 +1,15 @@ + + + + + Account Move + account.move + + + + + + + + + \ No newline at end of file diff --git a/fixco_custom/views/res_partner.xml b/fixco_custom/views/res_partner.xml index 90470bf..a05cf6a 100755 --- a/fixco_custom/views/res_partner.xml +++ b/fixco_custom/views/res_partner.xml @@ -10,6 +10,9 @@ + + + diff --git a/fixco_custom/views/sale_order.xml b/fixco_custom/views/sale_order.xml index cbcbdc2..ed6e12b 100755 --- a/fixco_custom/views/sale_order.xml +++ b/fixco_custom/views/sale_order.xml @@ -7,12 +7,23 @@ - + + + + + + Multi Invoices + + + code + action = records.open_form_multi_create_invoices() + + \ No newline at end of file diff --git a/fixco_custom/views/sale_order_multi_invoices.xml b/fixco_custom/views/sale_order_multi_invoices.xml new file mode 100644 index 0000000..0f8087c --- /dev/null +++ b/fixco_custom/views/sale_order_multi_invoices.xml @@ -0,0 +1,36 @@ + + + + + Sale Order Multi Create Invoices + sale.order.multi_invoices + +
+ +
+

Create Invoices for Selected Sales Orders

+
+
+

This will create invoices for all selected sales orders.

+

Total orders selected:

+
+
+
+
+
+
+
+ + + Create Invoices + sale.order.multi_invoices + ir.actions.act_window + form + + new + +
+
\ No newline at end of file diff --git a/fixco_custom/views/stock_picking.xml b/fixco_custom/views/stock_picking.xml index 17ed3e0..3f3464c 100755 --- a/fixco_custom/views/stock_picking.xml +++ b/fixco_custom/views/stock_picking.xml @@ -19,6 +19,7 @@ + diff --git a/fixco_custom/views/upload_payments.xml b/fixco_custom/views/upload_payments.xml new file mode 100644 index 0000000..0bfbccd --- /dev/null +++ b/fixco_custom/views/upload_payments.xml @@ -0,0 +1,51 @@ + + + + + upload.payments.tree + upload.payments + + + + + + + + + + + + upload.payments.form + upload.payments + +
+ + + + + + + + + + +
+
+
+ + + Upload Payments + ir.actions.act_window + upload.payments + tree,form + + + +
+
-- cgit v1.2.3