Daily updates from Odoo
Navigate
Branch
Tuesday, December 29, 2020
5 changes
Code cleanup and technical improvements
This update removes outdated references to an import button that is no longer used. It helps keep the Sign app code aligned with the current interface and reduces the risk of future maintenance issues.
Miscellaneous changes
Before this commit, in the Barcode App, the +1 / +remaining qty. buttons weren't displayed when a picking is processed if the user's using it on smartphone. task-2394468 Forward-Port-Of: odoo/enterprise#15486 Forward-Port-Of: odoo/enterprise#15034
Original PR description
Before this commit, in the Barcode App, the +1 / +remaining qty. buttons weren't displayed when a picking is processed if the user's using it on smartphone. task-2394468 Forward-Port-Of: odoo/enterprise#15486 Forward-Port-Of: odoo/enterprise#15034
Before this commit when reached the rate_limit_reached, the rest of pickings pending to be submit to amazon submit feed were marked with amazon_sync_pending = False making them to be ignored on the next cron execution. Now only the pickings already submit are market with amazon_sync_pending=False. OPW 2419182 Forward-Port-Of: odoo/enterprise#15472 Forward-Port-Of: odoo/enterprise#15355
Original PR description
Before this commit when reached the rate_limit_reached, the rest of pickings pending to be submit to amazon submit feed were marked with amazon_sync_pending = False making them to be ignored on the next cron execution. Now only the pickings already submit are market with amazon_sync_pending=False. OPW 2419182 Forward-Port-Of: odoo/enterprise#15472 Forward-Port-Of: odoo/enterprise#15355
When sending an appraisal request, if the sender uses a template that contains the "View Appraisal" button, the latter will not be displayed in the mail. To reproduce the error: 1. Go to Settings > Appraisal 2. In "Confirmation Email Template", open the one for the employees - You can see that the template contains a "View Apparaisal" button 3. Go to Employees and select Marc Demo 4. Request Appraisal => The button is not shown One field of the rendering context was badly defin
Original PR description
When sending an appraisal request, if the sender uses a template that contains the "View Appraisal" button, the latter will not be displayed in the mail. To reproduce the error: 1. Go to Settings > Appraisal 2. In "Confirmation Email Template", open the one for the employees - You can see that the template contains a "View Apparaisal" button 3. Go to Employees and select Marc Demo 4. Request Appraisal => The button is not shown One field of the rendering context was badly defined: `user_id` is "The internal user in charge of this contact". Here, we need `user_ids`, the one2many field that links a `res.partner` with the corresponding `res.users`. OPW-2418244 Forward-Port-Of: odoo/enterprise#15457
This commit adds tests for the behavior fixed at 0ce8a218fd4e3d3f57735648003245f044325b46 Task-ID: 2415824 Forward-Port-Of: odoo/enterprise#15483
Original PR description
This commit adds tests for the behavior fixed at 0ce8a218fd4e3d3f57735648003245f044325b46 Task-ID: 2415824 Forward-Port-Of: odoo/enterprise#15483