From 5c9214c1c846e61c5356e1b19341b070c2303198 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 23 Feb 2023 10:39:40 +0700 Subject: partner company type and edit partner data --- indoteknik_custom/views/res_partner.xml | 3 ++ .../views/res_partner_company_type.xml | 43 ++++++++++++++++++++++ indoteknik_custom/views/user_company_request.xml | 2 +- 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 indoteknik_custom/views/res_partner_company_type.xml (limited to 'indoteknik_custom/views') diff --git a/indoteknik_custom/views/res_partner.xml b/indoteknik_custom/views/res_partner.xml index 673718c4..47f41ab2 100644 --- a/indoteknik_custom/views/res_partner.xml +++ b/indoteknik_custom/views/res_partner.xml @@ -9,6 +9,9 @@ + + + diff --git a/indoteknik_custom/views/res_partner_company_type.xml b/indoteknik_custom/views/res_partner_company_type.xml new file mode 100644 index 00000000..ed21c1c9 --- /dev/null +++ b/indoteknik_custom/views/res_partner_company_type.xml @@ -0,0 +1,43 @@ + + + + res.partner.company_type.tree + res.partner.company_type + + + + + + + + + res.partner.company_type.form + res.partner.company_type + +
+ + + + + + + +
+
+
+ + + Company Type + ir.actions.act_window + res.partner.company_type + tree,form + + + +
\ No newline at end of file diff --git a/indoteknik_custom/views/user_company_request.xml b/indoteknik_custom/views/user_company_request.xml index a44a48e0..0b787683 100644 --- a/indoteknik_custom/views/user_company_request.xml +++ b/indoteknik_custom/views/user_company_request.xml @@ -43,7 +43,7 @@ id="menu_user_company_request" name="User Company Request" parent="contacts.menu_contacts" - sequence="5" + sequence="3" action="action_user_company_request" /> \ No newline at end of file -- cgit v1.2.3