Skip to content

Commit

Permalink
[MIG] base_multi_image: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oerp-odoo committed Feb 14, 2025
1 parent 51dbbb8 commit f283a77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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": "17.0.1.0.0",
"version": "18.0.1.0.0",
"author": "Tecnativa, "
"Antiun Ingeniería, S.L., Sodexis, "
"LasLabs, OpenFire, "
Expand Down
6 changes: 3 additions & 3 deletions base_multi_image/views/image_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
<field name="name">Multi image tree</field>
<field name="model">base_multi_image.image</field>
<field name="arch" type="xml">
<tree>
<list>
<field name="name" />
<field name="owner_model" />
<field name="owner_id" />
<field name="sequence" invisible="True" />
</tree>
</list>
</field>
</record>

Expand Down Expand Up @@ -113,7 +113,7 @@
<record id="image_action" model="ir.actions.act_window">
<field name="name">Multi images</field>
<field name="res_model">base_multi_image.image</field>
<field name="view_mode">kanban,tree,form</field>
<field name="view_mode">kanban,list,form</field>
<field name="help">Click to add an image attached to an specific record.</field>
</record>

Expand Down

0 comments on commit f283a77

Please sign in to comment.