mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 04:11:59 +02:00
22 lines
677 B
Python
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",
|
|
],
|
|
}
|