[FIX] base, ir.ui.view: added a default value for 'type' field as it's a required...
[odoo/odoo.git] / openerp / addons / base / ir / ir_ui_view.py
2013-03-27 Quentin (OpenERP)[FIX] base, ir.ui.view: added a default value for ...
2012-12-17 Cecile Tonglet[MERGE] From trunk (second time)
2012-12-14 Xavier Morel[IMP] use augmented assignments
2012-12-10 Vo Minh Thu[IMP] use the openerp namespace.
2012-11-02 Xavier Morel[REM] useless intermediate lambdas in default values
2012-10-13 Antony Lesuisse[FIX] cleanup ir.xml mess, ir.ui.view name is now optio...
2012-09-24 Olivier Dony[IMP] ir.ui.view: discard custom views before updating...
2012-09-13 Olivier Dony[IMP] translations: wip, remove unnecessary code, suppo...
2012-08-29 Raphael Collet[IMP] ir.ui.view: filter inheriting views based on...
2012-08-29 Raphael Collet[MERGE] trunk-ir_ui_view_access_rights-mdi (add field...
2012-08-29 Divyesh Makwana... [ADD] Added 'groups_id' field into 'ir_ui_view' model.
2012-08-14 Vo Minh Thu[IMP] ir_ui_view: somewhat better `type` functional...
2012-08-08 Jigar Amin - OpenERP[FIX] Setting the view type of parent when you have...
2012-06-22 Vo Minh Thu[IMP] ir.ui.view: Added assertion-based checks.
2012-06-19 Vo Minh Thuir.ui.view: type field can be a functional field.
2012-06-14 Olivier Dony[IMP] Improve view validation to based on fields_view_g...
2012-06-12 Fabien Pinckaers[IMP] improved comment TODO
2012-06-11 Olivier Dony[IMP] modules, ir.ui.view: improve view validation...
2012-06-11 Fabien Pinckaerstemporarily removing checks
2012-06-11 Fabien Pinckaers[IMP] views
2012-06-10 Fabien Pinckaersfix
2012-06-10 Fabien Pinckaersfix
2012-06-04 Vo Minh Thu[IMP] rng validation: remove call to rng validation...
2012-04-17 Antony Lesuisse[MERGE] trunk-form-v2, rng validation can _optionally_...
2012-03-27 niv-openerp[imp] desactivated rng check for views
2012-02-14 Olivier Dony[MERGE] Minor bugfixes (missing imports, etc.) courtesy...
2012-02-08 Florent Xicluna[MERGE] merged trunk.
2012-01-24 Vo Minh Thu[IMP] openerp.addons.base: _logger with fully qualified...
2012-01-19 Florent Xicluna[FIX] eval(label) fails if label is not a str.
2012-01-04 Olivier Dony[IMP] cleanup deprecated method=True param for function...
2011-11-21 Vo Minh Thu[MERGE] Cleaning of the empty dict kwargs (replaced...
2011-11-13 Fabien Pinckaers[IMP] constraint on XML view on object to allow inheritancy
2011-11-07 Numerigraphe - Lio... [FIX] unmutable defaults in base addons.
2011-09-19 Olivier Dony[MERGE] diagram view: properly handle non-ASCII arrow...
2011-09-19 Olivier Dony[MERGE] refactoring: view inheritance query moved to...
2011-09-18 sebastien beau[REF] refactor code in order to add the possibility...
2011-09-06 Olivier Dony[IMP] ir.model.data: usability - rename `XML ID` -...
2011-08-11 Yogesh (OpenERP)[MERGE] Merge with trunk server.
2011-08-03 gpa[FIX] Fixed error of non-ascii charcter in label, remov...
2011-08-02 Yogesh (OpenERP)[ADD] add new kanban view.
2011-07-27 Raphael Collet[FIX] in Customized Views, make fields User and Origina...
2011-07-26 Amit (OpenERP)[FIX]:In the menu Customized Views, the user field...
2011-06-24 Olivier Dony[IMP] lint cleanup
2011-06-24 Naresh (OpenERP)[FIX]:shortcuts are reverted back to their original...
2011-06-01 Olivier Dony[IMP] ir.ui.view.custom: order by create_date descending
2011-04-20 Naresh (OpenERP)[FIX]:editing shortcuts from client were not dispalying...
2011-04-06 Vo Minh Thu[MERGE] merged 6.0.
2011-02-07 Vo Minh Thu[IMP] openerp python module.