[15.0][MIG] base_multi_image

pull/2334/head
Fernando La Chica 2022-05-06 13:47:55 +02:00
parent 476fdfcecf
commit 265b006225
4 changed files with 6 additions and 3 deletions

View File

@ -7,7 +7,7 @@
{
"name": "Multiple images base",
"summary": "Allow multiple images for database objects",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"author": "Tecnativa, "
"Antiun Ingeniería, S.L., Sodexis, "
"LasLabs, "

View File

@ -75,7 +75,7 @@ class Image(models.Model):
"image, with aspect ratio preserved. Use this field anywhere a "
"small image is required.",
)
comments = fields.Text("Comments", translate=True)
comments = fields.Text(translate=True)
sequence = fields.Integer(default=10)
show_technical = fields.Boolean(compute="_compute_show_technical")

View File

@ -4,3 +4,6 @@
* Sodexis <dev@sodexis.com>
* Dave Lasley <dave@laslabs.com>
* Shepilov Vladislav <shepilov.v@protonmail.com>
* `Greenice <https://www.greenice.com>`_:
* Fernando La Chica <fernandolachica@gmail.com>

View File

@ -83,7 +83,7 @@
<field name="name">Multi image tree</field>
<field name="model">base_multi_image.image</field>
<field name="arch" type="xml">
<tree string="Images">
<tree>
<field name="name" />
<field name="storage" />
<field name="owner_model" />