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
| # Requires a local Odoo 9 server that is only listening to 127.0.0.1 | |
| # interface on port 8069, with website/ecommerce installed, and | |
| # a proper --db-filter setting. --proxy-mode recommended too. | |
| # This is an *untested* sample nginx configuration for demo purpose, | |
| # please double-check all the settings and test the actual security | |
| # of your setup - don't take it for granted. | |
| # It is likely to break some built-in features of Odoo as well, | |
| # might require whitelisting some extra routes. |
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
| #!/bin/sh | |
| #%# family=manual | |
| #%# capabilities=autoconf suggest | |
| case $1 in | |
| config) | |
| echo graph_category openerp | |
| echo graph_title openerp rpc requests min/average response time | |
| echo graph_vlabel seconds | |
| echo graph_args --units-exponent -3 | |
| echo min.label min |
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