Skip to content

Commit

Permalink
[17.0][MIG] base_multi_image: Migration to 17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
psugne committed Oct 9, 2024
1 parent 035cc19 commit b0823be
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
13 changes: 7 additions & 6 deletions base_multi_image/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Multiple images base
====================

..
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
Expand All @@ -17,13 +17,13 @@ Multiple images base
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fserver--tools-lightgray.png?logo=github
:target: https://github.com/OCA/server-tools/tree/16.0/base_multi_image
:target: https://github.com/OCA/server-tools/tree/17.0/base_multi_image
:alt: OCA/server-tools
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/server-tools-16-0/server-tools-16-0-base_multi_image
:target: https://translation.odoo-community.org/projects/server-tools-17-0/server-tools-17-0-base_multi_image
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=16.0
:target: https://runboat.odoo-community.org/builds?repo=OCA/server-tools&target_branch=17.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|
Expand Down Expand Up @@ -148,7 +148,8 @@ Contributors
* Shepilov Vladislav <[email protected]>
* `Greenice <https://www.greenice.com>`_:

* Fernando La Chica <[email protected]>
* Fernando La Chica <[email protected]>
* Ugne Sinkeviciene <[email protected]>

Other credits
~~~~~~~~~~~~~
Expand All @@ -171,6 +172,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/16.0/base_multi_image>`_ project on GitHub.
This module is part of the `OCA/server-tools <https://github.com/OCA/server-tools/tree/17.0/base_multi_image>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 1 addition & 1 deletion base_multi_image/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "Multiple images base",
"summary": "Allow multiple images for database objects",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"author": "Tecnativa, "
"Antiun Ingeniería, S.L., Sodexis, "
"LasLabs, OpenFire, "
Expand Down
6 changes: 1 addition & 5 deletions base_multi_image/views/image_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
<group>
<group
string="Owner"
attrs="{
'invisible': [
('show_technical', '=', False),
],
}"
invisible="show_technical == False"
>
<field name="show_technical" invisible="True" />
<field name="owner_model" />
Expand Down

0 comments on commit b0823be

Please sign in to comment.