[FIX] regenerate action's views key if it is empty, not just if it's absent
[odoo/odoo.git] / addons / web / controllers / main.py
2011-12-12 Xavier Morel[FIX] regenerate action's views key if it is empty...
2011-12-07 Antony Lesuisse[IMP] remove yield easier debug
2011-12-07 Xavier Morel[MERGE] trunk
2011-12-06 Xavier Morel[FIX] correctly send context during graph's fields_get
2011-12-01 Fabien Meghazi[IMP] Better variable naming in xml2json
2011-11-30 Fabien Meghazi[FIX] Preserve kanban views whitespaces
2011-11-29 Roberto López Lópe... [ADD] new view definition for page
2011-11-24 Xavier Morel[FIX] keyword args are not supported by the model RPC...
2011-11-23 Fabien Meghazi[ADD] Added possibility to add actions to dashboards...
2011-11-22 Vidhin Mehta (OpenERP)[MERGE]resove conflict and merge with main branch.
2011-11-21 Xavier Morel[IMP] error messages during database creation failure...
2011-11-18 Xavier Morel[FIX] display user login in static home page
2011-11-16 Serpent Consulting... [FIX] DB creation failure : Better message attached...
2011-11-14 Fabien Meghazi[IMP] Keep domain and context source string in fields...
2011-11-14 Xavier Morel[FIX] database restoration
2011-11-10 Kunal Chavda (OpenERP)[FIX]Fixed code for export xls null values should not...
2011-11-09 Xavier Morel[FIX] do not display reverse fields of o2ms in import...
2011-11-09 Xavier Morel[FIX] always remove database ID from import-compatible...
2011-11-08 Christophe Simonismerge upstream
2011-11-08 Christophe Simonis[FIX] mergecss: allow spaces after (
2011-11-03 Christophe Simonis[FIX] absolutify relative uris when merging css files
2011-11-03 Serpent Consulting... [FIX] DB creation failure : Better message attached...
2011-11-02 Christophe Simonis[IMP] qweb templates are stored in addon manifest and...
2011-10-24 Xavier Morel[IMP] import: only show second step once file has been...
2011-10-24 Kunal Chavda (OpenERP)[MERGE]merge main view editor branch upto 890 revision.
2011-10-21 Xavier Morel[FIX] report data should hold everything returned in...
2011-10-21 Xavier Morel[FIX] if an action descriptor does not have a view_type...
2011-10-18 Antony Lesuisse[IMP] html_template more generic use js
2011-10-18 Antony Lesuisse[IMP] html_template more generic
2011-10-18 niv-openerp[fix] context problem in accounting
2011-10-17 Xavier Morel[FIX] downloading files from an unsaved/in-memory wizard
2011-10-17 Antony Lesuisse[MERGE] js and css enumeration and loading by chs
2011-10-17 Kunal Chavda (OpenERP)[MERGE]merge main view editor branch upto 884 revision.
2011-10-14 Christophe Simonis[FIX] web: correctly concat_file when no debug
2011-10-14 Turkesh Patel (Ope... [FIX] Fixed the issue of attachment file which can...
2011-10-12 Christophe Simonis[IMP] use login_env for login
2011-10-06 Xavier Morel[IMP] modules have quite a number of fields we don...
2011-10-06 Xavier Morel[IMP] use sets for modules to load instead of value...
2011-10-06 Antony Lesuisse[FIX] compute modules list fixed
2011-10-06 Xavier Morel[FIX] forgot to filter installed modules outside
2011-10-06 Xavier Morel[FIX] originally correct to-be-merged code broken durin...
2011-10-05 Antony Lesuisse[IMP] cleanup of web.common
2011-10-05 Antony Lesuisse[MERGE] fixmodloading by chs
2011-10-05 Fabien Meghazi[FIX] Fixed addons path for binaries. Improved placeholder.
2011-10-05 Christophe Simonis[FIX] correct module loading in local mode
2011-09-30 Antony Lesuisse[IMP] deprecate web_preload in favor of --load, server_...
2011-09-28 Antony Lesuisse[FIX] consider typeless action as ir.actions.act_window...
2011-09-27 Antony Lesuisse[IMP] web_preload js part
2011-09-27 Christophe Simonis[FIX] correct the js-ification of module list to preload
2011-09-27 Christophe Simonis[MERGE] merge upstream + code adaptation to revid:al...
2011-09-27 Antony Lesuisse[IMP] web_preload python-side
2011-09-26 Antony Lesuisse[IMP] multiple addons-path
2011-09-26 Christophe Simonismerge upstream
2011-09-26 Xavier Morel[ADD] import
2011-09-23 Xavier Morel[IMP] move more import logic to javascript
2011-09-23 Xavier Morel[IMP] handle lines to skip in import preview
2011-09-23 Xavier Morel[IMP] handle switch indicating whether the CSV file...
2011-09-23 Xavier Morel[IMP] split import check result in two different templa...
2011-09-23 Xavier Morel[REM] most of the fields-manipulation crapola of Import...
2011-09-23 Xavier Morel[IMP] move fetching of fields for import to javascript...
2011-09-22 Xavier Morel[ADD] checkbox for the user to specify that his file...
2011-09-22 Xavier Morel[REM] redundant call to do_check_req_field: it's alread...
2011-09-21 niv-openerp[fix] problem when user does not enter correct password
2011-09-20 Christophe Simonis[ADD] key in manifest allowing auto loading of modules
2011-09-19 Kunal Chavda (OpenERP)[MERGE]Merge with trunk upto revision no 1054.
2011-09-16 niv-openerp[fix] partially solve problem when restituting session...
2011-09-15 Kunal Chavda (OpenERP)[FIX]Remove unnecessary code which affects in importing...
2011-09-15 Kunal Chavda (OpenERP)[MERGE]Merge with trunk upto revision no 1043.
2011-09-13 niv-openerp[fix] problem with new login, when the user is not...
2011-09-13 niv-openerp[fix] some problems with preceding improvement related...
2011-09-13 niv-openerp[imp] modified login to only depend on the session_id...
2011-09-13 Kunal Chavda (OpenERP)[MERGE]Merge with trunk upto revision no 1011.
2011-09-12 Kunal Chavda (OpenERP)[FIX]Fixed code for problems in previous commit.
2011-09-09 Antony Lesuisse[IMP] move webrelease into addons/web
2011-09-09 Kunal Chavda (OpenERP)[FIX]Fixed code for javascript problems as par review.
2011-09-09 Xavier Morel[FIX] Safari seems to have issue with loading json...
2011-09-08 Kunal Chavda (OpenERP)[MERGE]Merge with trunk upto revision no 970.
2011-09-08 Kunal Chavda (OpenERP)[FIX]Fixed code for python related problems as par...
2011-09-08 niv-openerp[imp] cosmetic change
2011-09-08 niv-openerp[imp] made ids in report overridable by report action
2011-09-08 niv-openerp[imp] updated ids in report
2011-09-08 niv-openerp[imp] updated datas in report
2011-09-08 Xavier Morel[FIX] reports: report_type may be missing from the...
2011-09-08 Xavier Morel[FIX] cleanup of toolbar actions during fields_view_get
2011-09-07 Xavier Morel[IMP] cleanup toolbar actions
2011-09-07 niv-openerp[fix] (x-files mode on) problem with some reports that...
2011-09-07 niv-openerp[fix] problem with xmo and concept of cleaning actions
2011-09-07 Fabien Meghazi[IMP] Avoid browsers cache problem with autoloaded...
2011-09-07 Fabien Meghazi[IMP] Removed global QWeb. Now instanciate a QWeb2...
2011-09-07 Xavier Morel[ADD] support for zipped reports (code=zlib/reportgz...
2011-09-07 Xavier Morel[FIX] report action management: correctly download...
2011-09-06 Antony Lesuisse[IMP] factorize view/load part1
2011-09-06 Kunal Chavda (OpenERP)[FIX]Fixed code as par rename web from base and read...
2011-09-06 Kunal Chavda (OpenERP)[MERGE]Merge with trunk upto revision no 931.
2011-09-06 Xavier Morel[FIX] reintroduce reports mistakenly removed at revisio...
2011-09-06 Xavier Morel[REM] now-unused code, after correctly using FileStorag...
2011-09-06 Xavier Morel[FIX] binary uploading not correctly werkzeugified
2011-09-06 Xavier Morel[FIX] nope, base64 has not been renamed web64
2011-09-06 Xavier Morel[IMP] restrict set of exceptions caught when fetching...
2011-09-06 Xavier Morel[IMP] base64 doc indicates that 'encodestring' and...
next