-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[16.0][MIG] sale_blanket_order: Migration to 16.0
- Loading branch information
1 parent
4d91759
commit 84b5552
Showing
16 changed files
with
459 additions
and
349 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,14 +14,14 @@ Sale Blanket Orders | |
: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/15.0/sale_blanket_order | ||
:target: https://github.com/OCA/sale-workflow/tree/16.0/sale_blanket_order | ||
: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-15-0/sale-workflow-15-0-sale_blanket_order | ||
:target: https://translation.odoo-community.org/projects/sale-workflow-16-0/sale-workflow-16-0-sale_blanket_order | ||
:alt: Translate me on Weblate | ||
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png | ||
:target: https://runbot.odoo-community.org/runbot/167/15.0 | ||
:alt: Try me on Runbot | ||
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png | ||
:target: https://runboat.odoo-community.org/webui/builds.html?repo=OCA/sale-workflow&target_branch=16.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
|
@@ -42,7 +42,7 @@ A new menu in the Sales area is created, allowing users to create new blanket or | |
|
||
To create a new Sale Blanket Order go to the sale menu in the Sales section: | ||
|
||
.. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/15.0/sale_blanket_order/static/description/BO_menu.png | ||
.. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/16.0/sale_blanket_order/static/description/BO_menu.png | ||
:alt: Blanket Orders menu | ||
|
||
Hitting the button create will open the form view in which we can introduce the following | ||
|
@@ -58,27 +58,27 @@ information: | |
* Original, Ordered, Invoiced, Received and Remaining quantities | ||
* Terms and Conditions of the Blanket Order | ||
|
||
.. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/15.0/sale_blanket_order/static/description/BO_form.png | ||
.. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/16.0/sale_blanket_order/static/description/BO_form.png | ||
:alt: Blanket Orders form | ||
|
||
From the form, once the Blanket Order has been confirmed and its state is open, the user can | ||
create a Sale Order, check the Sale Orders associated to the Blanket Order and/or | ||
see the Blanket Order lines associated to the BO. | ||
|
||
.. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/15.0/sale_blanket_order/static/description/BO_actions.png | ||
.. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/16.0/sale_blanket_order/static/description/BO_actions.png | ||
:alt: Actions that can be done from Blanket Order | ||
|
||
Hitting the button Create Sale Order will open a wizard that will ask for the amount of each | ||
product in the BO lines for which the Sale Order will be created. | ||
|
||
.. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/15.0/sale_blanket_order/static/description/PO_from_BO.png | ||
.. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/16.0/sale_blanket_order/static/description/PO_from_BO.png | ||
:alt: Create Sale Order from Blanket Order | ||
|
||
Installing this module will add an additional menu which will show all the blanket order lines | ||
currently defined in the system. From this list the user can create customized Sale Orders | ||
selecting the lines for which the PO (or POs if the customers are different) is (are) created. | ||
|
||
.. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/15.0/sale_blanket_order/static/description/BO_lines.png | ||
.. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/16.0/sale_blanket_order/static/description/BO_lines.png | ||
:alt: Blanket Order lines and actions | ||
|
||
In the Sale Order form one field is added in the PO lines, the Blanket Order line field. This | ||
|
@@ -89,7 +89,7 @@ factors: | |
* Closer Validity date | ||
* Remaining quantity > Quantity introduced in the Sale Order line | ||
|
||
.. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/15.0/sale_blanket_order/static/description/PO_BOLine.png | ||
.. figure:: https://raw.githubusercontent.com/OCA/sale-workflow/16.0/sale_blanket_order/static/description/PO_BOLine.png | ||
:alt: New field added in Sale Order Line | ||
|
||
Bug Tracker | ||
|
@@ -98,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 smashing it by providing a detailed and welcomed | ||
`feedback <https://github.com/OCA/sale-workflow/issues/new?body=module:%20sale_blanket_order%0Aversion:%2015.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_blanket_order%0Aversion:%2016.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. | ||
|
||
|
@@ -117,6 +117,15 @@ Contributors | |
* Adrià Gil Sorribes <[email protected]> (https://www.eficent.com/) | ||
* Jordi Ballester Alomar <[email protected]> | ||
* Alex Comba <[email protected]> (https://www.agilebg.com/) | ||
* Jasper Jumelet <[email protected]> (https://www.codeforward.nl/) | ||
* `Trobz <https://trobz.com>`_: | ||
|
||
* Nguyễn Minh Chiến <[email protected]> | ||
|
||
Other credits | ||
~~~~~~~~~~~~~ | ||
|
||
The migration of this module from 15.0 to 16.0 was financially supported by Camptocamp | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
|
@@ -131,6 +140,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/15.0/sale_blanket_order>`_ project on GitHub. | ||
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_blanket_order>`_ project on GitHub. | ||
|
||
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.