From f667e0ead71fb6f63fa910c23b72349581deec2c Mon Sep 17 00:00:00 2001 From: Sathors Date: Mon, 2 Mar 2015 09:04:26 -0500 Subject: [PATCH 1/2] Added the individual CLA --- doc/cla/individual/Sathors.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/cla/individual/Sathors.md diff --git a/doc/cla/individual/Sathors.md b/doc/cla/individual/Sathors.md new file mode 100644 index 00000000000..8e005313156 --- /dev/null +++ b/doc/cla/individual/Sathors.md @@ -0,0 +1,11 @@ +Ecuador, 2nd of March 2015 + +I hereby agree to the terms of the Odoo Individual Contributor License +Agreement v1.0. + +I declare that I am authorized and able to make this agreement and sign this +declaration. + +Signed, + +Nicolas Schmitt sathors@free.fr https://github.com/Sathors From 1b6345f4f20b5d17f94dc3a170d2a2354088f7af Mon Sep 17 00:00:00 2001 From: Sathors Date: Fri, 20 Feb 2015 11:29:40 -0500 Subject: [PATCH 2/2] [ADD] doc: advanced options category including auto-reload. So far there is no info about the "Advanced Options" category of the --help. Added only the --auto-reload, others can be added later. --- doc/reference/cmdline.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/reference/cmdline.rst b/doc/reference/cmdline.rst index 280cd079622..434b0d9cd9d 100644 --- a/doc/reference/cmdline.rst +++ b/doc/reference/cmdline.rst @@ -278,6 +278,14 @@ customize the amout of logging output In case of conflict between :option:`--log-level` and :option:`--log-handler`, the latter is used +Advanced options +---------------- + +.. option:: --auto-reload + + enable auto-reloading of python files and xml files without having to + restart the server. Requires pyinotify_. + .. _reference/cmdline/scaffold: Scaffolding @@ -347,3 +355,4 @@ to that file. http://www.postgresql.org/docs/9.2/static/libpq-connect.html#AEN38208 .. _Werkzeug's proxy support: http://werkzeug.pocoo.org/docs/0.9/contrib/fixers/#werkzeug.contrib.fixers.ProxyFix +.. _pyinotify: https://github.com/seb-m/pyinotify/wiki