Files
flectra/addons/base_address_city/__manifest__.py
T

23 lines
676 B
Python

# -*- coding: utf-8 -*-
# Part of Odoo, Flectra. See LICENSE file for full copyright and licensing details.
{
'name': 'City Addresses',
'summary': 'Add a many2one field city on addresses',
'sequence': '19',
'category': 'Hidden/Tools',
'complexity': 'easy',
'description': """
City Management in Addresses
============================
This module allows to enforce users to choose the city of a partner inside a given list instead of a free text field.
""",
'data': [
'security/ir.model.access.csv',
'views/res_city_view.xml',
'views/res_country_view.xml',
],
'depends': ['base'],
'license': 'LGPL-3',
}