Wednesday, December 25, 2019
3 changes · master
New functionality added to Odoo
Stripe payments can now require a customer’s explicit manual authorization before a saved payment method is used. This helps businesses add a clearer consent step for stored payment details and reduce unwanted or disputed charges.
Original PR description
Task: https://www.odoo.com/web#id=2061850&action=333&active_id=1725&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.f72afb5c5e60c5ab63b6ca97b7ad2c99 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Enhancements to existing features
This update improves the Moroccan localization by refining tax descriptions, expanding the chart of accounts, and adding the ICE business identifier to company and partner records. These changes help Moroccan businesses keep more complete accounting data and produce documents that better match local requirements.
Original PR description
Task: https://www.odoo.com/web#id=1913323&action=327&model=project.task&view_type=form&menu_id=4720 Pad: https://pad.odoo.com/p/r.b2fec1294c424bd47b4755288c52d7b3 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Miscellaneous changes
Steps to reproduce: 1. Open 'Helpdesk' on mobile 2. In dashboard menu, you can scroll x while the content fit the screen. This issue occured because of negative margins on 'o_helpdesk_dashboard' class and the computed width is wrong. In general, using negative margins should be avoided. So in this commit we remove negative margins and we adapt padding values to keep the same design. padding-top: 2px = 10px + (0 - @o-kanban-record-margin) padding-bottom: 18px = 10px + @o-kanban-re
Original PR description
Steps to reproduce: 1. Open 'Helpdesk' on mobile 2. In dashboard menu, you can scroll x while the content fit the screen. This issue occured because of negative margins on 'o_helpdesk_dashboard' class and the computed width is wrong. In general, using negative margins should be avoided. So in this commit we remove negative margins and we adapt padding values to keep the same design. padding-top: 2px = 10px + (0 - @o-kanban-record-margin) padding-bottom: 18px = 10px + @o-kanban-record-margin opw-2071605 Forward-Port-Of: odoo/enterprise#7412 Forward-Port-Of: odoo/enterprise#7405