Product Low Stock Notification

by
Odoo

10.84

v 14.0 Third Party 11
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Sales (sale_management)
Discuss (mail)
Invoicing (account)
Lines of code 191
Technical Name low_stock_notification
LicenseOPL-1
Websitehttp://www.aktivsoftware.com
Versions 11.0 13.0 12.0 14.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Odoo Apps Dependencies Inventory (stock)
Sales (sale_management)
Discuss (mail)
Invoicing (account)
Lines of code 191
Technical Name low_stock_notification
LicenseOPL-1
Websitehttp://www.aktivsoftware.com
Versions 11.0 13.0 12.0 14.0

Product Low Stock Notification

With this module, System can send an automatic notification mail to all stock managers when there are some products which are less than the predefined quantity. For example, if admin wants to refill the product stock when a product’s quantity is less than 10, then a list of products having quantity less than ten will be generated and a reminder mail will be sent automatically to stock managers.

In the backend, you can also avail the feature of setting a specific frequency of days to send mail notifications to stock managers along with time.

Prerequisites before Installation

No prerequisites required before installation.

Configurations

From Inventory -> Settings, Set the minimum quantity criteria for a product to be restocked.

From Inventory -> Products/Product Variants -> Here you can select product for which you want to set special Min Quantity

Provide specific condition for mailing so only stock managers are informed about the products which needs to be restocked. Go to Setting -> Users and provide Stock Manager rights.

Step-By-Step Guidelines

A cron is generated every day and filters out the products having less quantity than the predefined criteria and send mail of a list of such products with its current quantity to stock manager.

Here is the example of reminder mail which is send to the stock managers to remind them about restocking the products mentioned in the list. In the below image, you can see we have set a criteria as- If any product will have quantity less than 20 or if the sepecifc product is set with the Min quantity then a mail will be sent to the managers.

Free Support

You will get 30 Days free support incase any bugs or issue (Except data recovery).

At AktivSoftware we offer end to end solution for Odoo services. Which includes analysis & consultation on the workflows and integration part. Please note that You're not allowed to distribute this module after purchase! Incase of any question regarding this module feel free to email us on sales@aktivsoftware.com

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!
Error on run scheduled action manually:
by
Allan E. Ramirez M.
on 2/14/23, 2:30 AM
Odoo Server Error
Traceback (most recent call last):
  File "/opt/odoo14/odoo/odoo/addons/base/models/ir_http.py", line 237, in _dispatch
    result = request.dispatch()
  File "/opt/odoo14/odoo/odoo/http.py", line 685, in dispatch
    result = self._call_function(**self.params)
  File "/opt/odoo14/odoo/odoo/http.py", line 361, in _call_function
    return checked_call(self.db, *args, **kwargs)
  File "/opt/odoo14/odoo/odoo/service/model.py", line 94, in wrapper
    return f(dbname, *args, **kwargs)
  File "/opt/odoo14/odoo/odoo/http.py", line 349, in checked_call
    result = self.endpoint(*a, **kw)
  File "/opt/odoo14/odoo/odoo/http.py", line 914, in __call__
    return self.method(*args, **kw)
  File "/opt/odoo14/odoo/odoo/http.py", line 533, in response_wrap
    response = f(*args, **kw)
  File "/opt/odoo14/odoo/addons/web/controllers/main.py", line 1392, in call_button
    action = self._call_kw(model, method, args, kwargs)
  File "/opt/odoo14/odoo/addons/web/controllers/main.py", line 1380, in _call_kw
    return call_kw(request.env[model], method, args, kwargs)
  File "/opt/odoo14/odoo/odoo/api.py", line 399, in call_kw
    result = _call_kw_multi(method, model, args, kwargs)
  File "/opt/odoo14/odoo/odoo/api.py", line 386, in _call_kw_multi
    result = method(recs, *args, **kwargs)
  File "/opt/odoo14/odoo/odoo/addons/base/models/ir_cron.py", line 83, in method_direct_trigger
    cron.with_user(cron.user_id).with_context(lastcall=cron.lastcall).ir_actions_server_id.run()
  File "/opt/odoo14/odoo/odoo/addons/base/models/ir_actions.py", line 632, in run
    res = runner(run_self, eval_context=eval_context)
  File "/opt/odoo14/odoo/addons/website/models/ir_actions.py", line 61, in _run_action_code_multi
    res = super(ServerAction, self)._run_action_code_multi(eval_context)
  File "/opt/odoo14/odoo/odoo/addons/base/models/ir_actions.py", line 501, in _run_action_code_multi
    safe_eval(self.code.strip(), eval_context, mode="exec", nocopy=True)  # nocopy allows to return 'action'
  File "/opt/odoo14/odoo/odoo/tools/safe_eval.py", line 347, in safe_eval
    raise ValueError('%s: "%s" while evaluating\n%r' % (ustr(type(e)), ustr(e), expr))
Exception

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

Traceback (most recent call last):
  File "/opt/odoo14/odoo/odoo/http.py", line 641, in _handle_exception
    return super(JsonRequest, self)._handle_exception(exception)
  File "/opt/odoo14/odoo/odoo/http.py", line 317, in _handle_exception
    raise exception.with_traceback(None) from new_cause
ValueError: : "'bool' object has no attribute 'encode'" while evaluating
'model._cron_low_stock_quantity()'


Re: Error on run scheduled action manually:
by
Jainesh Shah
on 2/15/23, 12:18 AM Author

Hello Allan,

Thank you for using our app. We will check the issue and update the module accordingly. You can expect the module would be updated on store again by next week.

For urgency, please reach us out at :- Odoo@aktivsoftware.com


by
NICOLAS DI LEO
on 4/5/21, 3:13 AM

Can you add this ? 

If so how much for adding it

I want this module to help me not to run out of stop. 

If as average I sell 1 product each day and I have 100 in stock and the supplier delivery delay is 50 days I want to get an alert at day 40 saying in 10 days you must make order 

Re:
by
Jainesh Shah
on 4/6/21, 1:57 AM Author

Hello Nicolas,

Thanks, I will let you know once we add the same, If it has urgent priority then please reach us at :- Odoo@aktivsoftware.com

Regards,
Aktiv Software


by
NICOLAS DI LEO
on 3/31/21, 12:55 AM

can i put the average sold in 1 month ?

Re:
by
Jainesh Shah
on 3/31/21, 1:14 AM Author

Hello Nicolas,

Thanks, Currently module is based on minimum qty entered by you which will be calculated and based on that email will be sent to manager.

If your req. is based on Avg. then we can do customisation for you. For any customisation you can reach us at :- Odoo@aktivsoftware.com

Regards,
Aktiv Software