21.26

v 16.0 Third Party 57
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Discuss (mail)
Lines of code 433
Technical Name ywt_import_stock_inventory
LicenseOPL-1
Websitehttps://www.youngwingstechnologies.in/
Versions 16.0 17.0 15.0 12.0 13.0 14.0 11.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Discuss (mail)
Lines of code 433
Technical Name ywt_import_stock_inventory
LicenseOPL-1
Websitehttps://www.youngwingstechnologies.in/
Versions 16.0 17.0 15.0 12.0 13.0 14.0 11.0

Import Stock Inventory Adjustment From CSV/Xlsx/Xls

Features

  • Import Stock Inventory by CSV/Xlsx/Xls.
  • Import Stock Inventory by Internal Reference.
  • Import Stock Inventory by Name.
  • Import Stock Inventory by Barcode.
  • Auto Validate Inventory Adjustments.
  • Import Stock Inventory Log Management.

Import Stock Inventory by Internal Reference.

 

Import Stock Inventory by Name.

 

Import Stock Inventory by Barcode.

 

Inventory -> Operation -> Import Stock Inventory Adjustments

 
 
 

If any issue import then check log at "Inventory > Operations > Import Stock Inventory Log"

 
 

Our Services

Suggested Products

Complimentary Support

We will give you 60 days free support for this module.

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!
by
Yassine Draiss
on 4/24/24, 5:45 PM

Hi 

Can I import inventory adjustment with back date ?


for example we are on 04/24/2024 and I want to import inventory for the 12/31/2023

Re:
by
YoungWingsTechnologies
on 4/24/24, 9:56 PM Author

Hello Yassine Draiss


   Thanks for reaching us. Basically Odoo doesn’t support the back date inventory adjustment because the valutions is also manage same date when time to import so back date inventory is not preferre.


by
francis hwenha
on 11/28/22, 12:14 AM

having this error , have bought this module on odoo 14 enterprise


Error:
Odoo Server Error

Traceback (most recent call last):
File "C:\odoo14c\server\odoo\addons\base\models\ir_http.py", line 237, in _dispatch
result = request.dispatch()
File "C:\odoo14c\server\odoo\http.py", line 683, in dispatch
result = self._call_function(**self.params)
File "C:\odoo14c\server\odoo\http.py", line 359, in _call_function
return checked_call(self.db, *args, **kwargs)
File "C:\odoo14c\server\odoo\service\model.py", line 94, in wrapper
return f(dbname, *args, **kwargs)
File "C:\odoo14c\server\odoo\http.py", line 347, in checked_call
result = self.endpoint(*a, **kw)
File "C:\odoo14c\server\odoo\http.py", line 912, in __call__
return self.method(*args, **kw)
File "C:\odoo14c\server\odoo\http.py", line 531, in response_wrap
response = f(*args, **kw)
File "C:\odoo14c\server\odoo\addons\web\controllers\main.py", line 1398, in call_button
action = self._call_kw(model, method, args, kwargs)
File "C:\odoo14c\server\odoo\addons\web\controllers\main.py", line 1386, in _call_kw
return call_kw(request.env[model], method, args, kwargs)
File "C:\odoo14c\server\odoo\api.py", line 399, in call_kw
result = _call_kw_multi(method, model, args, kwargs)
File "C:\odoo14c\server\odoo\api.py", line 386, in _call_kw_multi
result = method(recs, *args, **kwargs)
File "", line 2, in button_immediate_install
File "C:\odoo14c\server\odoo\addons\base\models\ir_module.py", line 74, in check_and_log
return method(self, *args, **kwargs)
File "C:\odoo14c\server\odoo\addons\base\models\ir_module.py", line 475, in button_immediate_install
return self._button_immediate_function(type(self).button_install)
File "C:\odoo14c\server\odoo\addons\base\models\ir_module.py", line 593, in _button_immediate_function
modules.registry.Registry.new(self._cr.dbname, update_module=True)
File "C:\odoo14c\server\odoo\modules\registry.py", line 89, in new
odoo.modules.load_modules(registry._db, force_demo, status, update_module)
File "C:\odoo14c\server\odoo\modules\loading.py", line 461, in load_modules
loaded_modules, update_module, models_to_check)
File "C:\odoo14c\server\odoo\modules\loading.py", line 349, in load_marked_modules
perform_checks=perform_checks, models_to_check=models_to_check
File "C:\odoo14c\server\odoo\modules\loading.py", line 179, in load_module_graph
load_openerp_module(package.name)
File "C:\odoo14c\server\odoo\modules\module.py", line 385, in load_openerp_module
__import__('odoo.addons.' + module_name)
File "c:\odoo14c\server\odoo\enterprise\ywt_import_stock_inventory\__init__.py", line 2, in
from . import wizard
File "c:\odoo14c\server\odoo\enterprise\ywt_import_stock_inventory\wizard\__init__.py", line 1, in
from . import ywt_import_stock_inventory
File "c:\odoo14c\server\odoo\enterprise\ywt_import_stock_inventory\wizard\ywt_import_stock_inventory.py", line 7, in
from openpyxl import load_workbook, Workbook
Exception

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "C:\odoo14c\server\odoo\http.py", line 639, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "C:\odoo14c\server\odoo\http.py", line 315, in _handle_exception
raise exception.with_traceback(None) from new_cause
ModuleNotFoundError: No module named 'openpyxl'