Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions base_optional_quick_create/readme/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -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`.