Daily updates from Odoo
Tuesday, July 1, 2025
1 change · saas-18.3
New functionality added to Odoo
Adds check printing layouts for companies operating in the Dominican Republic, based on the existing U.S. check printing flow. This helps businesses print locally formatted checks directly from Odoo, reducing manual preparation and improving payment processing consistency.
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
Forward-Port-Of: odoo/enterprise#88590
Forward-Port-Of: odoo/enterprise#75498