[14.0][MIG]base_external_dbsource

This commit is contained in:
Andrea Cattalani
2023-03-30 12:33:08 +02:00
parent bd9153feac
commit bc8f25bed2
4 changed files with 9 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "External Database Sources",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"category": "Tools",
"author": "Daniel Reis, " "LasLabs, " "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-backend",

View File

@@ -7,3 +7,4 @@
* Sergio Teruel
* Jairo Llopis
* Andrea Cattalani (`Moduon <https://www.moduon.team/>`__)

View File

@@ -0,0 +1 @@
../../../../base_external_dbsource

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)