odoo/openerp/addons
Olivier Dony 444df6affa [FIX] ir.rule,expression: domain expressions must be normalized before they can be safely combined
This adds a normalize_domain() method to osv.expression, which ir.rule calls
before combining expressions due to multiple rules or groups being applicable
to a certain user.
YAML tests are also added with a trivial unit test of normalize_domain() and
some additional tests for ir_rule in order to verify that unnormalized domains
are properly normalized before being combined by ir.rule.

bzr revid: odo@openerp.com-20110324111757-uwuoqvm3lxkipr08
2011-03-24 12:17:57 +01:00
..
base [FIX] ir.rule,expression: domain expressions must be normalized before they can be safely combined 2011-03-24 12:17:57 +01:00
__init__.py [FIX] addons.__init__: make sure ad_paths is initialized before using it. 2011-02-08 14:27:19 +01:00
base_quality_interrogation.py [IMP] openerp python module. 2011-02-07 13:57:23 +01:00