mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[14.0][MIG]base_external_dbsource
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||||
{
|
{
|
||||||
"name": "External Database Sources",
|
"name": "External Database Sources",
|
||||||
"version": "15.0.1.0.0",
|
"version": "16.0.1.0.0",
|
||||||
"category": "Tools",
|
"category": "Tools",
|
||||||
"author": "Daniel Reis, " "LasLabs, " "Odoo Community Association (OCA)",
|
"author": "Daniel Reis, " "LasLabs, " "Odoo Community Association (OCA)",
|
||||||
"website": "https://github.com/OCA/server-backend",
|
"website": "https://github.com/OCA/server-backend",
|
||||||
|
|||||||
@@ -7,3 +7,4 @@
|
|||||||
|
|
||||||
* Sergio Teruel
|
* Sergio Teruel
|
||||||
* Jairo Llopis
|
* Jairo Llopis
|
||||||
|
* Andrea Cattalani (`Moduon <https://www.moduon.team/>`__)
|
||||||
|
|||||||
1
setup/base_external_dbsource/odoo/addons/base_external_dbsource
Symbolic link
1
setup/base_external_dbsource/odoo/addons/base_external_dbsource
Symbolic link
@@ -0,0 +1 @@
|
|||||||
|
../../../../base_external_dbsource
|
||||||
6
setup/base_external_dbsource/setup.py
Normal file
6
setup/base_external_dbsource/setup.py
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
import setuptools
|
||||||
|
|
||||||
|
setuptools.setup(
|
||||||
|
setup_requires=['setuptools-odoo'],
|
||||||
|
odoo_addon=True,
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user