odoo/openerp/addons/base
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
..
i18n Launchpad automatic translations update. 2014-01-16 05:17:25 +00:00
ir [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. 2014-01-16 19:41:44 +01:00
module [MERGE] Sync with trunk 2014-01-03 16:13:24 +01:00
report [FIX] font: revert previous (use name and not familly in reportlab), fix reports using spaces 2013-12-09 14:37:42 +01:00
res [CLEAN] res_config, res_users: cleaned call to imd.get_object() + code cleaning 2014-01-16 14:40:56 +01:00
rng [IMP] Removed quick_create_instance from rng calendar, now by default quick_add is use as if set to True, and if value is not False, we use this value as quick_create_instance 2014-01-10 18:06:45 +01:00
security [CLEAN] [REM] ir_qweb: removed access rules on the various ir_web models 2014-01-16 15:06:21 +01:00
static [IMP] Backport one feature from website: this feature allows to specify a file 2014-01-09 16:43:38 +01:00
test [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9743 revid:qdp-launchpad@openerp.com-20140108160719-9i8xhrat49cn9l5e 2014-01-08 18:14:00 +01:00
tests [MERGE] forward port of branch 7.0 up to revid 5224 chs@openerp.com-20140206105141-7e8bv8ordqqsswh7 2014-02-06 12:02:20 +01:00
workflow [MERGE] forward port of branch saas-2 up to revid 5002 dle@openerp.com-20140114173613-ruxye1m7fxtcjfim 2014-01-15 21:53:57 +01:00
__init__.py move workflow 2013-10-06 17:18:27 +02:00
__openerp__.py move workflow 2013-10-06 17:18:27 +02:00
base.sql [MERGE] sync with trunk 2013-12-02 16:08:56 +01:00
base_data.xml [FIX] merge from trunk and fix handling of view inheritance 2013-12-12 14:44:22 +01:00
base_demo.xml [MERGE] Sync with trunk, solved conflicts. 2014-01-16 10:17:16 +01:00
base_menu.xml [IMP] Technical menu reorg, remove depreacted requests. 2013-10-06 13:26:08 +02:00