[imp] refactoring to improve the way the components are destroyed
[odoo/odoo.git] / openerp /
2011-09-28 Vo Minh Thu[IMP] orm: expose ir.model.access check shortcuts.
2011-09-28 Antony Lesuisse[IMP] use generic value for base_data company
2011-09-28 Launchpad Translat... Launchpad automatic translations update.
2011-09-27 Olivier Dony[MERGE] osv_memory removed, merged into database-backed...
2011-09-27 Olivier Dony[MERGE] sync with latest trunk
2011-09-27 Fabien Pinckaersmerge
2011-09-27 Fabien Pinckaers[IMP] generate XML id when exporting an ID that does...
2011-09-27 Vo Minh Thu[FIX] res_user: def read(..., fields, ...): fields...
2011-09-27 Launchpad Translat... Launchpad automatic translations update.
2011-09-26 Olivier Dony[IMP] fields.m2m: support implicit generation of m2m...
2011-09-26 Olivier Dony[IMP] orm: enforce proper m2o ondelete rules between...
2011-09-26 Olivier Dony[IMP] start unifying the SUPERUSER_ID constant
2011-09-26 Xavier Morel[IMP] doc for import_data
2011-09-26 Antony Lesuisse[IMP] directory cleanups, moved historical cruft into...
2011-09-25 Vo Minh Thu[FIX] openerp.service: call wsgi.stop_server upon serve...
2011-09-25 Fabien Pinckaers[FIX] YAML empty records
2011-09-25 Launchpad Translat... Launchpad automatic translations update.
2011-09-25 Olivier Dony[FIX] rpc: honor *_interface options + log it
2011-09-25 Antony Lesuisse[FIX] revert 3651 al@openerp.com-20110925003322-yioqd1c...
2011-09-25 Antony Lesuisse[IMP] temporary web dbfilter before metaoptions
2011-09-25 Antony Lesuisse[REM] http static crap (you may use web controllers...
2011-09-25 Antony Lesuisse[MERGE] trunk
2011-09-24 Vo Minh Thu[IMP] openerp.service: import at the top.
2011-09-24 Antony Lesuisse[FIX] remove old-style test wsgi hook
2011-09-24 Antony Lesuisse[FIX] wsgi server listen to ipv4 0.0.0.0
2011-09-24 Vo Minh Thu[MERGE] merged trunk.
2011-09-24 Antony Lesuisse[MERGE] trunk
2011-09-24 Olivier Dony[FIX] osv_memory_autovacuum: typo
2011-09-24 Olivier Dony[MERGE] no-op merge of trunk, discarding osv-memory...
2011-09-24 Olivier Dony[FIX] orm,expression: special-case previous commit...
2011-09-24 Olivier Dony[FIX] orm,expression: sanity checks for domain terms...
2011-09-24 Olivier Dony[IMP] sql_db: auto-exception-logging can now be turned...
2011-09-23 Olivier Dony[IMP] orm: fix Model hierarchy to avoid TransientModel...
2011-09-23 Olivier Dony[IMP] review/cleanup + fix TransientModels inheritance
2011-09-23 Olivier Dony[REM] orm: m2m._no_foreign_keys attribute removed,...
2011-09-23 Olivier Dony[FIX] ir.model: typo - ir.model.model is the model...
2011-09-23 Olivier Dony[FIX] orm.py: missing patch, lost during last merge
2011-09-23 Olivier Dony[FIX] loading: remove leftover debugging breakpoint
2011-09-23 Vo Minh Thu[IMP] tests: added a simple test case to create a datab...
2011-09-23 Olivier Dony[IMP] orm: introduce cleaner class hierarchy for models
2011-09-23 Vo Minh Thu[FIX] It is possible to mention an undeclared column...
2011-09-23 Launchpad Translat... Launchpad automatic translations update.
2011-09-22 Olivier Dony[IMP] orm: minor cleanup: avoid duplicate functions...
2011-09-22 Olivier Dony[IMP] TransientModel: unnecessary unlink() override
2011-09-22 Olivier Dony[MERGE] sync with latest trunk
2011-09-22 Olivier Dony[MERGE] unaccent support + domain parsing cleanup/impro...
2011-09-22 Xavier Morel[IMP] use same fieldpath-splitting function in data_imp...
2011-09-22 niv-openerp[imp] switched the dates to UTC. I'm so happy.
2011-09-22 niv-openerp[fix] problem when creating a new user without specifyi...
2011-09-22 Olivier Dony[MERGE] sync with latest trunk
2011-09-22 Olivier Dony[IMP] expression: fix [(o2m,not in,...)] domains, re...
2011-09-21 Antony Lesuisse[MERGE] currency position dsh
2011-09-21 Olivier Dony[MERGE] sync latest trunk, including fixes for =like...
2011-09-21 Olivier Dony[IMP] minor cosmetic changes to improve readability...
2011-09-21 Olivier Dony[FIX] osv.expression: fix =like/=ilike operators, broke...
2011-09-21 Antony Lesuisse[MERGE] res_currency add search view qdp
2011-09-21 Olivier Dony[MERGE] sync w/ latest trunk
2011-09-21 Olivier Dony[FIX] res.users: fix user preferences form, broken...
2011-09-21 Quentin (OpenERP)[IMP] base, res_currency: added search view
2011-09-21 Vo Minh Thu[MERGE] ir.xml: ir.model ir.rule changed to use child_o...
2011-09-20 Vo Minh Thureport_sxw: formating classes should return strings.
2011-09-20 Vo Minh Thu[MERGE] base_data.xml: change the VEB currency in VEF...
2011-09-20 Vo Minh Thu[MERGE] expression: support for =like/=ilike.
2011-09-20 Vo Minh Thu[MERGE] orm: better exception messsages.
2011-09-20 Vo Minh Thu[MERGE] report/preprocess: make sure to remove the...
2011-09-20 Vo Minh Thu[MERGE] orm: properly handle multi-level _inherits.
2011-09-19 Olivier Dony[MERGE] trml2pdf: don't reassign a reused node.text...
2011-09-19 Olivier Dony[MERGE] zipped module import wizard improvements, court...
2011-09-19 Olivier Dony[MERGE] diagram view: properly handle non-ASCII arrow...
2011-09-19 Olivier Dony[MERGE] allow overwriting existing terms when importing...
2011-09-19 Antony Lesuisse[MERGE] res_users rename companies tab into allowed...
2011-09-19 Olivier Dony[IMP] ir.actions.client: missing access rights
2011-09-19 Olivier Dony[FIX] orm: quote column names in queries to respect...
2011-09-19 Olivier Dony[MERGE] missing res.currency.rate.type access rights
2011-09-19 Olivier Dony[MERGE] refactoring: view inheritance query moved to...
2011-09-19 Aline Preillon[IMP] improved res.partner demo data
2011-09-19 Olivier Dony[MERGE] enforce unique `key` attribute for res.currency...
2011-09-19 Vo Minh Thu[FIX] base_security: ir rules are noupdate=1.
2011-09-19 Vo Minh Thu[IMP] ir/wizard: removed the unused create_action wizard.
2011-09-19 Naresh (OpenERP)[MERGE FROM TRUNK]
2011-09-19 Olivier Dony[FIX] orm: refactoring and fix of stored functions...
2011-09-18 sebastien beau[REF] refactor code in order to add the possibility...
2011-09-17 Fabien Pinckaersmerge
2011-09-17 Launchpad Translat... Launchpad automatic translations update.
2011-09-16 Olivier Dony[IMP] ir.actions.server: slightly better sample/doc...
2011-09-16 Vo Minh Thu[MERGE] ir_actions: swapped (corrected) signal name...
2011-09-16 Xavier Morel[FIX] race condition in RegistryManager
2011-09-15 Vo Minh Thu[MERGE] fields: correct (5,_) operation on many2many...
2011-09-15 Vo Minh Thu[MERGE] orm: convert exception to unicode.
2011-09-15 Stephane Wirtel[FIX] base: res_currency#company_id remove the default...
2011-09-15 Stephane Wirtel[IMP] base: show the 'field' field in the search view
2011-09-16 Vo Minh Thu[MERGE] ir_action: properly handle the False value...
2011-09-16 Vo Minh Thu[IMP] openerp.modules.db: nice critical logging, and...
2011-09-16 Vo Minh Thu[MERGE] orm: export boolean values as strings, even...
2011-09-16 Vo Minh Thu[FIX] ir_action: avoid returning a None context.
2011-09-15 Vo Minh Thu[MERGE] base_module_import_view: better strings messages.
2011-09-15 Vo Minh Thu[MERGE] ir_module_module: better (less browse() calls...
2011-09-15 Vo Minh Thu[FIX] report: make sure we can use an image path starti...
2011-09-15 Xavier Morel[IMP] ensure file is correctly closed even if file...
2011-09-15 Olivier Dony[FIX] ir.model.data: revert previous context patch...
next