From 50054732da991bdd966f4fba879c33ee853879ff Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Tue, 3 Jun 2025 14:04:36 +0700 Subject: create receipt after invoice paid and schema invoice --- fixco_custom/views/ir_sequence.xml | 14 ++++++++++++++ fixco_custom/views/upload_payments.xml | 28 +++++++++++++++++++--------- 2 files changed, 33 insertions(+), 9 deletions(-) create mode 100644 fixco_custom/views/ir_sequence.xml (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/ir_sequence.xml b/fixco_custom/views/ir_sequence.xml new file mode 100644 index 0000000..b89b3de --- /dev/null +++ b/fixco_custom/views/ir_sequence.xml @@ -0,0 +1,14 @@ + + + + + Upload Payments + upload.payments + TRUE + UP/%(year)s/ + 5 + 1 + 1 + + + \ No newline at end of file diff --git a/fixco_custom/views/upload_payments.xml b/fixco_custom/views/upload_payments.xml index 0bfbccd..3c83cb5 100644 --- a/fixco_custom/views/upload_payments.xml +++ b/fixco_custom/views/upload_payments.xml @@ -6,28 +6,38 @@ upload.payments - - - - + + + - + upload.payments.form upload.payments -
+ +
+
- + + + + + - - + +
-- cgit v1.2.3