-
-
Notifications
You must be signed in to change notification settings - Fork 660
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIG] stock_picking_auto_create_lot_qty: Migration to 16.0
- Loading branch information
1 parent
dcb0f00
commit 9745b15
Showing
18 changed files
with
289 additions
and
192 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 |
---|---|---|
|
@@ -7,7 +7,7 @@ Stock Picking Auto Create Lot Quantity | |
!! This file is generated by oca-gen-addon-readme !! | ||
!! changes will be overwritten. !! | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
!! source digest: sha256:9da0cd91088d3be4a92d7376e09e59d73080bdad49e1fe1d1c9dc6b039a7a561 | ||
!! source digest: sha256:31abf6223e281237e7c286a76e4f06a04aaeff5bb04aaef7548eee5df36c5256 | ||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png | ||
|
@@ -28,8 +28,7 @@ Stock Picking Auto Create Lot Quantity | |
|
||
|badge1| |badge2| |badge3| |badge4| |badge5| | ||
|
||
This module extends the functionality of stock module to allow auto | ||
create lots with certain count for incoming pickings. | ||
Add a unique lot sequence for lots being created for every company | ||
|
||
**Table of contents** | ||
|
||
|
@@ -41,28 +40,26 @@ Configuration | |
|
||
To configure this module, you need to: | ||
|
||
#. Go to a *Inventory > Master Data > Products*. #. Set 'auto create | ||
lot'option and set 'create lot every' count of uoms for the products you | ||
need. | ||
|
||
If you need to create lots for different companies, you can set the | ||
sequence for the company #. Go to a General Settings > Inventory > Stock | ||
Serial Lots > Select sequence for current company | ||
#. Go to *Inventory > Master Data > Products*, select a product. | ||
#. Set 'Auto create lot' option, and set 'Create lot every' count of UoMs for the products you need. | ||
#. Go the *Settings > Inventory > Stock Serial Lot*. | ||
#. Press --> Sequences button to create/configure your lot sequence for a company in 'ir.sequence' module. The default sequence is 'stock.lot.serial'. | ||
#. Once a sequence is created/updated select the stock lot sequence for the current company. | ||
|
||
Usage | ||
===== | ||
|
||
To use this module you need to: | ||
|
||
#. Go to a *Product > Inventory tab*. #. Set a tracking option for this | ||
product. #. Set auto create lot. #. Go to *Inventory > Incoming* and | ||
create one. #. Validate picking without lot. #. If *Only multiples | ||
allowed* has been selected in product, picking validation will be | ||
blocked if qty received is not a multiple of the value set in product. | ||
#. Go to *Inventory* tab of a product. | ||
#. Set a tracking option for this product. | ||
#. Set 'Auto create lot'. | ||
#. Go to *Inventory > Incoming* and create a new transfer. | ||
#. Validate picking without lot. | ||
#. If 'Only multiples allowed' has been selected in the product, picking validation will be blocked if qty received is not a multiple of the value set in the product. | ||
|
||
|
||
If you need to create lots for different companies, you can set the | ||
sequence for the company #. Go to a General Settings > Inventory > Stock | ||
Serial Lots > Select sequence for current company | ||
Company sequence will be applied automatically on validating the lots based on the sequence selected in settings. | ||
|
||
Bug Tracker | ||
=========== | ||
|
@@ -78,24 +75,24 @@ Credits | |
======= | ||
|
||
Authors | ||
------- | ||
~~~~~~~ | ||
|
||
* Ooops | ||
* Cetmix OÜ | ||
|
||
Contributors | ||
------------ | ||
~~~~~~~~~~~~ | ||
|
||
- `Ooops <https://www.ooops404.com>`__ | ||
* `Ooops <https://ooops404.com>`_ | ||
|
||
- `Francesco Foresti <[email protected]>`__ | ||
* `Francesco Foresti <[email protected]>`_ | ||
|
||
- `Cetmix <https://www.cetmix.com>`__: | ||
* `Cetmix <https://cetmix.com>`_ | ||
|
||
- `Alexander Yartsev <[email protected]>`__ | ||
* `Alexander Yartsev <[email protected]>`_ | ||
|
||
Maintainers | ||
----------- | ||
~~~~~~~~~~~ | ||
|
||
This module is maintained by the OCA. | ||
|
||
|
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 |
---|---|---|
@@ -1,5 +1,8 @@ | ||
# Copyright (C) 2024 Cetmix OÜ | ||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). | ||
|
||
from . import product_template | ||
from . import stock_picking | ||
from . import res_company | ||
from . import stock_production_lot | ||
from . import stock_lot | ||
from . import res_config_settings |
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
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 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,7 @@ | ||
To configure this module, you need to: | ||
|
||
#. Go to *Inventory > Master Data > Products*, select a product. | ||
#. Set 'Auto create lot' option, and set 'Create lot every' count of UoMs for the products you need. | ||
#. Go the *Settings > Inventory > Stock Serial Lot*. | ||
#. Press --> Sequences button to create/configure your lot sequence for a company in 'ir.sequence' module. The default sequence is 'stock.lot.serial'. | ||
#. Once a sequence is created/updated select the stock lot sequence for the current company. |
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,7 @@ | ||
* `Ooops <https://ooops404.com>`_ | ||
|
||
* `Francesco Foresti <[email protected]>`_ | ||
|
||
* `Cetmix <https://cetmix.com>`_ | ||
|
||
* `Alexander Yartsev <[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 @@ | ||
Add a unique lot sequence for lots being created for every company |
Oops, something went wrong.