Skip to content

Commit

Permalink
[OU-ADD] base_address_extended
Browse files Browse the repository at this point in the history
  • Loading branch information
marielejeune committed Mar 27, 2023
1 parent ad42f46 commit ebbd677
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsource/modules150-160.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Module coverage 15.0 -> 16.0
+-------------------------------------------------+----------------------+-------------------------------------------------+
| |del| base_address_city | | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| base_address_extended | | |
| base_address_extended |Nothing to do | |
+-------------------------------------------------+----------------------+-------------------------------------------------+
| base_automation | |No DB layout changes. |
+-------------------------------------------------+----------------------+-------------------------------------------------+
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---Models in module 'base_address_extended'---
model res.city (moved from base_address_city)
# NOTHING TO DO

---Fields in module 'base_address_extended'---
base_address_extended / res.city / __last_update (datetime) : previously in module base_address_city
base_address_extended / res.city / _order : previously in module base_address_city
base_address_extended / res.city / country_id (many2one) : previously in module base_address_city
base_address_extended / res.city / display_name (char) : previously in module base_address_city
base_address_extended / res.city / name (char) : previously in module base_address_city
base_address_extended / res.city / state_id (many2one) : previously in module base_address_city
base_address_extended / res.city / zipcode (char) : previously in module base_address_city
base_address_extended / res.country / enforce_cities (boolean) : previously in module base_address_city
base_address_extended / res.country / street_format (text) : DEL required
base_address_extended / res.partner / city_id (many2one) : previously in module base_address_city
base_address_extended / res.partner / country_enforce_cities (boolean): previously in module base_address_city
base_address_extended / res.users / city_id (many2one) : previously in module base_address_city
base_address_extended / res.users / country_enforce_cities (boolean): previously in module base_address_city
# NOTHING TO DO

---XML records in module 'base_address_extended'---
NEW ir.actions.act_window: base_address_extended.action_res_city_tree [renamed from base_address_city module]
NEW ir.model.access: base_address_extended.access_res_city_group_all [renamed from base_address_city module]
NEW ir.model.access: base_address_extended.access_res_city_group_user [renamed from base_address_city module]
# NOTHING TO DO

NEW ir.ui.view: base_address_extended.address_street_extended_city_form
NEW ir.ui.view: base_address_extended.address_street_extended_form
NEW ir.ui.view: base_address_extended.view_city_filter
NEW ir.ui.view: base_address_extended.view_city_tree
NEW ir.ui.view: base_address_extended.view_res_country_city_extended_form
DEL ir.ui.view: base_address_extended.view_partner_address_structured_form
DEL ir.ui.view: base_address_extended.view_partner_structured_form
DEL ir.ui.view: base_address_extended.view_res_company_extended_form
DEL ir.ui.view: base_address_extended.view_res_country_extended_form
# NOTHING TO DO

0 comments on commit ebbd677

Please sign in to comment.