[BOT] post-merge updates

dependabot/pip/cryptography-44.0.1
OCA-git-bot 2025-02-15 18:59:40 +00:00
parent e4b0389e0f
commit 046617538c
4 changed files with 4 additions and 4 deletions

View File

@ -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 | [![benwillig](https://github.com/benwillig.png?size=30px)](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 | [![hbrunn](https://github.com/hbrunn.png?size=30px)](https://github.com/hbrunn) [![thomaspaulb](https://github.com/thomaspaulb.png?size=30px)](https://github.com/thomaspaulb) | Import records from another Odoo instance
[base_import_odoo](base_import_odoo/) | 16.0.1.0.1 | [![hbrunn](https://github.com/hbrunn.png?size=30px)](https://github.com/hbrunn) [![thomaspaulb](https://github.com/thomaspaulb.png?size=30px)](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

View File

@ -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

View File

@ -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",

View File

@ -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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/server-tools/tree/16.0/base_import_odoo"><img alt="OCA/server-tools" src="https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_import_odoo"><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-tools&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<p>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 dont want to import.</p>