From 837198fc8ac2c18efc8e27f8d8399f411376e14a Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Wed, 3 Jun 2026 15:45:22 -0400 Subject: [PATCH] fix(fusion_plating_jobs): commit res_users_views.xml referenced by manifest but never added MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The jobs __manifest__.py data list references views/res_users_views.xml (Plating Signature pad on the user preferences + full user form), and the file was deployed live to entech, but it was never `git add`ed — so the committed manifest pointed at a file absent from the repo. Fresh installs / CI (and any clean-checkout deploy) failed with `FileNotFoundError: .../fusion_plating_jobs/views/res_users_views.xml`. Retrieved the live file from entech and committed it as-is. Co-Authored-By: Claude Opus 4.8 (1M context) --- .../views/res_users_views.xml | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 fusion_plating/fusion_plating_jobs/views/res_users_views.xml diff --git a/fusion_plating/fusion_plating_jobs/views/res_users_views.xml b/fusion_plating/fusion_plating_jobs/views/res_users_views.xml new file mode 100644 index 00000000..a9afff8d --- /dev/null +++ b/fusion_plating/fusion_plating_jobs/views/res_users_views.xml @@ -0,0 +1,39 @@ + + + + + res.users.preferences.form.fp.signature + res.users + + + + + + + + + + + res.users.form.fp.signature + res.users + + + + + + + +