From 27ae2de4c1deea61dc0891379c8c294e4399b5f7 Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Wed, 18 Jun 2025 11:50:20 +0700 Subject: sale pricelist, customer type, end line bundling --- fixco_custom/views/account_move.xml | 10 +++---- fixco_custom/views/res_partner.xml | 1 + fixco_custom/views/sale_pricelist.xml | 55 +++++++++++++++++++++++++++++++++++ 3 files changed, 61 insertions(+), 5 deletions(-) create mode 100644 fixco_custom/views/sale_pricelist.xml (limited to 'fixco_custom/views') diff --git a/fixco_custom/views/account_move.xml b/fixco_custom/views/account_move.xml index 1157212..c77d046 100644 --- a/fixco_custom/views/account_move.xml +++ b/fixco_custom/views/account_move.xml @@ -10,15 +10,15 @@ --> - - + + - + - - + + diff --git a/fixco_custom/views/res_partner.xml b/fixco_custom/views/res_partner.xml index a05cf6a..89e2bc0 100755 --- a/fixco_custom/views/res_partner.xml +++ b/fixco_custom/views/res_partner.xml @@ -12,6 +12,7 @@ + diff --git a/fixco_custom/views/sale_pricelist.xml b/fixco_custom/views/sale_pricelist.xml new file mode 100644 index 0000000..cb4ccb7 --- /dev/null +++ b/fixco_custom/views/sale_pricelist.xml @@ -0,0 +1,55 @@ + + + + sale.pricelist.tree + sale.pricelist + + + + + + + + + + sale.pricelist.form + sale.pricelist + +
+ + + + + + + + +
+ + + +
+
+
+
+ + + Sale Pricelist + ir.actions.act_window + sale.pricelist + tree,form + +

+ Add sale Pricelist! +

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