Daily updates from Odoo
Wednesday, June 25, 2025
1 change · 18.0
New functionality added to Odoo
Adds check printing support for Dominican Republic companies, including localized check templates, formatting, translations, and the required MICR font assets. This helps businesses in the Dominican Republic print checks directly from Odoo using layouts aligned with local bank check formats.
Original PR description
Essentially a copy of the l10n_us_check_printing module, adjusted to work with DO stuff. The layouts is adjusted to qualify as 'vaguely matching the target check layout', which I was told is enough.
Concern: I can't fit the layout closer without being able to overlay it over an example blank check background.
Concern: The width of partner address lines (ckdo_payee_addr class in print_check.xml) is a bit too limited (so even Azure Interior's ordinary address turns into a vertical mess) by the generic address line widget ir_qweb_widget_templates.xml -> <template id="contact">. Adding a width parameter directly to .ckdo_payee_addr{} in report_check_*.scss solves this, but it doesn't seem like the correct solution.
task-4290725