Daily updates from Odoo
Wednesday, July 2, 2025
3 changes
1 change
New functionality added to Odoo
Adds check printing layouts tailored for Dominican Republic companies, based on the existing U.S. check printing functionality. This helps businesses in the Dominican Republic print checks directly from Odoo using localized layouts, though some layout fine-tuning may still be needed for exact paper alignment.
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#754982 changes
New functionality added to Odoo
VoIP users can now access CRM leads directly from contact-related areas in the softphone, making it easier to connect calls with sales opportunities. The change also generalizes shared VoIP extension points so similar buttons can be reused across related apps.
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#88960 Forward-Port-Of: odoo/enterprise#87294
Spreadsheet users can now create selection-based filters in addition to existing filter options. This makes it easier to narrow spreadsheet data using predefined choices, improving analysis and reporting workflows.
Original PR description
See community commit for details. Task: 3619413