From eacdc313571429882164a04ba007b11df683a8c4 Mon Sep 17 00:00:00 2001 From: jayraj-omnia Date: Thu, 28 Nov 2024 19:07:39 +0530 Subject: [PATCH] migrate the below module. -> plm_web_3d --- plm/views/ir_attachment_view.xml | 2 +- plm_web_3d/__init__.py | 4 +- plm_web_3d/__manifest__.py | 12 +- plm_web_3d/controllers/__init__.py | 2 +- plm_web_3d/controllers/main.py | 86 +++-- plm_web_3d/models/__init__.py | 5 +- plm_web_3d/models/ir_attachment.py | 106 +++--- .../models/product_product_document_rel.py | 46 ++- .../static/src/css/OdooCADApplication.css | 70 ++-- .../static/src/js/OdooCADApplication.js | 130 ++++---- plm_web_3d/views/ir_attachment.xml | 46 +-- plm_web_3d/views/web_template.xml | 313 +++++++++--------- 12 files changed, 440 insertions(+), 382 deletions(-) diff --git a/plm/views/ir_attachment_view.xml b/plm/views/ir_attachment_view.xml index 8c655984..62b177e3 100755 --- a/plm/views/ir_attachment_view.xml +++ b/plm/views/ir_attachment_view.xml @@ -262,7 +262,7 @@ - + + + + + + + @@ -22,17 +24,17 @@ plm.web.3d.plm.view_attachment.form.plm.hinerit ir.attachment - + - - - + + + - \ No newline at end of file + diff --git a/plm_web_3d/views/web_template.xml b/plm_web_3d/views/web_template.xml index 87e42817..aaf241a8 100644 --- a/plm_web_3d/views/web_template.xml +++ b/plm_web_3d/views/web_template.xml @@ -1,162 +1,169 @@ - - -