I am coming from a Django world, where you can create custom management commands for custom actions which for example can be put under cron jobs.
Is there something similar in Odoo? If it is possible to add a cli command in an addon, then where to put it so that it is recognized by the system?