From 3751379f1e9a4c215fb6eb898b4ccc67659b9ace Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 21:51:50 +0700 Subject: initial commit 2 --- addons/base_address_city/views/res_city_view.xml | 40 ++++++++++++++++++++++ .../base_address_city/views/res_country_view.xml | 23 +++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 addons/base_address_city/views/res_city_view.xml create mode 100644 addons/base_address_city/views/res_country_view.xml (limited to 'addons/base_address_city/views') diff --git a/addons/base_address_city/views/res_city_view.xml b/addons/base_address_city/views/res_city_view.xml new file mode 100644 index 00000000..26e77766 --- /dev/null +++ b/addons/base_address_city/views/res_city_view.xml @@ -0,0 +1,40 @@ + + + + + res.city + + + + + + + + + + + res.city + + + + + + + + + + + Cities + ir.actions.act_window + res.city + tree + + Display and manage the list of all cities that can be assigned to + your partner records. Note that an option can be set on each country separately + to enforce any address of it to have a city in this list. + + + + + diff --git a/addons/base_address_city/views/res_country_view.xml b/addons/base_address_city/views/res_country_view.xml new file mode 100644 index 00000000..9e57ed57 --- /dev/null +++ b/addons/base_address_city/views/res_country_view.xml @@ -0,0 +1,23 @@ + + + + + res.country + + + + + + + + + + + + -- cgit v1.2.3