Monday, June 26, 2023
5 changes
Enhancements to existing features
The spreadsheet tools have been updated to a newer library version, bringing ongoing improvements to spreadsheet-related features. This helps keep document spreadsheets current and prepares the product for better stability and capabilities in future updates.
Original PR description
…-alpha.5
Employee referral dashboards and reports now better respect company boundaries in multi-company setups. This helps users see referral information for the right company and improves control over referral points data.
Original PR description
In this commit we fixed following point: - Add company domain in referral dashboard - Create a multi-company rule of the Points line for referrals task-3358242
Odoo now offers a Kitchen Display shortcut from the apps page, making it easier for restaurants and bars to access preparation displays in Point of Sale. Default displays are also created for standard shop and restaurant setups when available, improving the out-of-the-box experience and demo reliability.
Original PR description
*: l10n_mx_edi_pos, pos_restaurant_preparation_display Changes: - Adds a Kitchen Display shortcut in the apps page of Odoo to open the Preparation Display section of the Point of Sale app with the "Is a Bar/Restaurant" filter. This shortcut is made with a web url to don't open the Preparation Display action under the empty Kitchen Display root menuitem but under the Point of Sale root menuitem. - Adds default preparation display for the default shop and restaurant, loaded only if they still exist. - Changed a test that was intended to use a shop to actually create a shop and not a restaurant when pos_restaurant is installed. This is needed because the Floors and tables setting is now enabled by default, and therefore any fresh new restaurant has an empty floor as the first view when a session is opened, not the product list view as expected in the test. task-id: 2484291 related: https://github.com/odoo/odoo/pull/117941
Link-type documents now show richer preview images and can automatically fill in link names from website metadata, making them easier to identify. Sharing controls now prevent URL-only shares and warn users when links are excluded from mixed document shares, reducing confusion and accidental sharing of unsupported content.
Original PR description
Purpose ======= Improve the link management by adding a preview image when the url has one in its meta properties and by preventing the user from sharing urls as urls shouldn't be shared.…
Purpose ======= Improve the link management by adding a preview image when the url has one in its meta properties and by preventing the user from sharing urls as urls shouldn't be shared. Specifications ============== Url preview image : ---------------------------- For documents of type url, currently only Youtube videos preview images were correctly displayed in the documents kanban and list view inspector. Other links preview images were a simple icon. When the url is an image or has an image preview in its meta properties, display the image as preview image in the document kanban card and in the list view inspector. In the sharing modal and the inspector, when updating the url field, if the url has a name in its meta properties, autocomplete the url name field. Open the related document url in a new tab when clicking on the preview image in the kanban card and in the list view inspector. Sharing management : --------------------------------- When only url documents are selected, prevent the user from copying the sharing link or accessing the sharing modal by displaying a danger notification. When url documents but also other types of documents are selected in the group of files to share, display a warning message indicating that documents of type url will be excluded from the shared content. A warning banner when sharing from the share modal and a warning notification when sharing from the inspector. Task-3234864
French tax reports now round each report line and related closing entries to the nearest euro, matching French tax filing requirements. Businesses can configure the profit and loss accounts used to record any rounding difference, improving accuracy and compliance in VAT closing entries.
Original PR description
French tax reports require that each line is rounded to the nearest euro. Change the logic of the account generic tax report in the l10n_fr_reports module to round the closing entries of French tax…
French tax reports require that each line is rounded to the nearest euro. Change the logic of the account generic tax report in the l10n_fr_reports module to round the closing entries of French tax returns to the nearest euro based on the lines of the report, and use the designated profit/loss accounts for the rounding difference. task: 2610752 == PRs == odoo/odoo#75634 Example, a tax return with the lines:  Should have a payable tax amount of 25 euros, so the closing entry generated looks like this:  The rounding also applies to deductible tax and carryovers. When this is the case the report will look like this:  Where the carryover amount is represented un-rounded, but an info box displays the rounded amount as being carried over