Antoine Guenet
Antoine Guenet
Commit [1] introduced an option to enable link and button commands. The goal was to be able to disable it in website_forum when the user doesn't have the proper privileges....
This adds many improvements to table editing in Odoo Editor, as well as some styling improvements. New features : - Rectangular cell selection - Changing the color of a cell...
This adds documentation to help developers modify OdooEditor's Powerbox (mostly to add and filter commands and categories).
If I have a `prop` that is of type `Array` or `Set`, I currently can't use their `forEach` methods (or over iteration methods for that matter) in my `Component`s, effectively...
This ports the `text_emojis`, `char_emojis` and `sms_widget` fields to OWL. Enterprise PR: https://github.com/odoo/enterprise/pull/31716 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
- Wrong syntax made it so that having a text node after the text node in which we're inserting a closing backtick character, converted all the text after the backtick...
I updated the code for the "add users and logins" part of the "securing your API" lesson so it complies to pep8 and pep257. That includes docstrings based on Lorenzo's...
This adds an option `--fuzzy` or `-f` to match the keys in the config in a fuzzy way. Makes it possible to for instance change browser icons when it's open...
A couple of minor refactorings. We have a utility function `selectElements` that is a wrapper around `querySelectorAll` that returns an array and includes the root element. This makes the code...