This question has been flagged
2 Replies
3288 Views

For example, logging who has printed the check as well as requiring management approval to reprint a check. 

Avatar
Discard
Best Answer

Every document in Odoo, including a check, retains both metadata about the user who created it and the date it was created, as well as the date and user who last modified (edited) it.

There is nothing preventing users printing checks, but you could easily add security restrictions to prevent certain users from printing checks.  

Recording how many times a check has been printed (and who printed it) would require customization.

 

Avatar
Discard
Author

Thanks Ray. That is what I thought, I just wanted to check so I was not reinventing the wheel. :-)

Best Answer

You can use Audit Trail module... which tracks any changes made to record by anyone... however this module is available for version 6... so if interested, you can modify that module and make it work in Odoo....
 

Avatar
Discard