Launchpad automatic translations update.
[odoo/odoo.git] / addons /
2011-03-29 niv-openerp[IMP] Prototype base class for widgets.
2011-03-29 Xavier Morel[ADD] handling of own values on fields (e.g. self,...
2011-03-29 ARA (OpenERP)[FIX] membership: invoice membership action missing
2011-03-29 Launchpad Translat... Launchpad automatic translations update.
2011-03-28 Xavier Morel[ADD] some documentation on the search view
2011-03-28 Quentin (OpenERP)[MERGE] lp: 739474
2011-03-28 Quentin (OpenERP)[MERGE] lp:740858
2011-03-28 Quentin (OpenERP)[MERGE] lp:739584
2011-03-28 niv-openerp[IMP] Extended filters wip.
2011-03-28 Xavier Morel[ADD] group_by support in search views (not handled...
2011-03-28 Fabien Meghazi[ADD] attrs support in form view
2011-03-28 Quentin (OpenERP)[FIX] sale: fixed stupid attrs in sale order form view
2011-03-28 Xavier Morel[ADD] non-literal contexts
2011-03-28 Xavier Morel[IMP] use non-literal domains to and from client, add...
2011-03-28 Vo Minh Thu[FIX] base_tools, marketing_campaign_crm_demo: __init__...
2011-03-28 niv-openerp[IMP] Extended filters wip.
2011-03-28 Xavier Morel[ADD] start working on adding the concept of literal...
2011-03-28 Quentin (OpenERP)[IMP] account, refund invoice wizard: changed default...
2011-03-28 skh[FIX] Account: Problem for duplicating a record
2011-03-28 skh[FIX] Account: Problem for duplicating a record
2011-03-28 Fabien Meghazi[FIX] invisible tag is alias to attrs 'state', 'not...
2011-03-28 Xavier Morel[FIX] documentation handling issues
2011-03-28 niv-openerp[FIX] Changed LabJs configuration to workaround a bug...
2011-03-28 Xavier Morel[MERGE] small refactoring from trunk
2011-03-28 Xavier Morel[IMP] extract attributes normalization in its own metho...
2011-03-28 Xavier Morel[IMP] mark events as events, fix typo
2011-03-28 niv-openerp[IMP] Modified search view to factorise expanding funct...
2011-03-28 Launchpad Translat... Launchpad automatic translations update.
2011-03-27 Xavier Morel[FIX] RST lists to make super brittle text-filler not...
2011-03-27 Xavier Morel[ADD] document documentation (esp. JS APIDoc via JsDoc...
2011-03-25 Quentin (OpenERP)[MERGE] merged the branch of Lorenzo Battistini - agile...
2011-03-25 Xavier Morel[IMP] filters probably should not trigger a re-search...
2011-03-25 Quentin (OpenERP)[MERGE] merged the branch of Stefan Rijnhart (Therp...
2011-03-25 Quentin (OpenERP)[MERGE] lp: 740353
2011-03-25 Quentin (OpenERP)[FIX] account/account_move_line: proper use of set()
2011-03-25 Quentin (OpenERP)[MERGE] merged the branch of niv containing updated...
2011-03-25 niv-openerp[IMP] Added beginning of extended views.
2011-03-25 Quentin (OpenERP)[MERGE] lp:737258
2011-03-25 Quentin (OpenERP)[MERGE] lp:739181
2011-03-25 Quentin (OpenERP)[MERGE] lp:724820
2011-03-25 Quentin (OpenERP)[MERGE] lp:700928
2011-03-25 Xavier Morel[MERGE] fixes from trunk for annoying no-id-menu click
2011-03-25 Xavier Morel[FIX] don't call /base/menu/action when the current...
2011-03-25 Xavier Morel[IMP] style fixes, just .data() jquery method instead...
2011-03-25 ksa (Open ERP)[FIX]: No average price re-calculation on products
2011-03-25 Xavier Morel[FIX] loading of data in grid (reload it correctly...
2011-03-25 Xavier Morel[FIX] IntegerField should not fail to validate when...
2011-03-25 Xavier Morel[FIX] field contexts are lists of lists, not just lists...
2011-03-25 Xavier Morel[ADD] evaluation of search contexts and domains, hook...
2011-03-25 Xavier Morel[FIX] timing issue with the ViewManager triggering...
2011-03-25 Xavier Morel[FIX] no 'not' operator in QWeb conditions, use 'bzr...
2011-03-25 Xavier Morel[FIX] handle default values setting on search view
2011-03-25 niv-openerp[MERGE] Resynchronized with trunk.
2011-03-25 ksa (Open ERP)[FIX]: Improve code
2011-03-25 ARA (OpenERP)[FIX] Account:Exception raised when setting an Account...
2011-03-25 ksa (Open ERP)[IMP]: Improve code
2011-03-25 Xavier Morel[IMP] eval action context and domain straight as they...
2011-03-25 ksa (Open ERP)[IMP]: Improve the code
2011-03-25 ARA (OpenERP)[FIX] account: slow invoice cancel because validate...
2011-03-25 Xavier Morel[FIX] typo
2011-03-25 Xavier Morel[IMP] hook search into ViewManager, add handling for...
2011-03-25 Fabien Meghazi[IMP] Remove unused line
2011-03-25 Xavier Morel[IMP] use .toggle(condition) instead of if(condition...
2011-03-25 Launchpad Translat... Launchpad automatic translations update.
2011-03-24 Xavier Morel[MERGE] favicon fix
2011-03-24 Xavier Morel[FIX] Label widget rendering breaking on actual label...
2011-03-24 Xavier Morel[FIX] shut up the annoying console spamming by default...
2011-03-24 Xavier Morel[FIX] use LABjs to load scripts to avoid recurring...
2011-03-24 Fabien Meghazi[ADD] Transformation of fields view get during parsing...
2011-03-24 Fabien Meghazi[FIX] Secondary menu content has scrollbar under firefox
2011-03-24 Fabien Meghazi[FIX] Using js keywords for object keys is a bad idea...
2011-03-24 Xavier Morel[ADD] integer widget
2011-03-24 Xavier Morel[ADD] text, selection and boolean fields; improve logic...
2011-03-24 Xavier Morel[IMP] move group toggling from template code to JS...
2011-03-24 Xavier Morel[ADD] Date and ManyToMany fields
2011-03-24 Xavier Morel[FIX] the default operator on 'char' fields is 'ilike'
2011-03-24 Xavier Morel[IMP] only send domain if there's a value (the field...
2011-03-24 Xavier Morel[FIX] it turns out the default operator is weirdly...
2011-03-24 Xavier Morel[FIX] yes suzie, we do actually need the last filter...
2011-03-24 Xavier Morel[ADD] basic domain and value handling on all inputs...
2011-03-24 Antony Lesuisseviewmanager typo
2011-03-24 Antony Lesuisseviewmanager part1
2011-03-24 Xavier Morel[ADD] basic implementation of get_context and get_domai...
2011-03-24 Xavier Morel[ADD] perform search after clicking on a button
2011-03-24 Xavier Morel[ADD] a bunch of stuff to make it possible to enable...
2011-03-24 Quentin (OpenERP)[MERGE] lp:725908
2011-03-24 Quentin (OpenERP)[MERGE] lp:729602
2011-03-24 Quentin (OpenERP)[MERGE] lp:723448
2011-03-24 Xavier Morel[add] kinda forgot about the filters-within-fields...
2011-03-24 Quentin (OpenERP)[MERGE] lp:728092
2011-03-24 Quentin (OpenERP)[MERGE] lp:740762
2011-03-24 Quentin (OpenERP)[MERGE] lp: 725921
2011-03-24 Quentin (OpenERP)[MERGE] lp:736102 (removed the useless test on section...
2011-03-24 Rucha (Open ERP)[FIX]: stock: Fixed scraping move having production lot
2011-03-24 Quentin (OpenERP)[MERGE] lp:739342
2011-03-24 ksa (Open ERP)[FIX]:internal move for no validation for production lot
2011-03-24 Xavier Morel[ADD] start of widgets-based search view, break search...
2011-03-24 Xavier Morel[IMP] make qweb raise an error on template not found
2011-03-24 ksa (Open ERP)[IMP]: Remove wrong line
2011-03-24 ksa (Open ERP)[FIX]:Validation production lot in inventory
next