Vauxoo / odoo

Fork of Odoo (formerly OpenERP). [This project is not publically mantained just born for internal usage with some little patches] go to official repository on github.com/odoo/odoo
https://www.odoo.com
Other
9 stars 9 forks source link

[IMP] base_address_city: Improved way as append the city_id #239

Closed luistorresm closed 1 year ago

luistorresm commented 7 years ago

Like the address_format could be changed by each country, this method is required to append the field city_id in the views, to all country address formats.

But if We need inherit the view to add a parameter in city or city_id, WE need overwrite this method. Now, with this change, We only inherit the view, and not all the method.