forked from OCA/sale-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] sale_order_lot_selection: Migration to 17.0
- Loading branch information
Showing
13 changed files
with
67 additions
and
56 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
|
@@ -17,19 +17,19 @@ Sale Order Lot Selection | |
: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/16.0/sale_order_lot_selection | ||
:target: https://github.com/OCA/sale-workflow/tree/17.0/sale_order_lot_selection | ||
: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-16-0/sale-workflow-16-0-sale_order_lot_selection | ||
:target: https://translation.odoo-community.org/projects/sale-workflow-17-0/sale-workflow-17-0-sale_order_lot_selection | ||
: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=16.0 | ||
:target: https://runboat.odoo-community.org/builds?repo=OCA/sale-workflow&target_branch=17.0 | ||
:alt: Try me on Runboat | ||
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module allows you to select a lot number on sale order line. | ||
This selected lot number will be the one delivered to the Customer. | ||
This module allows you to select a lot number on sale order line. This | ||
selected lot number will be the one delivered to the Customer. | ||
|
||
**Table of contents** | ||
|
||
|
@@ -39,54 +39,57 @@ This selected lot number will be the one delivered to the Customer. | |
Usage | ||
===== | ||
|
||
- Create/edit a product and set traceability by 'By Lots' option. | ||
- Create a new lot number and assign product. | ||
- Update quantity for that product and assign lot number. | ||
- Go to Sales > Orders > Quotations. | ||
- Create a new quotation and add recently above configured product. | ||
- Select lot number and confirm it. | ||
- Delivery order will reserve the lot when available | ||
- Create/edit a product and set traceability by 'By Lots' option. | ||
- Create a new lot number and assign product. | ||
- Update quantity for that product and assign lot number. | ||
- Go to Sales > Orders > Quotations. | ||
- Create a new quotation and add recently above configured product. | ||
- Select lot number and confirm it. | ||
- Delivery order will reserve the lot when available | ||
|
||
Known issues / Roadmap | ||
====================== | ||
|
||
Block sale order validation on confirmation if the selected lot has been removed of this module | ||
Indeed nobody seems to know what it had been implemented on early versions and it is really blocking other generic use case. | ||
One may want to validate a sale order restricting it to a lot that will be produced for instance and does not exist yet. | ||
Block sale order validation on confirmation if the selected lot has been | ||
removed of this module Indeed nobody seems to know what it had been | ||
implemented on early versions and it is really blocking other generic | ||
use case. One may want to validate a sale order restricting it to a lot | ||
that will be produced for instance and does not exist yet. | ||
|
||
This feature may be easyly put it back, in a separated module, if a use case requires it. | ||
The removal of this feature was made on this commit : 3234b2ccccf1dffafbe0a8fa8efaaea44f2e47ef. | ||
This feature may be easyly put it back, in a separated module, if a use | ||
case requires it. The removal of this feature was made on this commit : | ||
3234b2ccccf1dffafbe0a8fa8efaaea44f2e47ef. | ||
|
||
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_order_lot_selection%0Aversion:%2016.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_order_lot_selection%0Aversion:%2017.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 | ||
~~~~~~~ | ||
------- | ||
|
||
* Agile Business Group | ||
|
||
Contributors | ||
~~~~~~~~~~~~ | ||
------------ | ||
|
||
* Nicola Malcontenti <[email protected]> | ||
* Lorenzo Battistini <[email protected]> | ||
* Serpent Consulting Services Pvt. Ltd. <[email protected]> | ||
* Bhavesh Odedra <[email protected]> | ||
* François Honoré <[email protected]> | ||
* Florian da Costa <[email protected]> | ||
- Nicola Malcontenti <[email protected]> | ||
- Lorenzo Battistini <[email protected]> | ||
- Serpent Consulting Services Pvt. Ltd. <[email protected]> | ||
- Bhavesh Odedra <[email protected]> | ||
- François Honoré <[email protected]> | ||
- Florian da Costa <[email protected]> | ||
|
||
Maintainers | ||
~~~~~~~~~~~ | ||
----------- | ||
|
||
This module is maintained by the OCA. | ||
|
||
|
@@ -106,6 +109,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__: | |
|
||
|maintainer-bodedra| | ||
|
||
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/16.0/sale_order_lot_selection>`_ project on GitHub. | ||
This module is part of the `OCA/sale-workflow <https://github.com/OCA/sale-workflow/tree/17.0/sale_order_lot_selection>`_ 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
- Nicola Malcontenti \<<[email protected]>\> | ||
- Lorenzo Battistini \<<[email protected]>\> | ||
- Serpent Consulting Services Pvt. Ltd. \<<[email protected]>\> | ||
- Bhavesh Odedra \<<[email protected]>\> | ||
- François Honoré \<<[email protected]>\> | ||
- Florian da Costa \<<[email protected]>\> |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This module allows you to select a lot number on sale order line. This | ||
selected lot number will be the one delivered to the Customer. |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Block sale order validation on confirmation if the selected lot has been | ||
removed of this module Indeed nobody seems to know what it had been | ||
implemented on early versions and it is really blocking other generic | ||
use case. One may want to validate a sale order restricting it to a lot | ||
that will be produced for instance and does not exist yet. | ||
|
||
This feature may be easyly put it back, in a separated module, if a use | ||
case requires it. The removal of this feature was made on this commit : | ||
3234b2ccccf1dffafbe0a8fa8efaaea44f2e47ef. |
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
sale_order_lot_selection/readme/USAGE.rst → sale_order_lot_selection/readme/USAGE.md
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
- Create/edit a product and set traceability by 'By Lots' option. | ||
- Create a new lot number and assign product. | ||
- Update quantity for that product and assign lot number. | ||
- Go to Sales > Orders > Quotations. | ||
- Go to Sales \> Orders \> Quotations. | ||
- Create a new quotation and add recently above configured product. | ||
- Select lot number and confirm it. | ||
- Delivery order will reserve the lot when available |
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