oca-technical/odoo-bringout-oca-geospatial-base_geolocalize_company/base_geolocalize_company/__manifest__.py
2025-08-29 15:43:03 +02:00

22 lines
677 B
Python

# Copyright (C) 2022 - Today: GRAP (http://www.grap.coop)
# @author: Sylvain LE GAL (https://twitter.com/legalsylvain)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Base Geolocalize Company",
"summary": """
Add latitude and longitude fields on company model""",
"version": "16.0.1.0.1",
"license": "AGPL-3",
"author": "GRAP, Odoo Community Association (OCA)",
"maintainers": ["legalsylvain"],
"website": "https://github.com/OCA/geospatial",
"depends": [
"base_geolocalize",
],
"data": [
"views/view_res_company.xml",
],
"demo": [
"demo/res_company.xml",
],
}