[FIX] stock_planning: test/stock_planning.yml fails because of new demo data.
[odoo/odoo.git] / openerp /
2011-08-05 Antony Lesuisse[FIX] for view field, thinking about QuerySet...
2011-08-05 Raphael Collet[MERGE] from trunk
2011-08-05 Raphael Collet[IMP] add field view in user preferences view
2011-08-05 Raphael Collet[IMP] add implied groups to res.groups form
2011-08-04 Antony Lesuisse[MERGE] client_actions and ir.todo rework by xmo
2011-08-04 Xavier Morel[REN] client action member 'kwargs' to 'params'
2011-08-04 Raphael Collet[FIX] data: remove address_id from users
2011-08-03 Raphael Collet[IMP] for safety, do not drop column res_users.address_id
2011-08-03 Raphael Collet[MERGE] remove address_id from res_users
2011-08-03 Raphael Collet[IMP] user-address migration: drop column address_id
2011-08-03 Raphael Colletadd migration script: copy user emails from their address
2011-08-03 Raphael Collet[MERGE] add group implications, and create group fields...
2011-08-03 Raphael Colletreshape the users form view
2011-08-03 Raphael Colletmove company field under Default Filters in user prefer...
2011-08-02 Raphael Colletredefine user preferences view
2011-08-02 Raphael Colletadd group implications
2011-08-02 Raphael Collet[IMP] get maximal group in set
2011-08-01 Raphael Collet[FIX] some incomplete behaviors
2011-08-01 Raphael Colletslight improvement of layout
2011-08-01 Raphael Collet[IMP] add tooltip for groups
2011-08-01 Raphael Collet[IMP] classification of groups
2011-07-29 Raphael Colletfix methods read and write in users_view
2011-07-29 Raphael Colletsimple optimization when modifying groups of users
2011-07-29 Xavier Morel[FIX] auto-mark automatic todos as done when they're...
2011-07-29 Xavier Morel[IMP] todos: rename 'special' type to 'automatic',...
2011-07-29 Raphael Colletsplit code in two parts: the implied groups, and enhanc...
2011-07-29 gpa[FIXED] Fixed the problem keyerror id
2011-07-29 Raphael Colletmove code around
2011-07-29 Raphael Colletadd implied groups in all cases
2011-07-29 Naresh (OpenERP)[FIX]:--debug option
2011-07-29 Raphael Colletimprove API of some methods
2011-07-29 Raphael Colletupdate group and user views
2011-07-29 Raphael Colletadd comments and small code improvements
2011-07-29 Raphael Colletsmall code improvements
2011-07-29 Raphael Colletsmall code improvements
2011-07-29 Raphael Colletadd function partition
2011-07-29 Raphael Colletimprove group selection fields
2011-07-29 Raphael Colletfix fields_view_get, and hide selection field when...
2011-07-29 Launchpad Translat... Launchpad automatic translations update.
2011-07-28 Raphael Colletbuild the view based on classified groups
2011-07-28 Raphael Colletimprove group classification
2011-07-28 Raphael Colletadd method to compute the closure of the relation impli...
2011-07-28 Raphael Colletadd method to get groups classified
2011-07-28 Raphael Colletmake group names translatable
2011-07-28 Raphael Colletfirst sketch of groups with boolean fields
2011-07-27 Raphael Collet[IMP] add an implication relation between groups
2011-07-26 Xavier Morel[MERGE] from trunk
2011-07-26 Raphael Collet[IMP] merged the python classes defining res.groups
2011-07-25 Antony Lesuisse[FIX] remove customer flag from company 1
2011-07-25 RavishchanraMurari... update_address_id_usr_email
2011-07-24 Launchpad Translat... Launchpad automatic translations update.
2011-07-22 Raphael Collet[MERGE] from trunk
2011-07-20 Hardik Ansodariy... [IMP]: rename action sms send
2011-07-19 Raphael Collet[IMP] name_get of res.partner.address
2011-07-19 Raphael Collet[FIX] addresses in demo data, allow default addresses...
2011-07-19 Vo Minh Thu[MERGE] import: support for comma-separated ids in...
2011-07-19 Olivier Dony[MERGE] latest 6.0 fixes
2011-07-19 Hardik Ansodariy... [IMP]:removed comment from res_partner_address
2011-07-19 Raphael Collet[FIX] put default address in _defaults of res.partner...
2011-07-19 Hardik Ansodariy... [IMP]:improved name_get in res_partner_address
2011-07-19 Xavier Morel[IMP] res.config.installer: method returning just the...
2011-07-18 Olivier Dony[IMP] safe_eval: allow 'max' builtin
2011-07-18 Raphael Collet[FIX] create default partner address only when an empty...
2011-07-18 Xavier Morel[REM] 'Add More Features' now broken, move it to the...
2011-07-18 Xavier Morel[IMP] cleanup todos & config: write done state when...
2011-07-18 Xavier Morel[IMP] style of res.config and ir.actions.todo code
2011-07-18 Xavier Morel[IMP] rename state 'cancel' to 'hidden'
2011-07-18 Raphael Collet[MERGE] from trunk
2011-07-16 Launchpad Translat... Launchpad automatic translations update.
2011-07-15 Xavier Morel[IMP] simplify res.config code by calling into new...
2011-07-14 Olivier Dony[IMP] sql_db: default cursor = serialized, deprecate...
2011-07-14 Xavier Morel[FIX] ir.actions.todo: remove skip state, rename 'norma...
2011-07-14 Vo Minh Thu[MERGE] ir_config_parameter: added optional default...
2011-07-14 Tejas (OpenERP)[usability] fix the server crash problems of merge
2011-07-14 Tejas (OpenERP)[usability] fix the server crash problems of merge
2011-07-13 Antony Lesuisse[FIX] remove incorrect res_currency name_get
2011-07-13 Xavier Morel[MERGE] trunk fixes
2011-07-13 Xavier Morel[FIX] name of ordering param in read_group docstring...
2011-07-12 tfr@openerp.com[RM] remove get hostname
2011-07-12 Vo Minh Thu[MERGE] fields.py: cleaned a bit fields.property.
2011-07-12 tfr@openerp.com[IMP] get hostname using get_param + add default value...
2011-07-12 Antony Lesuisse[MERGE] modifiers: fields state attribute support ...
2011-07-12 Antony Lesuisse[FIX] apply some merge review feeback
2011-07-12 tfr@openerp.com[IMP] get_hostname tools function based on ir.config_pa...
2011-07-12 Olivier Dony[FIX] module.loading: ensure installed modules are...
2011-07-12 Xavier Morel[MERGE] trunk updates
2011-07-12 Vo Minh Thu[IMP] fields.py: removed unused import (and cyclic...
2011-07-12 Launchpad Translat... Launchpad automatic translations update.
2011-07-11 Vo Minh Thu[FIX] fields.property: typos/misnamed variables.
2011-07-11 Quentin (OpenERP)[IMP] base, rng: allowed name attribute on separator tag
2011-07-11 Vo Minh Thu[FIX] fields.property: set the m2o fields as False...
2011-07-11 Vo Minh Thu[FIX] loading: pool.get("ir.module.module") was done...
2011-07-11 Vo Minh Thu[IMP] fields.py: removed unnecessary initialization.
2011-07-11 Olivier Dony[IMP] module.loading: attempt to load each module atomi...
2011-07-11 Vo Minh Thu[IMP] fields.py: tidying up before merging in trunk.
2011-07-08 Quentin (OpenERP)[FIX] tools: get_and_sort_by_field function fixed and...
2011-07-08 niv-openerp[merge]
2011-07-08 Quentin (OpenERP)[FIX] openerp/osv/fields.py: _get_defaults() and _fnct_...
2011-07-08 Raphael Collet[MERGE] add field 'complexity' in ir.module.module
2011-07-08 Raphael Collet[MERGE] from trunk
next