Skip to content

Commit

Permalink
[MIG] storage_media: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminSForgeFlow authored and MiquelRForgeFlow committed Dec 21, 2022
1 parent 9377eb7 commit cac4140
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion storage_media/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{
"name": "Storage Media",
"summary": "Give the posibility to store media data in Odoo",
"version": "14.0.2.1.0",
"version": "15.0.1.0.0",
"category": "Uncategorized",
"website": "https://github.com/OCA/storage",
"author": " Akretion, Odoo Community Association (OCA)",
Expand Down
4 changes: 2 additions & 2 deletions storage_media/views/storage_media_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<record id="storage_media_view_tree" model="ir.ui.view">
<field name="model">storage.media</field>
<field name="arch" type="xml">
<tree string="Storage Media">
<tree>
<field name="name" />
<field name="media_type_id" />
</tree>
Expand Down Expand Up @@ -38,7 +38,7 @@
<record id="storage_media_type_view_tree" model="ir.ui.view">
<field name="model">storage.media.type</field>
<field name="arch" type="xml">
<tree string="Storage Media Type">
<tree>
<field name="name" />
<field name="code" />
</tree>
Expand Down

0 comments on commit cac4140

Please sign in to comment.