Skip to content

Commit 4a45348

Browse files
committed
[FIX] Fixed pyodbc-binary library
1 parent 43408ef commit 4a45348

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ jobs:
5555
- uses: actions/checkout@v4
5656
with:
5757
persist-credentials: false
58+
- name: Install system dependencies
59+
run: apt update && apt install -y --no-install-recommends libodbc2 unixodbc-dev
5860
- name: Install addons and dependencies
5961
run: oca_install_addons
6062
- name: Check licenses

base_external_dbsource_mssql/README.rst

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Installation
4141

4242
To install this module, you need to:
4343

44-
- Install & configure FreeTDS driver (tdsodbc package)
45-
- Install ``sqlalchemy`` & ``pymssql`` python libraries
46-
- Install ``base_external_dbsource`` Odoo module
44+
- Install & configure FreeTDS driver (tdsodbc package)
45+
- Install ``sqlalchemy`` & ``pymssql`` python libraries
46+
- Install ``base_external_dbsource`` Odoo module
4747

4848
Configuration
4949
=============
@@ -58,17 +58,17 @@ Usage
5858

5959
To use this module:
6060

61-
- Go to Settings > Technical > Database Structure > Database Sources
62-
- Click on Create to enter the following information:
63-
- Datasource name
64-
- Pasword
65-
- Connector: Choose the database to which you want to connect
66-
- Connection string: Specify how to connect to database
61+
- Go to Settings > Technical > Database Structure > Database Sources
62+
- Click on Create to enter the following information:
63+
- Datasource name
64+
- Pasword
65+
- Connector: Choose the database to which you want to connect
66+
- Connection string: Specify how to connect to database
6767

6868
Known issues / Roadmap
6969
======================
7070

71-
- Add X.509 authentication
71+
- Add X.509 authentication
7272

7373
Bug Tracker
7474
===========
@@ -92,26 +92,26 @@ Authors
9292
Contributors
9393
------------
9494

95-
- Daniel Reis <[email protected]>
95+
- Daniel Reis <[email protected]>
9696

97-
- Maxime Chambreuil <[email protected]>
97+
- Maxime Chambreuil <[email protected]>
9898

99-
- Gervais Naoussi <[email protected]>
99+
- Gervais Naoussi <[email protected]>
100100

101-
- Dave Lasley <[email protected]>
101+
- Dave Lasley <[email protected]>
102102

103-
-
103+
-
104104

105-
- `Tecnativa <https://www.tecnativa.com>`__:
105+
- `Tecnativa <https://www.tecnativa.com>`__:
106106

107-
- Sergio Teruel
108-
- Carolina Fernandez
107+
- Sergio Teruel
108+
- Carolina Fernandez
109109

110-
- Andrea Cattalani (`Moduon <https://www.moduon.team/>`__)
110+
- Andrea Cattalani (`Moduon <https://www.moduon.team/>`__)
111111

112-
- `Opensourceintegrators <https://www.opensourceintegrators.com>`__:
112+
- `Opensourceintegrators <https://www.opensourceintegrators.com>`__:
113113

114-
- Nikul Chaudhary <[email protected]>
114+
- Nikul Chaudhary <[email protected]>
115115

116116
Maintainers
117117
-----------

0 commit comments

Comments
 (0)