aab-odoo
aab-odoo
In the following scenario, the class isn't re-evaluated when app is re-rendered, because the sub component is "should update : false" ```js const { Component, mount } = owl; class...
This is the only part remaining for task #295. However, this is not a priority, and we still have to investigate if it's possible/a good idea.
Before this commit, the no content helper was displayed just below the control panel in empty list views, whereas it must be displayed approximately in the middle of the screen....
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...
Release notes: https://github.com/odoo/owl/releases/tag/v2.0.3 - fix: compiler: correctly escape backslashes when emitting block string - fix: reactivity: don't subscribe to keys when making reactive - fix: t-call-context: fix capture making component...
Have a list view with both vertical and horizontal scrollbars. Before this commit, the horizontal scrollbar was only visible on the very bottom (the user had to scroll vertically to...
[wip]
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...
This commit fixes small UI issues in expense, pos, purchase and sale kanban views, introduced by the conversion to the API [1][2][3][4]. They had similar issues. The amount displayed on...