Daily updates from Odoo
Thursday, July 3, 2025
1 change · master
New functionality added to Odoo
Adds check printing layouts tailored for Dominican Republic payments. This helps businesses in the Dominican Republic print compliant checks directly from Odoo, reducing manual formatting and payment processing effort.
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#88967
Forward-Port-Of: odoo/enterprise#75498