Lucas Perais - lpe@odoo

Results 6 issues of 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...

RD

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...

RD

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...

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...