Lucas Perais - lpe@odoo
Lucas Perais - lpe@odoo
Inside a res.config.settings form view have a label with a string on it placed before the field it is linked to. i.e.: ``` ```` Before this commit, the string was...
Test on the playground with ```js const { Component, useState, mount } = owl; let greeter; class Greeter extends Component { constructor() { super(...arguments); greeter = this; this.state = useState({...
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...
Have a Component which forward its slots, but also explicitly put some default content inside one of its children Component. ``` This is the default slot to MyComponent ``` If...
Have a Component A which instantiate another one (B) which also have some Children (C). Have B be the one to handle the errors from the Children via the onError...
[BUG][ALL VERSIONS]: OWL error when a page is Google translated and OWL modifies a list of elements
In odoo: - have a x2m editable list - google translate the page in chrome (it seems to replace the targeted text with elements) - click on a cell to...