@ -17,7 +17,7 @@
],
"images": ["images/new_fields.png"],
"author": "Tecnativa, " "Agile Business Group, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/partner-contact/",
"website": "https://github.com/OCA/partner-contact",
"license": "AGPL-3",
"installable": True,
}
@ -0,0 +1 @@
../../../../base_location_nuts
@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)