Skip to content

Commit

Permalink
[MIG] sale_quotation_number: Migration to 18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bizzappdev committed Dec 20, 2024
1 parent 5a98778 commit 9ee5e4a
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 43 deletions.
75 changes: 38 additions & 37 deletions sale_quotation_number/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,27 @@ Sale Quotation Numeration
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github
:target: https://github.com/OCA/sale-workflow/tree/17.0/sale_quotation_number
:target: https://github.com/OCA/sale-workflow/tree/18.0/sale_quotation_number
:alt: OCA/sale-workflow
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_quotation_number
:target: https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_quotation_number
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=17.0
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=18.0
:alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

- Sale Quotation:
- Sale Quotation:

- Sale process in draft stage just informing prices and element of
communication.
- Sale process in draft stage just informing prices and element of
communication.

- Sale Order:
- Sale Order:

- Sale process confirmed, the customer already have a compromise with
us in terms of pay an invoice and receive our product or service.
- Sale process confirmed, the customer already have a compromise
with us in terms of pay an invoice and receive our product or
service.

Originally Odoo manage only 1 sequence for this 2 documents, then the
sales order won and lost manage the same sequence losing almost all lost
Expand All @@ -51,34 +52,34 @@ sequence. When you confirm a quotation, its orginal number is saved in
the 'origin' field and the sale order gets a new number, retrieving it
from 'sale.order' sequence.

- With Odoo Base:
- With Odoo Base:

Sale Quotation 1 Number = SO001
Sale Quotation 1 Number = SO001

Sale Quotation 2 Number = SO002
Sale Quotation 2 Number = SO002

Sale Quotation 3 Number = SO003
Sale Quotation 3 Number = SO003

Sale Quotation 4 Number = SO004
Sale Quotation 4 Number = SO004

- With Odoo + This Module:
- With Odoo + This Module:

Sale Quotation 1 Number = SQ001
Sale Quotation 1 Number = SQ001

Sale Quotation 2 Number = SQ002
Sale Quotation 2 Number = SQ002

Sale Quotation 3 Number = SQ003
Sale Quotation 3 Number = SQ003

Sale Quotation 4 Number = SQ004
Sale Quotation 4 Number = SQ004

Sale Quotation 2 Confirmed = Number for Sale Order SO001 from Sale
Quotation SQ002
Sale Quotation 2 Confirmed = Number for Sale Order SO001 from Sale
Quotation SQ002

Sale Quotation 1 Confirmed = Number for Sale Order SO002 from Sale
Quotation SQ001
Sale Quotation 1 Confirmed = Number for Sale Order SO002 from Sale
Quotation SQ001

Sale Quotation 4 Confirmed = Number for Sale Order SO003 from Sale
Quotation SQ004
Sale Quotation 4 Confirmed = Number for Sale Order SO003 from Sale
Quotation SQ004

**Table of contents**

Expand All @@ -97,7 +98,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues <https://github.com/OCA/sale-workflow/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_quotation_number%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_quotation_number%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

Do not contact contributors directly about support or help with technical issues.

Expand All @@ -114,20 +115,20 @@ Authors
Contributors
------------

- Andy Lu <[email protected]>
- Lorenzo Battistini <[email protected]>
- Valentin Vinagre Urteaga <[email protected]>
- Serpent Consulting Services Pvt. Ltd. <[email protected]>
- Manuel Regidor <[email protected]>
- Vishnu Vanneri <[email protected]>
- Ruchir Shukla <[email protected]>
- Dhara Solanki <[email protected]>
- Andy Lu <[email protected]>
- Lorenzo Battistini <[email protected]>
- Valentin Vinagre Urteaga <[email protected]>
- Serpent Consulting Services Pvt. Ltd. <[email protected]>
- Manuel Regidor <[email protected]>
- Vishnu Vanneri <[email protected]>
- Ruchir Shukla <[email protected]>
- Dhara Solanki <[email protected]>

Other credits
-------------

- Odoo Community Association:
`Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`__.
- Odoo Community Association:
`Icon <https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg>`__.

Maintainers
-----------
Expand All @@ -142,6 +143,6 @@ OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.

This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/17.0/sale_quotation_number>`_ project on GitHub.
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/18.0/sale_quotation_number>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
2 changes: 1 addition & 1 deletion sale_quotation_number/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{
"name": "Sale Quotation Numeration",
"summary": "Different sequence for sale quotations",
"version": "17.0.1.1.0",
"version": "18.0.1.0.0",
"category": "Sales Management",
"website": "https://github.com/OCA/sale-workflow",
"author": "Elico Corp, "
Expand Down
11 changes: 6 additions & 5 deletions sale_quotation_number/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -369,16 +369,17 @@ <h1 class="title">Sale Quotation Numeration</h1>
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:d6340ade2c3791dd1e7a06c531cb5362ff97ec83a6488ce5b69ff3a24f28e5b5
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
<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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/sale-workflow/tree/17.0/sale_quotation_number"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_quotation_number"><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/sale-workflow&amp;target_branch=17.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<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/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/sale-workflow/tree/18.0/sale_quotation_number"><img alt="OCA/sale-workflow" src="https://img.shields.io/badge/github-OCA%2Fsale--workflow-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/sale-workflow-18-0/sale-workflow-18-0-sale_quotation_number"><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/sale-workflow&amp;target_branch=18.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
<ul class="simple">
<li>Sale Quotation:<ul>
<li>Sale process in draft stage just informing prices and element of
communication.</li>
</ul>
</li>
<li>Sale Order:<ul>
<li>Sale process confirmed, the customer already have a compromise with
us in terms of pay an invoice and receive our product or service.</li>
<li>Sale process confirmed, the customer already have a compromise
with us in terms of pay an invoice and receive our product or
service.</li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -440,7 +441,7 @@ <h1><a class="toc-backref" href="#toc-entry-2">Bug Tracker</a></h1>
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/sale-workflow/issues">GitHub Issues</a>.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_quotation_number%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<a class="reference external" href="https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_quotation_number%0Aversion:%2018.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
<p>Do not contact contributors directly about support or help with technical issues.</p>
</div>
<div class="section" id="credits">
Expand Down Expand Up @@ -482,7 +483,7 @@ <h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/17.0/sale_quotation_number">OCA/sale-workflow</a> project on GitHub.</p>
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/sale-workflow/tree/18.0/sale_quotation_number">OCA/sale-workflow</a> project on GitHub.</p>
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
</div>
</div>
Expand Down

0 comments on commit 9ee5e4a

Please sign in to comment.