This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/addons/web/static/src/js/view_tree.js b/addons/web/static/src/js/view_tree.js | |
| index 2f92042..380f160 100644 | |
| --- a/addons/web/static/src/js/view_tree.js | |
| +++ b/addons/web/static/src/js/view_tree.js | |
| @@ -222,27 +222,25 @@ instance.web.TreeView = instance.web.View.extend(/** @lends instance.web.TreeVie | |
| var local_context = { | |
| active_model: self.dataset.model, | |
| active_id: id, | |
| - active_ids: [id]}; | |
| + active_ids: [id] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> | |
| <fontconfig> | |
| <!-- | |
| Documented at | |
| http://linux.die.net/man/5/fonts-conf | |
| To check font mapping run the command at terminal | |
| $ fc-match 'helvetica Neue' |
NewerOlder