DTG Base Skill Complete reference for DTG Base module utilities and helpers in Odoo 18. What is DTG Base? DTG Base is a custom abstract model ( ) that provides common utility methods for Odoo development. It's designed to be inherited by other models to gain access to helpful utilities. Quick Reference | Utility | Description | |---------|-------------| | Date & Period | Find first/last date of period, period iteration | | Timezone | Convert local to UTC, UTC to local | | Barcode | Check barcode exists, generate EAN13 | | Batch Processing | Split large recordsets into batches | | after commit…