What problem does it solve?
DTG Base provides a centralized, reusable set of Odoo utilities (date/period handling, timezone conversions, barcode operations, batch processing, and file utilities) to speed up development and ensure consistency across modules.
Core Features & Use Cases
- Date & Period Utilities: find first/last date of a period, iterate periods.
- Timezone Conversions: convert between local time and UTC, handle DST.
- Barcode Utilities: check existence and generate EAN13 barcodes.
- Batch Processing: process large recordsets in memory-friendly batches.
- Vietnamese Text Utilities: strip accents for search and normalization.
- File Utilities: zip directories, compute file sizes, and related helpers.
Quick Start
Load and apply the DTG Base utilities in your Odoo module to start using the shared helpers and reference guide.