Daily updates from Odoo
Wednesday, December 8, 2021
3 changes
Resolved issues and error corrections
Several app setup files were updated to use the current expected format and remove outdated entries. This helps keep these modules compatible with the platform and reduces maintenance issues without changing day-to-day user workflows.
Original PR description
*: crm_helpdesk, purchase_mrp_workorder_quality, sale_ebay, social_instagram
It is spelled `auto_install`, the `complexity` key is long gone, `qweb`
has been moved to `assets: {'web.assets_qweb': []}`. `js` and `css` are
long gone too.
Companion of odoo/odoo#80988This fix ensures the Swedish point of sale session opening process correctly uses the chart of accounts check that was already provided. This helps prevent configuration issues from being missed when starting a POS session in Sweden.
Original PR description
Check COA parameter in the open_session_cb was actually never used opw-2691615 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This fix corrects the spacing between elements inside warning banners in the Planning area. The banner should now look cleaner and be easier for users to read when warnings appear.
Original PR description
Prior to this commit, the elements inside of the warning banner in the planning module were not correctly spaced. task-2703516