odoo/doc
Thibault Delavallée 382efffb58 [MERGE] [CLEAN] Part I of cleaning and improvements of the server branch of website-al, after review with our Masters. All Glory to Our Masters.
[CLEAN] res_config, res_users: cleaned call to imd.get_object() + code cleaning
- res_config: raise by default, no need to set the argument at True
- res_users: directly embedded get_user_groups_view code inside update_user_groups_view.
The try / except is still necessary, because when installing a new db, groups and users
are created before the user_groups_view view effectively exist. Due to some circular
references, the try / except is therefore necessary to install a new db.

[CLEAN] ir_qweb: simplified and cleaned QWebcontext implementation
- now using openerp.tools.safe_eval, instead of a custom eval with custom builtins
- removed undefined_handler, hardcoded to a lambda function that returns None for
a missing attribute
- cleaned code, removed now dead BUILTINS, removed commented code
- tools.safe_eval: added a parameter locals_builtins. This allows to copy the globals builtins in the locals. This modification is due to the fact that the locals always returns None, allowing to simplify templates. Otherwise we would have to test the existence of each variable before actually using it. However as the locals always return None for every key, the globals are never checked. Copying the builtins inside the local allows to have a complete locals, but slightly break the globals/locals separation.

[CLEAN] Misc
- setup.py: reverted website-al unnecessary change
- oe: reverted website-al unnecessary change

[DOC] renamed misc_qweb.rst file into ir_qweb.rst

bzr revid: tde@openerp.com-20140116184144-fd5h4a94we13mm72
2014-01-16 19:41:44 +01:00
..
_static [MERGE] doc reorganisation, import technical doc from openobject-doc by tde 2012-11-11 03:42:38 +01:00
_themes rm files, move postload hook 2012-10-06 19:10:53 +02:00
form-view-guidelines [IMP] doc: added missing images. 2013-03-28 17:30:59 +01:00
01_getting_started.rst [REM] netrpc: KILL EVERYBODY 2013-02-21 13:18:25 +01:00
02_architecture.rst [DOC] Added section `Process model` to talk a bit about the recently merged longpolling feature. 2013-02-19 12:00:27 +01:00
03_module_dev.rst [DOC] report. 2013-02-22 16:36:49 +01:00
03_module_dev_01.rst [IMP] field regularity 2013-09-27 14:13:25 +02:00
03_module_dev_02.rst [REF] fields: removed deprecated view_load attribute and removed useless first argument in property fields definition 2013-06-19 11:13:32 +02:00
03_module_dev_03.rst [IMP] update the documentation patch 2013-09-04 14:58:42 +02:00
03_module_dev_04.rst [ADD] domains ref, to avoid warnings in web client doc 2012-12-12 17:16:31 +01:00
03_module_dev_05.rst [ADD] refs to server doc, intersphinx doesn't allow linking documents across docs 2012-11-19 15:39:12 +01:00
03_module_dev_06.rst [ADD] refs to server doc, intersphinx doesn't allow linking documents across docs 2012-11-19 15:39:12 +01:00
04_security.rst [IMP] doc/security: removed note stating the groups attribute was partially implemented. 2012-12-14 16:30:48 +01:00
05_test_framework.rst merge trunk fixes 2012-11-11 03:10:22 +01:00
06_ir_qweb.rst [CLEAN] [DOC] renamed misc_qweb.rst file into ir_qweb.rst 2014-01-16 13:52:22 +01:00
06_misc.rst [CLEAN] [DOC] renamed misc_qweb.rst file into ir_qweb.rst 2014-01-16 13:52:22 +01:00
06_misc_auto_join.rst [DOC] Updated the doc about auto_join: a bit more precise, and updated accordingly to last changes in implementation. 2012-12-05 16:34:49 +01:00
06_misc_import.rst [FIX] doc warnings: replace ref by term, add glossary 2012-12-12 17:17:00 +01:00
06_misc_import_o2m.txt rearrange toc, remove some deprecated stuff 2012-11-11 03:39:03 +01:00
06_misc_list_font_style.rst rearrange toc, remove some deprecated stuff 2012-11-11 03:39:03 +01:00
06_misc_need_action_specs.rst rearrange toc, remove some deprecated stuff 2012-11-11 03:39:03 +01:00
06_misc_on_change_tips.rst rearrange toc, remove some deprecated stuff 2012-11-11 03:39:03 +01:00
06_misc_user_img_specs.rst rearrange toc, remove some deprecated stuff 2012-11-11 03:39:03 +01:00
adding-command.rst [ADD] oe: provides sane (unfucked) command-line interface. 2013-01-11 14:46:57 +01:00
api_models.rst merge trunk fixes 2012-11-11 03:10:22 +01:00
changelog.rst [DOC] read_group: added comments for the new formatting option 2013-09-16 12:30:47 +02:00
commands.rst [DOC] added prose for oe web and oe cron. 2013-01-18 15:47:50 +01:00
conf.py [FIX] somebody renamed classes without fixing the corresponding autodoc invocation 2014-01-16 15:49:57 +01:00
deployment-gunicorn.rst [DOC] updated gunicorn doc, a.k.a. why we can't have nice things. 2013-01-22 12:26:58 +01:00
deployment-mod-wsgi.rst [DOC] mod_wsgi: slight improvement. 2013-02-06 11:38:35 +01:00
form-view-guidelines.rst [IMP] doc: added missing images. 2013-03-28 17:30:59 +01:00
index.rst [MERGE] workflows: added some documentation and some tests. 2013-07-31 17:16:36 +02:00
ir_actions.rst [FIX] somebody renamed classes without fixing the corresponding autodoc invocation 2014-01-16 15:49:57 +01:00
openerp-command.rst [DOC] added prose for oe web and oe cron. 2013-01-18 15:47:50 +01:00
orm-methods.rst [IMP] doc: add missing documentation on new methods 2013-02-13 16:27:56 +01:00
report-declaration.rst [DOC] report. 2013-02-22 16:36:49 +01:00
routing.rst [DOC] Updated changelog. 2013-02-13 14:47:07 +01:00
workflows.rst [DOC] workflows: typos, and removed inaccurate environment symbols. 2013-07-31 17:09:43 +02:00