From 06180f02fd39a917b46a6218c465c0fe94e37610 Mon Sep 17 00:00:00 2001 From: IT Fixcomart Date: Wed, 10 Aug 2022 15:53:35 +0700 Subject: Membuat view dan model purchase.pricelist, referensi harga ke purchase.pricelist untuk order_line di purchase.order --- indoteknik_custom/views/purchase_pricelist.xml | 53 ++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 indoteknik_custom/views/purchase_pricelist.xml (limited to 'indoteknik_custom/views/purchase_pricelist.xml') diff --git a/indoteknik_custom/views/purchase_pricelist.xml b/indoteknik_custom/views/purchase_pricelist.xml new file mode 100644 index 00000000..d6abcec1 --- /dev/null +++ b/indoteknik_custom/views/purchase_pricelist.xml @@ -0,0 +1,53 @@ + + + + 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