diff --git a/README.md b/README.md index 57d9f1068..51cd6be97 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ addon | version | maintainers | summary [base_fontawesome](base_fontawesome/) | 16.0.6.6.1 | | Up to date Fontawesome resources. [base_force_record_noupdate](base_force_record_noupdate/) | 16.0.1.0.0 | | Manually force noupdate=True on models [base_import_default_enable_tracking](base_import_default_enable_tracking/) | 16.0.1.0.0 | [](https://github.com/benwillig) | This modules simply enables history tracking when doing an import. -[base_import_odoo](base_import_odoo/) | 16.0.1.0.0 | [](https://github.com/hbrunn) [](https://github.com/thomaspaulb) | Import records from another Odoo instance +[base_import_odoo](base_import_odoo/) | 16.0.1.0.1 | [](https://github.com/hbrunn) [](https://github.com/thomaspaulb) | Import records from another Odoo instance [base_m2m_custom_field](base_m2m_custom_field/) | 16.0.1.0.0 | | Customizations of Many2many [base_multi_image](base_multi_image/) | 16.0.1.0.1 | | Allow multiple images for database objects [base_name_search_improved](base_name_search_improved/) | 16.0.1.0.2 | | Friendlier search when typing in relation fields diff --git a/base_import_odoo/README.rst b/base_import_odoo/README.rst index 1761481c9..e1ee62e96 100644 --- a/base_import_odoo/README.rst +++ b/base_import_odoo/README.rst @@ -7,7 +7,7 @@ Import from Odoo !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:821a2960e6afdc3211b603ea946ca3a397e7b86cb87a06e2e035f0984bdde1fd + !! source digest: sha256:12e935dc56f7fa44c6e466ce03d99a6842ac776f2d38d2ed8198f475bc45379a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/base_import_odoo/__manifest__.py b/base_import_odoo/__manifest__.py index ec080a7ab..ff9904fac 100644 --- a/base_import_odoo/__manifest__.py +++ b/base_import_odoo/__manifest__.py @@ -3,7 +3,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). { "name": "Import from Odoo", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "author": "Therp BV,Hunki Enterprises BV,Odoo Community Association (OCA)", "license": "AGPL-3", "category": "Tools", diff --git a/base_import_odoo/static/description/index.html b/base_import_odoo/static/description/index.html index 67e21b7d3..44f629cab 100644 --- a/base_import_odoo/static/description/index.html +++ b/base_import_odoo/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:821a2960e6afdc3211b603ea946ca3a397e7b86cb87a06e2e035f0984bdde1fd +!! source digest: sha256:12e935dc56f7fa44c6e466ce03d99a6842ac776f2d38d2ed8198f475bc45379a !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module was written to import data from another Odoo database. The idea is that you define which models to import from the other database, and add eventual mappings for records you don’t want to import.