Daily updates from Odoo
Tuesday, April 24, 2018
3 changes · master
Enhancements to existing features
Folded columns in Kanban views now use an updated color treatment, making them easier to distinguish from active columns. This improves visual clarity for users managing work across boards without changing any underlying workflow.
Original PR description
Task:https://www.odoo.com/web?debug#id=58934&view_type=form&model=project.task&action=327&menu_id=4720 Pad:https://pad.odoo.com/p/r.fcf1e7357cb991bcac6980fb7a3f27fc …columns. 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
This update makes Odoo's on-screen notifications more flexible and easier to manage. Notifications can now include action buttons, helping users respond directly from the popup when relevant.
Original PR description
this.call('web.Notification', 'notify', params) Display a notification at the appropriate location, and returns the reference id to the same widget. Note that this method does not wait for the…
this.call('web.Notification', 'notify', params)
Display a notification at the appropriate location, and returns the
reference id to the same widget. Note that this method does not wait
for the appendTo method to complete.
@param {Object} params
@param {string} params.title notification title
@param {string} params.message notification main message
@param {string} params.type 'notification' or 'warning'
@param {boolean} [params.sticky=false] if true, the notification will stay
visible until the user clicks on it.
@param {string} [params.className] className to add on the dom
@param {function} [params.onClose] callback when the user click on the x
or when the notification is auto close (no sticky)
@param {Array<Object>} params.buttons
@param {function} params.buttons[0].click callback on click
@param {Boolean} [params.buttons[0].primary] display the button as primary
@param {string} [params.buttons[0].text] button label
@param {string} [params.buttons[0].icon] font-awsome className or image src
@returns {Number} notification id
this.call('web.Notification', 'close', notificationId)
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-prSubscription management is easier to navigate with clearer labels, better default filters, and cleaner form layouts. The update also adds renewal options on subscription templates, improves dashboard date defaults, and uses payment terms from the latest sales order when renewing invoices.
Original PR description
Task:https://www.odoo.com/web#id=34831&view_type=form&model=project.task&action=333&active_id=131&menu_id=4720 Pad:https://pad.odoo.com/p/r.1c9bedd7984e7f14445a7b4ad15d6330