Skip to content

Commit f650651

Browse files
committed
[BOT] post-merge updates
1 parent 26c751a commit f650651

File tree

4 files changed

+48
-36
lines changed

4 files changed

+48
-36
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Available addons
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[base_external_dbsource](base_external_dbsource/) | 17.0.1.0.0 | | External Database Sources
25+
[base_external_dbsource_mysql](base_external_dbsource_mysql/) | 17.0.1.0.0 | | External Database Source - MySQL
2526
[base_external_dbsource_sqlite](base_external_dbsource_sqlite/) | 17.0.1.0.0 | <a href='https://github.com/anddago78'><img src='https://github.com/anddago78.png' width='32' height='32' style='border-radius:50%;' alt='anddago78'/></a> | External Database Source - SQLite
2627
[base_global_discount](base_global_discount/) | 17.0.1.0.0 | | Base Global Discount
2728
[base_import_match](base_import_match/) | 17.0.1.0.0 | | Try to avoid duplicates before importing

base_external_dbsource_mysql/README.rst

Lines changed: 23 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.. image:: https://odoo-community.org/readme-banner-image
2+
:target: https://odoo-community.org/get-involved?utm_source=readme
3+
:alt: Odoo Community Association
4+
15
================================
26
External Database Source - MySQL
37
================================
@@ -7,13 +11,13 @@ External Database Source - MySQL
711
!! This file is generated by oca-gen-addon-readme !!
812
!! changes will be overwritten. !!
913
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:dbfb3a74255192dbba49a5fee95d2e3f8f3e0c4e592e9307a1f653f266c3b7e7
14+
!! source digest: sha256:b7f70f3fca4198dc482557fa659837384702789774ffcf9435c0e1ee57565938
1115
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1216
1317
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1418
:target: https://odoo-community.org/page/development-status
1519
:alt: Beta
16-
.. |badge2| image:: https://img.shields.io/badge/licence-LGPL--3-blue.png
20+
.. |badge2| image:: https://img.shields.io/badge/license-LGPL--3-blue.png
1721
:target: http://www.gnu.org/licenses/lgpl-3.0-standalone.html
1822
:alt: License: LGPL-3
1923
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github
@@ -41,9 +45,9 @@ Installation
4145

4246
To install this module, you need to:
4347

44-
- Install ``libmysqlclient-dev`` package
45-
(``default-libmysqlclient-dev`` on Debian)
46-
- Install ``sqlalchemy`` and ``mysqlclient`` python libraries
48+
- Install ``libmysqlclient-dev`` package (``default-libmysqlclient-dev``
49+
on Debian)
50+
- Install ``sqlalchemy`` and ``mysqlclient`` python libraries
4751

4852
Configuration
4953
=============
@@ -58,17 +62,17 @@ Usage
5862

5963
To use this module:
6064

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
65+
- Go to Settings > Technical > Database Structure > Database Sources
66+
- Click on Create to enter the following information:
67+
- Datasource name??
68+
- Pasword
69+
- Connector: Choose the database to which you want to connect
70+
- Connection string: Specify how to connect to database
6771

6872
Known issues / Roadmap
6973
======================
7074

71-
- Add X.509 authentication
75+
- Add X.509 authentication
7276

7377
Bug Tracker
7478
===========
@@ -92,19 +96,19 @@ Authors
9296
Contributors
9397
------------
9498

95-
- Daniel Reis <dreis.pt@hotmail.com>
99+
- Daniel Reis <dreis.pt@hotmail.com>
96100

97-
- Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
101+
- Maxime Chambreuil <maxime.chambreuil@savoirfairelinux.com>
98102

99-
- Gervais Naoussi <gervaisnaoussi@gmail.com>
103+
- Gervais Naoussi <gervaisnaoussi@gmail.com>
100104

101-
- Dave Lasley <dave@laslabs.com>
105+
- Dave Lasley <dave@laslabs.com>
102106

103-
- `Tecnativa <https://www.tecnativa.com>`__:
107+
- `Tecnativa <https://www.tecnativa.com>`__:
104108

105-
- Sergio Teruel
109+
- Sergio Teruel
106110

107-
- David Alonso <david.alonso@solvos.es>
111+
- David Alonso <david.alonso@solvos.es>
108112

109113
Maintainers
110114
-----------

base_external_dbsource_mysql/static/description/index.html

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
55
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
6-
<title>External Database Source - MySQL</title>
6+
<title>README.rst</title>
77
<style type="text/css">
88

99
/*
@@ -360,16 +360,21 @@
360360
</style>
361361
</head>
362362
<body>
363-
<div class="document" id="external-database-source-mysql">
364-
<h1 class="title">External Database Source - MySQL</h1>
363+
<div class="document">
365364

365+
366+
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
367+
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
368+
</a>
369+
<div class="section" id="external-database-source-mysql">
370+
<h1>External Database Source - MySQL</h1>
366371
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367372
!! This file is generated by oca-gen-addon-readme !!
368373
!! changes will be overwritten. !!
369374
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:dbfb3a74255192dbba49a5fee95d2e3f8f3e0c4e592e9307a1f653f266c3b7e7
375+
!! source digest: sha256:b7f70f3fca4198dc482557fa659837384702789774ffcf9435c0e1ee57565938
371376
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372-
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/licence-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-backend/tree/17.0/base_external_dbsource_mysql"><img alt="OCA/server-backend" src="https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-backend-17-0/server-backend-17-0-base_external_dbsource_mysql"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-backend&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
377+
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/lgpl-3.0-standalone.html"><img alt="License: LGPL-3" src="https://img.shields.io/badge/license-LGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-backend/tree/17.0/base_external_dbsource_mysql"><img alt="OCA/server-backend" src="https://img.shields.io/badge/github-OCA%2Fserver--backend-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-backend-17-0/server-backend-17-0-base_external_dbsource_mysql"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/server-backend&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373378
<p>This module extends <tt class="docutils literal">base_external_dbsource</tt>, allowing you to connect
374379
to foreign MySQL databases using SQLAlchemy.</p>
375380
<p><strong>Table of contents</strong></p>
@@ -389,24 +394,24 @@ <h1 class="title">External Database Source - MySQL</h1>
389394
</ul>
390395
</div>
391396
<div class="section" id="installation">
392-
<h1><a class="toc-backref" href="#toc-entry-1">Installation</a></h1>
397+
<h2><a class="toc-backref" href="#toc-entry-1">Installation</a></h2>
393398
<p>To install this module, you need to:</p>
394399
<ul class="simple">
395-
<li>Install <tt class="docutils literal"><span class="pre">libmysqlclient-dev</span></tt> package
396-
(<tt class="docutils literal"><span class="pre">default-libmysqlclient-dev</span></tt> on Debian)</li>
400+
<li>Install <tt class="docutils literal"><span class="pre">libmysqlclient-dev</span></tt> package (<tt class="docutils literal"><span class="pre">default-libmysqlclient-dev</span></tt>
401+
on Debian)</li>
397402
<li>Install <tt class="docutils literal">sqlalchemy</tt> and <tt class="docutils literal">mysqlclient</tt> python libraries</li>
398403
</ul>
399404
</div>
400405
<div class="section" id="configuration">
401-
<h1><a class="toc-backref" href="#toc-entry-2">Configuration</a></h1>
406+
<h2><a class="toc-backref" href="#toc-entry-2">Configuration</a></h2>
402407
<p>To configure this module, you need to:</p>
403408
<ol class="arabic simple">
404409
<li>Database sources can be configured in Settings &gt; Technical &gt; Database
405410
Structure &gt; Database sources.</li>
406411
</ol>
407412
</div>
408413
<div class="section" id="usage">
409-
<h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1>
414+
<h2><a class="toc-backref" href="#toc-entry-3">Usage</a></h2>
410415
<p>To use this module:</p>
411416
<ul class="simple">
412417
<li>Go to Settings &gt; Technical &gt; Database Structure &gt; Database Sources</li>
@@ -418,30 +423,30 @@ <h1><a class="toc-backref" href="#toc-entry-3">Usage</a></h1>
418423
</ul>
419424
</div>
420425
<div class="section" id="known-issues-roadmap">
421-
<h1><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h1>
426+
<h2><a class="toc-backref" href="#toc-entry-4">Known issues / Roadmap</a></h2>
422427
<ul class="simple">
423428
<li>Add X.509 authentication</li>
424429
</ul>
425430
</div>
426431
<div class="section" id="bug-tracker">
427-
<h1><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h1>
432+
<h2><a class="toc-backref" href="#toc-entry-5">Bug Tracker</a></h2>
428433
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/server-backend/issues">GitHub Issues</a>.
429434
In case of trouble, please check there if your issue has already been reported.
430435
If you spotted it first, help us to smash it by providing a detailed and welcomed
431436
<a class="reference external" href="https://github.com/OCA/server-backend/issues/new?body=module:%20base_external_dbsource_mysql%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
432437
<p>Do not contact contributors directly about support or help with technical issues.</p>
433438
</div>
434439
<div class="section" id="credits">
435-
<h1><a class="toc-backref" href="#toc-entry-6">Credits</a></h1>
440+
<h2><a class="toc-backref" href="#toc-entry-6">Credits</a></h2>
436441
<div class="section" id="authors">
437-
<h2><a class="toc-backref" href="#toc-entry-7">Authors</a></h2>
442+
<h3><a class="toc-backref" href="#toc-entry-7">Authors</a></h3>
438443
<ul class="simple">
439444
<li>Daniel Reis</li>
440445
<li>LasLabs</li>
441446
</ul>
442447
</div>
443448
<div class="section" id="contributors">
444-
<h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
449+
<h3><a class="toc-backref" href="#toc-entry-8">Contributors</a></h3>
445450
<ul>
446451
<li><p class="first">Daniel Reis &lt;<a class="reference external" href="mailto:dreis.pt&#64;hotmail.com">dreis.pt&#64;hotmail.com</a>&gt;</p>
447452
</li>
@@ -463,7 +468,7 @@ <h2><a class="toc-backref" href="#toc-entry-8">Contributors</a></h2>
463468
</ul>
464469
</div>
465470
<div class="section" id="maintainers">
466-
<h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
471+
<h3><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h3>
467472
<p>This module is maintained by the OCA.</p>
468473
<a class="reference external image-reference" href="https://odoo-community.org">
469474
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
@@ -476,5 +481,6 @@ <h2><a class="toc-backref" href="#toc-entry-9">Maintainers</a></h2>
476481
</div>
477482
</div>
478483
</div>
484+
</div>
479485
</body>
480486
</html>

setup/_metapackage/pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[project]
22
name = "odoo-addons-oca-server-backend"
3-
version = "17.0.20250518.0"
3+
version = "17.0.20251113.0"
44
dependencies = [
55
"odoo-addon-base_external_dbsource>=17.0dev,<17.1dev",
6+
"odoo-addon-base_external_dbsource_mysql>=17.0dev,<17.1dev",
67
"odoo-addon-base_external_dbsource_sqlite>=17.0dev,<17.1dev",
78
"odoo-addon-base_global_discount>=17.0dev,<17.1dev",
89
"odoo-addon-base_import_match>=17.0dev,<17.1dev",

0 commit comments

Comments
 (0)