Skip to Content
Menu
v 16.0 Third Party 10
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Inventory (stock)
Lines of code 516
Technical Name ywt_internal_stock_transfer
LicenseOPL-1
Websitehttps://www.youngwingstechnologies.com
Versions 12.0 13.0 14.0 15.0 16.0 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Invoicing (account)
Discuss (mail)
Inventory (stock)
Lines of code 516
Technical Name ywt_internal_stock_transfer
LicenseOPL-1
Websitehttps://www.youngwingstechnologies.com
Versions 12.0 13.0 14.0 15.0 16.0 17.0 18.0
Snow

Internal Stock Transfer

Internal Stock Transfer refers to the movement of goods within an organization, typically between different warehouses, locations, or departments. It ensures proper inventory management, balances stock levels, and fulfills operational needs without involving sales or purchases. The process involves initiating a transfer request, validating stock availability, executing the transfer, confirming receipt, and updating inventory records. Advanced features like automated rules, barcode tracking, and real-time updates enhance efficiency and accuracy.

Source and Destination Locations

It's allows users to define precise source and destination locations within the inventory module. These locations can be specific storage zones, shelves, or entirely different warehouses. This granular location management ensures that every transfer is accurately logged and easy to track.

Multiple Transfer Types

It's supports various transfer types, catering to different operational needs: Internal Transfers: Movement within the same warehouse (e.g., from Receiving to Storage). Inter-Warehouse Transfers: Movement between different warehouses, often involving logistics and transportation.

Approval Workflow for Transfers

It can implement an approval system where transfer requests need authorization before execution. This feature adds a layer of accountability and control, especially for high-value or sensitive stock transfers.






Snow
Enjoy Complimentary Premium Support, ensuring you get expert assistance whenever you need it's completely free, because your success is our priority.


OUR Solutions

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

Please log in to comment on this module

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.
There are no ratings yet!
THE MODULE IT NOT INSTALL
by
saeed_aklook@redbricks.com.sa
on 5/9/23, 1:07 AM Confirmed Purchase

DEAR SIR I TRY TO INSTALL THE MOUDLE BUT I FACE ERROR 

RPC_ERROR
Odoo Server Error
Traceback (most recent call last):
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\http.py", line 1534, in _serve_db
return service_model.retrying(self._serve_ir_http, self.env)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\service\model.py", line 134, in retrying
result = func()
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\http.py", line 1563, in _serve_ir_http
response = self.dispatcher.dispatch(rule.endpoint, args)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\http.py", line 1760, in dispatch
result = self.request.registry['ir.http']._dispatch(endpoint)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\addons\base\models\ir_http.py", line 138, in _dispatch
result = endpoint(**request.params)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\http.py", line 673, in route_wrapper
result = endpoint(self, *args, **params_ok)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\addons\web\controllers\dataset.py", line 46, in call_button
action = self._call_kw(model, method, args, kwargs)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\addons\web\controllers\dataset.py", line 33, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\api.py", line 461, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\api.py", line 448, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "", line 2, in button_immediate_install
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\addons\base\models\ir_module.py", line 75, in check_and_log
return method(self, *args, **kwargs)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\addons\base\models\ir_module.py", line 486, in button_immediate_install
return self._button_immediate_function(type(self).button_install)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\addons\base\models\ir_module.py", line 610, in _button_immediate_function
registry = modules.registry.Registry.new(self._cr.dbname, update_module=True)
File "", line 2, in new
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\tools\func.py", line 87, in locked
return func(inst, *args, **kwargs)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\modules\registry.py", line 91, in new
odoo.modules.load_modules(registry, force_demo, status, update_module)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\modules\loading.py", line 484, in load_modules
loaded_modules, update_module, models_to_check)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\modules\loading.py", line 373, in load_marked_modules
perform_checks=perform_checks, models_to_check=models_to_check
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\modules\loading.py", line 196, in load_module_graph
model_names = registry.load(cr, package)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\modules\registry.py", line 241, in load
model = cls._build_model(self, cr)
File "C:\Program Files\Odoo 16.0e.20221023\server\odoo\models.py", line 643, in _build_model
raise TypeError("Model %r does not exist in registry." % name)
TypeError: Model 'stock.location.route' does not exist in registry.


PLEASE CONTACT WITH ME BY THIS EMAIL : SAEED_AKLOOK@REDBRICKS.COM.SA