Skip to Content
Menu
This question has been flagged
2 Replies
2015 Views

Hi there,


We've recently started using Odoo for our company, and our IT department is putting all kinds of test records in the system, as well as having POS sessions open.


Is there a way to delete inventory while a session is open? I know it sounds dumb, but even if I close the sessions, they continue opening them to play around and test data while I'm trying to work on inventory and such.


Thanks...

Avatar
Discard

You can create access rights and record rule for users and decide which all users can view each menu items and models.

Best Answer

It's cleaner to do an inventory count and encode it using the inventory adjustment menu: https://www.odoo.com/documentation/user/11.0/inventory/management/adjustment/initial_inventory.html

Also, your iT department should simply create a duplicte (sandboxed) database in which they can safely do the testing and avoid entering dummy data in the live database: https://www.odoo.com/documentation/user/11.0/db_management/db_premise.html#duplicate-a-database

Avatar
Discard