This module extends the Odoo accounting and asset management system by providing an asynchronous validation feature for assets. It allows assets to be validated in bulk through a cron job, improving efficiency in large systems. Additionally, it adds a new option for creating assets as drafts and asynchronously validating them later.
Features:
Asynchronous Asset Validation: Assets can be created as drafts and validated asynchronously via a scheduled cron job.
Bulk Validation: A cron job runs periodically to validate assets in draft state, ensuring assets are processed without manual intervention.
Usage
When creating an asset, you can select the option Create as draft and asynchronous validation to defer the validation.
The cron job will run periodically and process the draft assets for validation.