Thursday, July 23, 2026
203 changes
1 change
Resolved issues and error corrections
When creating an activity in a custom app made with studio, no image is shown, and instead the alt text is shown with a missing image. This fixes the issue by showing a placeholder icon if no module is found for the activity group. opw-6282451 Previous behavior: <img width="1315" height="568" alt="image" src="https://github.com/user-attachments/assets/1e4fc1d5-3a35-4193-80fc-f6d161776e2e" /> New behavior: <img width="1315" height="568" alt="image" src="https://github.com/user-attac
Original PR description
When creating an activity in a custom app made with studio, no image is shown, and instead the alt text is shown with a missing image. This fixes the issue by showing a placeholder icon if no module is found for the activity group. opw-6282451 Previous behavior: <img width="1315" height="568" alt="image" src="https://github.com/user-attachments/assets/1e4fc1d5-3a35-4193-80fc-f6d161776e2e" /> New behavior: <img width="1315" height="568" alt="image" src="https://github.com/user-attachments/assets/6ed5ca8b-8481-470f-b7c6-dd59c616125e" /> (Original PR: https://github.com/odoo/odoo/pull/268957 Re-based on 17.0 as its the earliest version affected, so it can be forward-ported to future versions) Forward-Port-Of: odoo/odoo#269654
1 change
Resolved issues and error corrections
When preparing procurement values from a stock move, the project is retrieved from the sale order through: self.group_id.sale_id.project_id Users with Sales access set to "Own Documents Only" may not have read access to the originating sale order, causing an AccessError when editing manufacturing orders by adding components that use the MTO flow. The fix is to include sudo() for the project lookup, as editing a MO and should not depend on the user's SO visibility. Steps to Reproduce: 1
Original PR description
When preparing procurement values from a stock move, the project is retrieved from the sale order through: self.group_id.sale_id.project_id Users with Sales access set to "Own Documents Only" may not have read access to the originating sale order, causing an AccessError when editing manufacturing orders by adding components that use the MTO flow. The fix is to include sudo() for the project lookup, as editing a MO and should not depend on the user's SO visibility. Steps to Reproduce: 1. Turn on multi-step routes and unarchive the MTO route 2. Create a SO using a product that has a BOM and uses Manufacture/MTO route 3. Logged in as Marc Demo, open the MO and try to add a component. The component must also have the Manufacture/MTO route enabled. 4. You will get an access rights error upon save/confirm. Related Tickets: opw-6366029 Forward-Port-Of: odoo/odoo#277345
1 change
Enhancements to existing features
Law 30-26, enacted on June 18, 2026, amends the Dominican Tax Code and introduces new rates that only apply to operations dated after its entry into force: - The ISR withholding on fees, commissions and other remunerations for services provided by individuals raises from 10% to 15%, as a payment on account (art. 309 b, as amended by art. 17 of the law). - The ISR withholding on rents paid to individuals raises from 10% to 15%, as a single and final payment (art. 309 a). - A reduced 15% sing
Original PR description
Law 30-26, enacted on June 18, 2026, amends the Dominican Tax Code and introduces new rates that only apply to operations dated after its entry into force: - The ISR withholding on fees, commissions…
Law 30-26, enacted on June 18, 2026, amends the Dominican Tax Code and introduces new rates that only apply to operations dated after its entry into force: - The ISR withholding on fees, commissions and other remunerations for services provided by individuals raises from 10% to 15%, as a payment on account (art. 309 b, as amended by art. 17 of the law). - The ISR withholding on rents paid to individuals raises from 10% to 15%, as a single and final payment (art. 309 a). - A reduced 15% single and final ISR withholding replaces the general 27% remittance withholding for payments abroad of software licenses and subscriptions, royalties, online advertising and cloud data storage services (arts. 305-1 and 305-2, effective June 18, 2026). - The tax on checks and electronic transfers raises from 1.5 to 2.0 per thousand (0.20%), effective July 3, 2026 (art. 382 of Law 288-04, as amended). The previous rates remain applicable to operations prior to the entry into force of the law, so the existing taxes are kept unchanged and the new rates are added as separate taxes. Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr