From ef860cf6815dceb0a806a08b2118390830ccdae0 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 4 Jun 2025 16:57:56 +0700 Subject: purchase pricelist and schema invoice --- fixco_custom/views/account_move.xml | 7 ++++ fixco_custom/views/purchase_pricelist.xml | 57 +++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 fixco_custom/views/purchase_pricelist.xml (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml index c7d4cf1..7e24873 100644 --- a/fixco_custom/views/account_move.xml +++ b/fixco_custom/views/account_move.xml @@ -9,6 +9,13 @@ + + + + + + + diff --git a/fixco_custom/views/purchase_pricelist.xml b/fixco_custom/views/purchase_pricelist.xml new file mode 100644 index 0000000..b4e70f6 --- /dev/null +++ b/fixco_custom/views/purchase_pricelist.xml @@ -0,0 +1,57 @@ + + + + purchase.pricelist.tree + purchase.pricelist + + + + + + + + + + + purchase.pricelist.form + purchase.pricelist + +
+ + + + + + + + + +
+ + + +
+
+
+
+ + + Purchase Pricelist + ir.actions.act_window + purchase.pricelist + tree,form + +

+ Add Purchase Pricelist! +

+
+
+ + +
\ No newline at end of file -- cgit v1.2.3