@@ -372,7 +372,7 @@ <h1>Optional quick create</h1>
372372!! This file is generated by oca-gen-addon-readme !!
373373!! changes will be overwritten. !!
374374!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
375- !! source digest: sha256:0f856e368d9ea04e58c6ae01a6136cf584e54631c21450b77945e6a91b13a3ca
375+ !! source digest: sha256:2cc38a4d197924b5f1d272e0e695e3320a6332b9e99d04ef78cc9f5bc2e1c98b
376376!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
377377< p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/license-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/server-ux/tree/18.0/base_optional_quick_create "> < img alt ="OCA/server-ux " src ="https://img.shields.io/badge/github-OCA%2Fserver--ux-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/server-ux-18-0/server-ux-18-0-base_optional_quick_create "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/server-ux&target_branch=18.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
378378< p > This module allows to avoid to < em > quick create</ em > new records, through
@@ -384,12 +384,14 @@ <h1>Optional quick create</h1>
384384< div class ="contents local topic " id ="contents ">
385385< ul class ="simple ">
386386< li > < a class ="reference internal " href ="#usage " id ="toc-entry-1 "> Usage</ a > </ li >
387- < li > < a class ="reference internal " href ="#bug-tracker " id ="toc-entry-2 "> Bug Tracker</ a > </ li >
388- < li > < a class ="reference internal " href ="#credits " id ="toc-entry-3 "> Credits</ a > < ul >
389- < li > < a class ="reference internal " href ="#authors " id ="toc-entry-4 "> Authors</ a > </ li >
390- < li > < a class ="reference internal " href ="#contributors " id ="toc-entry-5 "> Contributors</ a > </ li >
391- < li > < a class ="reference internal " href ="#other-credits " id ="toc-entry-6 "> Other credits</ a > </ li >
392- < li > < a class ="reference internal " href ="#maintainers " id ="toc-entry-7 "> Maintainers</ a > </ li >
387+ < li > < a class ="reference internal " href ="#known-issues-roadmap " id ="toc-entry-2 "> Known issues / Roadmap</ a > </ li >
388+ < li > < a class ="reference internal " href ="#issues " id ="toc-entry-3 "> Issues</ a > </ li >
389+ < li > < a class ="reference internal " href ="#bug-tracker " id ="toc-entry-4 "> Bug Tracker</ a > </ li >
390+ < li > < a class ="reference internal " href ="#credits " id ="toc-entry-5 "> Credits</ a > < ul >
391+ < li > < a class ="reference internal " href ="#authors " id ="toc-entry-6 "> Authors</ a > </ li >
392+ < li > < a class ="reference internal " href ="#contributors " id ="toc-entry-7 "> Contributors</ a > </ li >
393+ < li > < a class ="reference internal " href ="#other-credits " id ="toc-entry-8 "> Other credits</ a > </ li >
394+ < li > < a class ="reference internal " href ="#maintainers " id ="toc-entry-9 "> Maintainers</ a > </ li >
393395</ ul >
394396</ li >
395397</ ul >
@@ -406,24 +408,41 @@ <h2><a class="toc-backref" href="#toc-entry-1">Usage</a></h2>
406408</ ul >
407409</ blockquote >
408410</ div >
411+ < div class ="section " id ="known-issues-roadmap ">
412+ < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Known issues / Roadmap</ a > </ h2 >
413+ </ div >
414+ < div class ="section " id ="issues ">
415+ < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Issues</ a > </ h2 >
416+ < ul class ="simple ">
417+ < li > The module is implemented by patching the method < tt class ="docutils literal "> name_create</ tt > . When
418+ used, it may break odoo standard code.</ li >
419+ < li > There is a known issue when we activate the option on < tt class ="docutils literal "> res.partner</ tt >
420+ and using the module helpdesk.</ li >
421+ </ ul >
422+ < p > If you do so, you will break the feature of creating an
423+ < tt class ="docutils literal "> helpdesk.ticket</ tt > when receiving an email. When we receive an email.
424+ If the contact doesn’t exist, odoo will use the method < tt class ="docutils literal "> name_create</ tt > .
425+ This module will raise a UserError and prevent the creation of both:
426+ < tt class ="docutils literal "> helpdesk.ticket</ tt > and < tt class ="docutils literal "> res.partner</ tt > .</ p >
427+ </ div >
409428< div class ="section " id ="bug-tracker ">
410- < h2 > < a class ="toc-backref " href ="#toc-entry-2 "> Bug Tracker</ a > </ h2 >
429+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Bug Tracker</ a > </ h2 >
411430< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OCA/server-ux/issues "> GitHub Issues</ a > .
412431In case of trouble, please check there if your issue has already been reported.
413432If you spotted it first, help us to smash it by providing a detailed and welcomed
414433< a class ="reference external " href ="https://github.com/OCA/server-ux/issues/new?body=module:%20base_optional_quick_create%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
415434< p > Do not contact contributors directly about support or help with technical issues.</ p >
416435</ div >
417436< div class ="section " id ="credits ">
418- < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Credits</ a > </ h2 >
437+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Credits</ a > </ h2 >
419438< div class ="section " id ="authors ">
420- < h3 > < a class ="toc-backref " href ="#toc-entry-4 "> Authors</ a > </ h3 >
439+ < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Authors</ a > </ h3 >
421440< ul class ="simple ">
422441< li > Agile Business Group</ li >
423442</ ul >
424443</ div >
425444< div class ="section " id ="contributors ">
426- < h3 > < a class ="toc-backref " href ="#toc-entry-5 "> Contributors</ a > </ h3 >
445+ < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Contributors</ a > </ h3 >
427446< ul class ="simple ">
428447< li > Jonathan Nemry < a class ="reference external " href ="mailto:jonathan.nemry@acsone.eu "> jonathan.nemry@acsone.eu</ a > </ li >
429448< li > Lorenzo Battistini < a class ="reference external " href ="mailto:lorenzo.battistini@agilebg.com "> lorenzo.battistini@agilebg.com</ a > </ li >
@@ -433,11 +452,11 @@ <h3><a class="toc-backref" href="#toc-entry-5">Contributors</a></h3>
433452</ ul >
434453</ div >
435454< div class ="section " id ="other-credits ">
436- < h3 > < a class ="toc-backref " href ="#toc-entry-6 "> Other credits</ a > </ h3 >
455+ < h3 > < a class ="toc-backref " href ="#toc-entry-8 "> Other credits</ a > </ h3 >
437456< p > This module is maintained by: * Odoo Community Association</ p >
438457</ div >
439458< div class ="section " id ="maintainers ">
440- < h3 > < a class ="toc-backref " href ="#toc-entry-7 "> Maintainers</ a > </ h3 >
459+ < h3 > < a class ="toc-backref " href ="#toc-entry-9 "> Maintainers</ a > </ h3 >
441460< p > This module is maintained by the OCA.</ p >
442461< a class ="reference external image-reference " href ="https://odoo-community.org ">
443462< img alt ="Odoo Community Association " src ="https://odoo-community.org/logo.png " />
0 commit comments