Daily updates from Odoo
Tuesday, July 1, 2025
2 changes
1 change
New functionality added to Odoo
VoIP users can now open a contact’s related CRM leads directly from the calling interface. This makes it easier for sales teams to connect phone conversations with lead follow-up without leaving the VoIP workflow.
Original PR description
This commit adds a button that connects the contacts to its leads via the VoIP module. It uses the same logic as "Applicant" button introduced before. Task-4855484 Community: https://github.com/odoo/odoo/pull/214031 Forward-Port-Of: odoo/enterprise#87294
1 change
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