From f0159c54fb5fa07e79e8ce7ca31cde5eea940f54 Mon Sep 17 00:00:00 2001 From: Matteo Boscolo Date: Thu, 26 Sep 2024 15:34:46 +0200 Subject: [PATCH] IMP: warning and material object --- plm/__manifest__.py | 2 +- plm/models/ir_attachment_relations.py | 2 +- plm/views/plm_material_view.xml | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/plm/__manifest__.py b/plm/__manifest__.py index 9bd89d0c..3ea6ad42 100644 --- a/plm/__manifest__.py +++ b/plm/__manifest__.py @@ -20,7 +20,7 @@ ############################################################################## { "name": "Product Lifecycle Management", - "version": "17.0.0.5", + "version": "17.0.0.6", "author": "OmniaSolutions", "website": "https://odooplm.omniasolutions.website", "category": "Manufacturing/Product Lifecycle Management (PLM)", diff --git a/plm/models/ir_attachment_relations.py b/plm/models/ir_attachment_relations.py index d6f9aa08..dbbe1176 100755 --- a/plm/models/ir_attachment_relations.py +++ b/plm/models/ir_attachment_relations.py @@ -80,7 +80,7 @@ class PlmDocumentRelations(models.Model): userid = fields.Many2one('res.users', _('CheckOut User'), default=False, - readonly="True") + readonly=True) notes = fields.Char(string="Notes: ") _sql_constraints = [ diff --git a/plm/views/plm_material_view.xml b/plm/views/plm_material_view.xml index 9a88cbcd..85f18d66 100755 --- a/plm/views/plm_material_view.xml +++ b/plm/views/plm_material_view.xml @@ -8,11 +8,11 @@
- - - - - + + + + +
@@ -24,7 +24,7 @@ tree - +