Skip to content

Commit

Permalink
[MIG] business_requirement_sale: Migration to 15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bizzappdev authored and dreispt committed Apr 27, 2024
1 parent 7a6306c commit 3f5c441
Show file tree
Hide file tree
Showing 13 changed files with 130 additions and 111 deletions.
85 changes: 46 additions & 39 deletions business_requirement_sale/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
Business Requirement Sale
=========================

.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
..
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! source digest: sha256:8ce66c99d95935dc9b991aa575d72c4250b46c500f302aca4a8eae5a021b2816
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
:target: https://odoo-community.org/page/development-status
Expand All @@ -14,19 +17,20 @@ Business Requirement Sale
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbusiness--requirement-lightgray.png?logo=github
:target: https://github.com/OCA/business-requirement/tree/14.0/business_requirement_sale
:target: https://github.com/OCA/business-requirement/tree/15.0/business_requirement_sale
:alt: OCA/business-requirement
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
:target: https://translation.odoo-community.org/projects/business-requirement-14-0/business-requirement-14-0-business_requirement_sale
:target: https://translation.odoo-community.org/projects/business-requirement-15-0/business-requirement-15-0-business_requirement_sale
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
:target: https://runbot.odoo-community.org/runbot/222/14.0
:alt: Try me on Runbot
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
:target: https://runboat.odoo-community.org/builds?repo=OCA/business-requirement&target_branch=15.0
:alt: Try me on Runboat

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

This module extends the functionality of Business Requirement to allow you to
create from them Sales Orders, taking deliverables as sales order lines.
This module extends the functionality of Business Requirement to allow
you to create from them Sales Orders, taking deliverables as sales order
lines.

**Table of contents**

Expand All @@ -36,63 +40,66 @@ create from them Sales Orders, taking deliverables as sales order lines.
Usage
=====

#. Go to *Business Requirement > Business Requirement*.
#. Open the business requirement you want to quote.
#. Click on "Create Quotation" button.
#. On the wizard popup, mark the sections you want to quote, and the
deliverables belonging to that section will be marked, or directly mark
individual ones.
#. There will be a special "Undefined section" checkbox at the end of the
"Sections" group for marking/unmarking deliverables without section.
#. Click on "Create" for generating the quotation.
#. You will be redirected to the newly created draft sales order (quotation).
1. Go to *Business Requirement > Business Requirement*.
2. Open the business requirement you want to quote.
3. Click on "Create Quotation" button.
4. On the wizard popup, mark the sections you want to quote, and the
deliverables belonging to that section will be marked, or directly
mark individual ones.
5. There will be a special "Undefined section" checkbox at the end of
the "Sections" group for marking/unmarking deliverables without
section.
6. Click on "Create" for generating the quotation.
7. You will be redirected to the newly created draft sales order
(quotation).

You can navigate since this moment to all the created quotations:

#. Go to *Business Requirement > Business Requirement*.
#. Open the business requirement that has been quoted.
#. Look for the smart-button "Sales" on the upper-right part of the form.
#. Click on it for going to the quotation/sales order list.
1. Go to *Business Requirement > Business Requirement*.
2. Open the business requirement that has been quoted.
3. Look for the smart-button "Sales" on the upper-right part of the
form.
4. Click on it for going to the quotation/sales order list.

Known issues / Roadmap
======================

* The widget many2many_checkboxes has a bug that avoids to refresh contents
when checkboxes are unmarked programatically, so when you remove some
sections on the sales order creation wizard, they won't be reflected in
screen.
* Include an event when checking/unchecking deliverable for updating sections
accordingly.
- The widget many2many_checkboxes has a bug that avoids to refresh
contents when checkboxes are unmarked programatically, so when you
remove some sections on the sales order creation wizard, they won't
be reflected in screen.
- Include an event when checking/unchecking deliverable for updating
sections accordingly.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/business-requirement/issues>`_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us smashing it by providing a detailed and welcomed
`feedback <https://github.com/OCA/business-requirement/issues/new?body=module:%20business_requirement_sale%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
If you spotted it first, help us to smash it by providing a detailed and welcomed
`feedback <https://github.com/OCA/business-requirement/issues/new?body=module:%20business_requirement_sale%0Aversion:%2015.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.

Credits
=======

Authors
~~~~~~~
-------

* Tecnativa

Contributors
~~~~~~~~~~~~
------------

* `Tecnativa <https://www.tecnativa.com>`_:
- `Tecnativa <https://www.tecnativa.com>`__:

* Alexandre Diaz
* Pedro M. Baeza
* Victor M.M. Torres
- Alexandre Diaz
- Pedro M. Baeza
- Victor M.M. Torres

Maintainers
~~~~~~~~~~~
-----------

This module is maintained by the OCA.

Expand All @@ -104,6 +111,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/business-requirement <https://github.com/OCA/business-requirement/tree/14.0/business_requirement_sale>`_ project on GitHub.
This module is part of the `OCA/business-requirement <https://github.com/OCA/business-requirement/tree/15.0/business_requirement_sale>`_ 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 business_requirement_sale/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Business Requirement Sale",
"category": "Business Requirements Management",
"summary": "Convert Business Requirement into Sales Orders",
"version": "14.0.1.0.0",
"version": "15.0.1.0.0",
"website": "https://github.com/OCA/business-requirement",
"author": "Tecnativa, Odoo Community Association (OCA)",
"license": "AGPL-3",
Expand Down
4 changes: 4 additions & 0 deletions business_requirement_sale/readme/CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
- [Tecnativa](https://www.tecnativa.com):
- Alexandre Diaz
- Pedro M. Baeza
- Victor M.M. Torres
5 changes: 0 additions & 5 deletions business_requirement_sale/readme/CONTRIBUTORS.rst

This file was deleted.

3 changes: 3 additions & 0 deletions business_requirement_sale/readme/DESCRIPTION.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
This module extends the functionality of Business Requirement to allow
you to create from them Sales Orders, taking deliverables as sales order
lines.
2 changes: 0 additions & 2 deletions business_requirement_sale/readme/DESCRIPTION.rst

This file was deleted.

6 changes: 6 additions & 0 deletions business_requirement_sale/readme/ROADMAP.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- The widget many2many_checkboxes has a bug that avoids to refresh
contents when checkboxes are unmarked programatically, so when you
remove some sections on the sales order creation wizard, they won't be
reflected in screen.
- Include an event when checking/unchecking deliverable for updating
sections accordingly.
6 changes: 0 additions & 6 deletions business_requirement_sale/readme/ROADMAP.rst

This file was deleted.

20 changes: 20 additions & 0 deletions business_requirement_sale/readme/USAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
1. Go to *Business Requirement \> Business Requirement*.
2. Open the business requirement you want to quote.
3. Click on "Create Quotation" button.
4. On the wizard popup, mark the sections you want to quote, and the
deliverables belonging to that section will be marked, or directly
mark individual ones.
5. There will be a special "Undefined section" checkbox at the end of
the "Sections" group for marking/unmarking deliverables without
section.
6. Click on "Create" for generating the quotation.
7. You will be redirected to the newly created draft sales order
(quotation).

You can navigate since this moment to all the created quotations:

1. Go to *Business Requirement \> Business Requirement*.
2. Open the business requirement that has been quoted.
3. Look for the smart-button "Sales" on the upper-right part of the
form.
4. Click on it for going to the quotation/sales order list.
17 changes: 0 additions & 17 deletions business_requirement_sale/readme/USAGE.rst

This file was deleted.

Loading

0 comments on commit 3f5c441

Please sign in to comment.