Prevent the inventory from getting into negative?

hello
I was thinking if this is possible that my inventory should never go in negative if by mistake add one more zero in qunatity moves

Regards saif

There are two access roles for the stock users:

  • The main stock user.
  • The stock assign force user.

The latter gives access to the user to force a move that can not be assigned (and thus generates a negative quantity). So if you want to prevent such case do not give this access rule to your users.

You should consider that the system is tought to support negative quantities because there may be some delay until the data is encoded in Tryton or some inventory diferences.
For this cases it makes sense that the user can generate a negative quantity and fix it latter. So I will recomend that always there is somebody in the system that can force assignations just in case.