Monday, July 11, 2022
1 change · master
New functionality added to Odoo
Inventory users can now reverse a previous inventory adjustment directly from the adjustment history. This helps correct stock count mistakes faster by creating an opposite adjustment and clearly marking it as reverted.
Original PR description
Purpose ====== Purpose of the task is checking the inventory adjustment history and doing an opposite adjustment by using `Revert Inventory` button. So in this commit, I have added `Revert Inventory` button in Inventory Adjustments > History. when you checking the history and click on the `Revert Inventory` button, this method create opposite adjustment history with prefix `[reverted]`. TaskID - 2859490