Skip to content

Commit 42bfaf6

Browse files
committed
[BOT] post-merge updates
1 parent 94e6374 commit 42bfaf6

2 files changed

Lines changed: 50 additions & 14 deletions

File tree

base_optional_quick_create/README.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Optional quick create
1111
!! This file is generated by oca-gen-addon-readme !!
1212
!! changes will be overwritten. !!
1313
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14-
!! source digest: sha256:0f856e368d9ea04e58c6ae01a6136cf584e54631c21450b77945e6a91b13a3ca
14+
!! source digest: sha256:2cc38a4d197924b5f1d272e0e695e3320a6332b9e99d04ef78cc9f5bc2e1c98b
1515
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1616
1717
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -54,6 +54,23 @@ To use this module, you need to:
5454
option,
5555
- enable the option *Avoid quick create*.
5656

57+
Known issues / Roadmap
58+
======================
59+
60+
Issues
61+
======
62+
63+
- The module is implemented by patching the method ``name_create``. When
64+
used, it may break odoo standard code.
65+
- There is a known issue when we activate the option on ``res.partner``
66+
and using the module helpdesk.
67+
68+
If you do so, you will break the feature of creating an
69+
``helpdesk.ticket`` when receiving an email. When we receive an email.
70+
If the contact doesn't exist, odoo will use the method ``name_create``.
71+
This module will raise a UserError and prevent the creation of both:
72+
``helpdesk.ticket`` and ``res.partner``.
73+
5774
Bug Tracker
5875
===========
5976

base_optional_quick_create/static/description/index.html

Lines changed: 32 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -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&amp;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>.
412431
In case of trouble, please check there if your issue has already been reported.
413432
If 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&#64;acsone.eu">jonathan.nemry&#64;acsone.eu</a></li>
429448
<li>Lorenzo Battistini <a class="reference external" href="mailto:lorenzo.battistini&#64;agilebg.com">lorenzo.battistini&#64;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

Comments
 (0)