[IMP] formalize state transitions via an actual fsm
[odoo/odoo.git] / addons / base_import / static /
2012-10-03 Xavier Morel[IMP] formalize state transitions via an actual fsm
2012-10-03 Xavier Morel[IMP] highlight toggling between validation and import...
2012-10-03 Xavier Morel[IMP] make import into a full-scene client action
2012-10-01 Xavier Morel[IMP] base_import: better warnings when the file parsin...
2012-10-01 Xavier Morel[ADD] base_import: info message when everything looks...
2012-10-01 Xavier Morel[IMP] base_import: typo in field name for row number...
2012-10-01 Xavier Morel[FIX] link [CSV] to wikipedia
2012-10-01 Xavier Morel[IMP] Invert order of buttons in import dialog, add...
2012-09-27 Xavier Morel[FIX] correctly transform 'get all possible values...
2012-09-27 Xavier Morel[ADD] unstyled and incomplete handling of @moreinfo
2012-09-26 Xavier Morel[IMP] warning and error reporting during import
2012-09-26 Xavier Morel[IMP] errors display, dryrun management (add button)
2012-09-11 Xavier Morel[IMP] re-introduce Import button/link when base_import...
2012-09-10 Xavier Morel[IMP] base_import: lexicographically sort fields in...
2012-09-06 Xavier Morel[FIX] field-selection UI in import table: replace jquer...
2012-09-03 Xavier Morel[FIX] comment out validation dryrun import: not for...
2012-09-03 Xavier Morel[IMP] add validation call after each field matching...
2012-09-03 Xavier Morel[ADD] autocompletion sections, partitioning
2012-09-03 Xavier Morel[ADD] match display and field autocompletion UI
2012-08-30 Xavier Morel[IMP] add encoding csv option
2012-08-30 Xavier Morel[IMP] Make CSV options (quoting and separator) customizable
2012-08-30 Xavier Morel[IMP] rename $element to $el
2012-08-14 Xavier Morel[ADD] blahblahblahblah
2012-08-14 Xavier Morel[ADD] actual importing, no fields matching yet
2012-08-14 Xavier Morel[ADD] error reporting to user during preview
2012-08-14 Xavier Morel[ADD] base import logic: implement creating an import...