[imp] small simplification of field char, email & url
[odoo/odoo.git] / addons /
2012-03-20 niv-openerp[imp] small simplification of field char, email & url
2012-03-20 Fabien Meghazi[FIX] Fix layouting width issue
2012-03-20 Fabien Meghazi[ADD] Debug layout.
2012-03-20 niv-openerp[imp] modified m2o to use the mixin
2012-03-20 niv-openerp[imp] api improvement of reinitialize field mixin
2012-03-20 niv-openerp[fix] small bugs about readonly
2012-03-20 Fabien Meghazi[IMP] Missing part in previous commit
2012-03-20 Fabien Meghazi[IMP] Buttons styling
2012-03-20 Fabien Meghazi[FIX] problem with date(time) field(s) on_focus
2012-03-19 Fabien Meghazi[FIX] update_dom not called anymore on form changed
2012-03-19 niv-openerp[imp] cleaned some more usage of element_id
2012-03-19 niv-openerp[imp] removed some usage of element_id
2012-03-19 niv-openerp[imp] clean page view
2012-03-19 niv-openerp[fix] some problem with datetimes when going to the...
2012-03-19 niv-openerp[fix] problem in binary fields
2012-03-19 niv-openerp[imp] refactored fields binary & image
2012-03-19 niv-openerp[imp] refactored field image
2012-03-19 Fabien Meghazi[IMP] Label styling
2012-03-19 niv-openerp[fix] problem with char's validity
2012-03-19 niv-openerp[imp] clean some useless comment
2012-03-19 niv-openerp[fix] field text
2012-03-19 niv-openerp[fix] problem with date & datetime & readonly
2012-03-19 Fabien Meghazi[FIX] Fix domains and contexts
2012-03-19 niv-openerp[fix] problem in page view
2012-03-19 niv-openerp[imp] made reference readonly-able
2012-03-19 niv-openerp[imp] small cleaning in o2m & m2m
2012-03-19 niv-openerp[imp] introduced reinitialize mixin
2012-03-19 Fabien Meghazi[FIX] Fixed labels and stuff
2012-03-19 niv-openerp[fix] typos
2012-03-16 niv-openerp[imp] made selection readonly-able
2012-03-16 niv-openerp[fix] some error
2012-03-16 niv-openerp[imp] made boolean readonly-able
2012-03-16 niv-openerp[imp] made url readonly-able
2012-03-16 niv-openerp[imp] made email readonly-able
2012-03-16 niv-openerp[imp] made chars readonly-able
2012-03-16 niv-openerp[imp] made o2m readonly-able
2012-03-16 niv-openerp[imp] made m2m readonly-able
2012-03-16 niv-openerp[imp] renamed field to abstract field
2012-03-16 niv-openerp[imp] just cleaned m2o a little
2012-03-16 niv-openerp[merge]
2012-03-16 niv-openerp[imp] changed novajs to fire change events only when...
2012-03-16 niv-openerp[fix] possible problem in m2o
2012-03-16 Launchpad Translat... Launchpad automatic translations update.
2012-03-15 Fabien Meghazi[FIX] Fix width computing
2012-03-15 Fabien Meghazi[WIP] Layout with computing
2012-03-15 niv-openerp[imp] changes in readonly for fields: now is a property
2012-03-15 Fabien Meghazi[FIX] Fix some field
2012-03-15 niv-openerp[merge]
2012-03-15 niv-openerp[merge] m2o readonly
2012-03-15 Fabien Meghazi[ADD] Better handling of @help and @string
2012-03-15 Fabien Meghazi[ADD] Add <separator>
2012-03-15 Fabien Meghazi[KK] Kill Kittens
2012-03-15 Fabien Meghazi[ADD] Added notebook processing
2012-03-14 Fabien Meghazi[ADD] Added FormRenderingEngine. Save kitten.
2012-03-14 Quentin (OpenERP)[FIX] hr_timesheet_sheet: fixed yaml test
2012-03-14 Olivier Dony[FIX] manifest flag 'active' was renamed to 'auto_insta...
2012-03-14 Quentin (OpenERP)[FIX] sale: fixed demo data in order to make runbot...
2012-03-14 Olivier Dony[FIX] BufferedDataSet: avoid randomizing results when...
2012-03-14 Launchpad Translat... Launchpad automatic translations update.
2012-03-14 Launchpad Translat... Launchpad automatic translations update.
2012-03-13 Fabien Meghazi[FIX] Some fixes
2012-03-13 Fabien Meghazi[FIX] Fix colspan
2012-03-13 Fabien Meghazi[FIX] Fix groups layouting
2012-03-13 Fabien Meghazi[WIP] Fixed notebooks
2012-03-13 Fabien Meghazi[WIP] A bit further
2012-03-13 Fabien Meghazi[WIP] Repaired until <label>
2012-03-13 niv-openerp[imp] added some stuff to manage interfaces
2012-03-13 Fabien Meghazi[WIP] broken state
2012-03-13 niv-openerp[imp] possible problem with debug & qweb
2012-03-13 niv-openerp[imp] modified m2o to look like page view in readonly...
2012-03-13 Quentin (OpenERP)[FIX] hr_timesheet_sheet: fixed the automatic computati...
2012-03-13 niv-openerp[imp] switched m2o page to m2o readonly
2012-03-13 Quentin (OpenERP)[FIX] point_of_sale: fixed error in yaml test
2012-03-13 Fabien Meghazi[WIP] Nested groups working
2012-03-13 Launchpad Translat... Launchpad automatic translations update.
2012-03-12 Fabien Meghazi[WIP] Nested groups fails
2012-03-12 Fabien Meghazi[REM] Removed forgotten console.log
2012-03-12 Fabien Meghazi[WIP] Form v2
2012-03-12 Quentin (OpenERP)[MERGE] merged few enhancements related to event* modul...
2012-03-12 Quentin (OpenERP)[IMP] event_sale_layout: better module description
2012-03-12 Quentin (OpenERP)[FIX] event_sale: fields set back to invisible on sale...
2012-03-12 Quentin (OpenERP)[IMP] event_sale: better demo data
2012-03-12 Olivier Dony[FIX] project_issue: global CC fields contains email...
2012-03-14 Launchpad Translat... Launchpad automatic translations update.
2012-03-13 Quentin (OpenERP)[FIX] account: qucik and dirty fix on the common wizard...
2012-03-13 Launchpad Translat... Launchpad automatic translations update.
2012-03-12 Stephane Wirtel[FIX] In the case where the user has no signature,...
2012-03-12 Olivier Dony[FIX] project: project preference field must be editable
2012-03-12 Olivier Dony[FIX] hr_holidays: Leaves calendar view should be filte...
2012-03-12 Launchpad Translat... Launchpad automatic translations update.
2012-03-11 Launchpad Translat... Launchpad automatic translations update.
2012-03-10 Launchpad Translat... Launchpad automatic translations update.
2012-03-09 Olivier Dony[FIX] email.template: body_html should be translatable
2012-03-09 Olivier Dony[FIX] portal: mark portal users as `share` to exclude...
2012-03-09 Olivier Dony[FIX] lunch: missing product description in list view
2012-03-09 Xavier Morel[FIX] render statusbar as selection in listview
2012-03-09 Xavier Morel[MERGE] synchronous db-creation call, significantly...
2012-03-09 Xavier Morel[FIX] persist selected filter when new search criteria...
2012-03-09 Olivier Dony[FIX] res.partner.bank: respect company restrictions...
2012-03-09 Launchpad Translat... Launchpad automatic translations update.
next