From 17306771b16396cb7f179d1819e1c114ef1a9a47 Mon Sep 17 00:00:00 2001 From: Denis Leemann Date: Thu, 6 Nov 2025 16:32:25 +0100 Subject: [PATCH] [IMP]base_optional_quick_create: add issue section in readme --- base_optional_quick_create/readme/ROADMAP.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 base_optional_quick_create/readme/ROADMAP.md diff --git a/base_optional_quick_create/readme/ROADMAP.md b/base_optional_quick_create/readme/ROADMAP.md new file mode 100644 index 0000000000..bdc707f16f --- /dev/null +++ b/base_optional_quick_create/readme/ROADMAP.md @@ -0,0 +1,8 @@ +# Issues + +- The module is implemented by patching the method `name_create`. When used, it may break odoo standard code. +- There is a known issue when we activate the option on `res.partner` and using the module helpdesk. + +If you do so, you will break the feature of creating an `helpdesk.ticket` when receiving an email. +When we receive an email. If the contact doesn't exist, odoo will use the method `name_create`. +This module will raise a UserError and prevent the creation of both: `helpdesk.ticket` and `res.partner`.