Monday, June 22, 2026
3 changes · master
New functionality added to Odoo
This update enhances the way our website displays appointment information to search engines and other online platforms. By adding Schema.org microdata, we're helping potential customers find our services more easily and accurately through search results. This improves visibility and potentially drives more leads.
This update adds the ability to associate contract dates with user groups within the HR payroll system. This allows for more precise tracking and reporting of employee contracts, improving payroll accuracy and compliance. The change impacts multiple localization modules.
Original PR description
Add the contract dates to the group_hr_user. Task: 6303353
This update introduces an AI-powered tool to automatically rename documents, streamlining document management. The previous demo tool has been removed, and the new system uses a standardized naming convention ([ORIGIN]-[SENDER]-[DOC_TYPE]-[DATE]) to ensure consistent document organization. This improves data clarity and efficiency.
Original PR description
This commit introduces a new AI-powered tool for automatically renaming documents, replacing the previous demo tool which has been removed along with its data. Key changes: - Added a standard default prompt for document renaming that follows the naming convention: [ORIGIN]-[SENDER]-[DOC_TYPE]-[DATE]. - Removed the obsolete demo renaming tool and its associated demo data. - Updated demo data of `documents_ai` bridges to make the demo prompt more readible task-5860839