Inventory Adjustment on Past Date

by
Odoo

10.71

v 17.0 Third Party 1
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Discuss (mail)
Lines of code 123
Technical Name inventory_adjustment_todoo
LicenseLGPL-3
Websitehttps://todooweb.com/
Versions 16.0 17.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 123
Technical Name inventory_adjustment_todoo
LicenseLGPL-3
Websitehttps://todooweb.com/
Versions 16.0 17.0
logo
Enterprise Community

Inventory Adjustment on Past Date.

heading

Currently, in odoo, you can not create or update inventory in past date. So, using this module you allows you to create an inventory adjustment to a past date.

Hot Features

heading
Create an inventory adjustment to a past date
Adjust inventory and reverse the change
Review history of adjustments on past dates

Features

heading
  • Create an inventory adjustment to a past date.
  • Adjust inventory and reverse the change.
  • Review the history of adjustments on past dates.

Go to the "Products" section of the "Inventory" menu.


From the "tree view" of Products we access the product that we want to make the adjustment.


We access the "On hand" section.


We insert the date and the quantity to update.


Once updated, we can review the history of all transactions.



  • Yes, this app works perfectly with Odoo Community, Odoo enterprise and odoo.sh.
  • Yes, we provide free support for 100 days.
  • Yes, you will get free update for lifetime.
  • Yes, You have to download module for each version (15,16,17) except in version 12 or lower.

You May Also Like

heading

Most Demanded Apps

heading

Help and Support

heading

If you face any issues while using our app and the issue is arising due to our app, we provide you complementary support for a duration of 90 days from the date of purchase of the respective app.

To create a support ticket, you can do it through the channels that we make available to you.

Website Contact Us Issues

Power by Develop ToDOO Web from ToDOO Web

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!
Please refund our amount as app is not working throwing error
by
Lannet
on 4/16/24, 4:42 AM Confirmed Purchase

This product is throwing error on inventory adjustment in odoo 17 enterprise.PFB trace

Traceback (most recent call last):

File "/odoo/odoo-server/odoo/http.py", line 2189, in __call__

response = request._serve_db()

File "/odoo/odoo-server/odoo/http.py", line 1765, in _serve_db

return service_model.retrying(self._serve_ir_http, self.env)

File "/odoo/odoo-server/odoo/service/model.py", line 133, in retrying

result = func()

File "/odoo/odoo-server/odoo/http.py", line 1792, in _serve_ir_http

response = self.dispatcher.dispatch(rule.endpoint, args)

File "/odoo/odoo-server/odoo/http.py", line 1996, in dispatch

result = self.request.registry['ir.http']._dispatch(endpoint)

File "/odoo/odoo-server/odoo/addons/base/models/ir_http.py", line 222, in _dispatch

result = endpoint(**request.params)

File "/odoo/odoo-server/odoo/http.py", line 722, in route_wrapper

result = endpoint(self, *args, **params_ok)

File "/odoo/odoo-server/addons/web/controllers/dataset.py", line 24, in call_kw

return self._call_kw(model, method, args, kwargs)

File "/odoo/odoo-server/addons/web/controllers/dataset.py", line 20, in _call_kw

return call_kw(request.env[model], method, args, kwargs)

File "/odoo/odoo-server/odoo/api.py", line 468, in call_kw

result = _call_kw_multi(method, model, args, kwargs)

File "/odoo/odoo-server/odoo/api.py", line 453, in _call_kw_multi

result = method(recs, *args, **kwargs)

File "/odoo/odoo-server/addons/web/models/models.py", line 73, in web_save

self = self.create(vals)

File "", line 2, in create

File "/odoo/odoo-server/odoo/api.py", line 414, in _model_create_multi

return create(self, [arg])

File "/odoo/custom/addons/inventory_adjustment_todoo/models/stock_quant.py", line 38, in create

res = super(StockQuant, self).create(vals)

File "", line 2, in create

File "/odoo/odoo-server/odoo/api.py", line 415, in _model_create_multi

return create(self, arg)

File "/odoo/odoo-server/addons/stock/models/stock_quant.py", line 276, in create

quant = self.sudo().create(vals)

File "", line 2, in create

File "/odoo/odoo-server/odoo/api.py", line 414, in _model_create_multi

return create(self, [arg])

File "/odoo/custom/addons/inventory_adjustment_todoo/models/stock_quant.py", line 50, in create

stock_lines.filtered(lambda l: l.location_dest_id.id == val['location_id']).mapped('qty_done'))

File "/odoo/odoo-server/odoo/models.py", line 6081, in mapped

recs = recs._fields[name].mapped(recs)

KeyError: 'qty_done'