diff --git a/README.md b/README.md index a789b914..3e94d0e8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- -[connector_importer](connector_importer/) | 14.0.2.7.1 | [](https://github.com/simahawk) | This module takes care of import sessions. +[connector_importer](connector_importer/) | 14.0.2.7.2 | [](https://github.com/simahawk) | This module takes care of import sessions. [connector_importer_demo](connector_importer_demo/) | 14.0.1.0.0 | [](https://github.com/simahawk) | Demo module for Connector Importer. [connector_importer_product](connector_importer_product/) | 14.0.2.3.0 | [](https://github.com/simahawk) [](https://github.com/sebalix) [](https://github.com/mmequignon) | Ease definition of product imports using `connector_importer`. [connector_importer_source_sftp](connector_importer_source_sftp/) | 14.0.1.1.0 | [](https://github.com/simahawk) [](https://github.com/sebalix) | Add import source capable of loading files from SFTP. diff --git a/connector_importer/README.rst b/connector_importer/README.rst index cbb0c227..b197c02d 100644 --- a/connector_importer/README.rst +++ b/connector_importer/README.rst @@ -7,7 +7,7 @@ Connector Importer !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:29313205d732a33e3d05e9a8b7b3f04a6e1284b0ce9f378841824f47e8ae2206 + !! source digest: sha256:80d4e7ebf5d0d0ab56df1c91260f8660e78c2492671caa87203494382540c4e9 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/connector_importer/__manifest__.py b/connector_importer/__manifest__.py index 3e65a128..b181e9a6 100644 --- a/connector_importer/__manifest__.py +++ b/connector_importer/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Connector Importer", "summary": """This module takes care of import sessions.""", - "version": "14.0.2.7.1", + "version": "14.0.2.7.2", "depends": ["connector", "queue_job"], "author": "Camptocamp, Odoo Community Association (OCA)", "license": "AGPL-3", diff --git a/connector_importer/static/description/index.html b/connector_importer/static/description/index.html index 4a66c683..32ed2a26 100644 --- a/connector_importer/static/description/index.html +++ b/connector_importer/static/description/index.html @@ -367,7 +367,7 @@
This module allows to import / update records from files using the connector