mirror of
https://github.com/OCA/server-backend.git
synced 2025-02-18 09:52:42 +02:00
[MIG] base_external_dbsource_sqlite: migration to 16.0
This commit is contained in:
@@ -3,9 +3,10 @@
|
|||||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||||
{
|
{
|
||||||
"name": "External Database Source - SQLite",
|
"name": "External Database Source - SQLite",
|
||||||
"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)",
|
||||||
|
"maintainers": ["anddago78"],
|
||||||
"website": "https://github.com/OCA/server-backend",
|
"website": "https://github.com/OCA/server-backend",
|
||||||
"license": "LGPL-3",
|
"license": "LGPL-3",
|
||||||
"depends": ["base_external_dbsource"],
|
"depends": ["base_external_dbsource"],
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Copyright 2016 LasLabs Inc.
|
# Copyright 2016 LasLabs Inc.
|
||||||
|
|
||||||
import mock
|
from unittest import mock
|
||||||
|
|
||||||
from odoo.tests import common
|
from odoo.tests import common
|
||||||
|
|
||||||
|
|||||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
# generated from manifests external_dependencies
|
||||||
|
sqlalchemy
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
../../../../base_external_dbsource_sqlite
|
||||||
6
setup/base_external_dbsource_sqlite/setup.py
Normal file
6
setup/base_external_dbsource_sqlite/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