import cleanups part2
[odoo/odoo.git] / addons /
2013-10-22 Antony Lesuisseimport cleanups part2
2013-10-22 Antony Lesuisseimport cleanups part1
2013-10-18 niv-openerpRemoved small usage of openerp.http
2013-10-18 niv-openerpmerge trunk
2013-10-18 niv-openerp[MERGE] saas2
2013-10-18 niv-openerp[MERGE] saas2
2013-10-18 Christophe Simonis[FIX] web: correct StatusField widget to use dropdown...
2013-10-18 Christophe Simonis[FIX] dropdown menu: compute document width *before...
2013-10-18 Launchpad Translat... Launchpad automatic translations update.
2013-10-17 Denis Ledoux[FIX]google_spreadsheet: was checking if module auth_cr...
2013-10-17 Denis Ledoux[FIX]google_drive: permission granted for anyone with...
2013-10-17 Denis Ledoux[FIX]google_drive: when create a document in drive...
2013-10-17 Thibault Delavallée[FIX] mail: followers widget: wrong default value when...
2013-10-17 Denis Ledoux[FIX]project_issue: add onchange_partner_id which was...
2013-10-17 Thibault Delavallée[FIX] project_issue: onchange_partner_id does not take...
2013-10-17 Thibault Delavallée[IMP] data_export: when exporting on active_domain...
2013-10-17 Thibault Delavallée[FIX] list_view: when composing the active_domain
2013-10-17 Thibault Delavallée[IMP] mail: mail.compose.message: when working on an...
2013-10-17 niv-openerp[FIX] changed back default authetication level of old...
2013-10-16 Olivier Dony[FIX] google_drive: base.config.settings must be a...
2013-10-16 Olivier Dony[FIX] google_drive, google_base_account: safer manageme...
2013-10-16 Denis Ledoux[FIX]crm: leads/opps merge order, condition was not...
2013-10-16 Denis Ledoux[FIX]crm: leads/opps merge order, was not the same...
2013-10-16 Thibault Delavallée[FIX] hr_holidays: fixed tests about exception raised
2013-10-16 Thibault Delavallée[FIX] crm: fixed stage_find method. This method receive...
2013-10-16 Thibault Delavallée[IMP] base_action_rule: added 'on_create_or_write'...
2013-10-16 Olivier Dony[FIX] hr_holidays: typo - boolean values should be...
2013-10-16 Olivier Dony[FIX] crm_partner_assign: Assignation tab on leads...
2013-10-16 Thibault Delavallée[FIX] hr: fixed priorities of kanban views. Employees...
2013-10-16 Launchpad Translat... Launchpad automatic translations update.
2013-10-16 Launchpad Translat... Launchpad automatic translations update.
2013-10-15 Olivier Dony[FIX] mail: typo during earlier fwd-port merge
2013-10-15 Olivier Dony[FIX] hr_holidays: force draft.@flow_start to False...
2013-10-15 Christophe Simonis[FIX] base_import: use @route decorator to ensure user...
2013-10-15 Christophe Simonis[FIX] mail: /mail/download_attachment: content_disposit...
2013-10-15 Christophe Simonis[FIX] mail: use @route decorator for routes
2013-10-15 Martin Trigaux[FIX] account: include reconciled move lines generated...
2013-10-15 Martin Trigaux[REM] account: unused test (merged with account_fiscaly...
2013-10-15 Martin Trigaux[ADD] account: test for added check
2013-10-15 Denis Ledoux[FIX]project_issue: add onchange_partner_id which was...
2013-10-15 Christophe Simonis[FIX] web_diagram: use new @route API to force auth...
2013-10-15 Christophe Matthieu[FIX] product: wrong product and supplierinfo demo...
2013-10-15 Martin Trigaux[FIX] account: correctly compute debit/credit for partn...
2013-10-15 Xavier Morel[ADD] forgot a file in previous commit
2013-10-15 Martin Trigaux[FIX] stock: correctly handle case when we have no...
2013-10-15 Xavier Morel[FIX] incorrect __exit__ calls in tests
2013-10-15 Xavier Morel[FIX] handling of single-line files sent for preview
2013-10-15 Xavier Morel[FIX] backwards-compatible controller decorator not...
2013-10-15 Xavier Morel[FIX] removal of session_id from params, may not be...
2013-10-15 Xavier Morel[IMP] sensible implementation of set_request
2013-10-15 Xavier Morel[REM] useless leftover crap
2013-10-15 Christophe Simonis[FIX] web: re-add registry_cr() method on request to...
2013-10-15 Xavier Morel[FIX] double-escaping of section labels in m2o completion
2013-10-15 Launchpad Translat... Launchpad automatic translations update.
2013-10-15 Launchpad Translat... Launchpad automatic translations update.
2013-10-14 Xavier Morel[FIX] null >= 0 is true...
2013-10-14 Martin Trigaux[IMP] base_setup: improve custom font selection (requir...
2013-10-14 Martin Trigaux[IMP] base_setup: better view for fonts
2013-10-14 Martin Trigaux[FIX] font: correct action for reloading
2013-10-14 Christophe Simonis[FIX] crm: base_partner_merge: be tolerant to unknown...
2013-10-14 Martin Trigaux[FIX] pos: check constraint on session instead of uid...
2013-10-14 Martin Trigaux[FIX] base_setup: correctly handle new font value
2013-10-14 Martin Trigaux[IMP] better labels
2013-10-14 Martin Trigaux[MERGE] sync with trunk
2013-10-14 Martin Trigaux[IMP] base_setup: adapt fonts to many2one instead of...
2013-10-14 Launchpad Translat... Launchpad automatic translations update.
2013-10-13 Launchpad Translat... Launchpad automatic translations update.
2013-10-11 Olivier Dony[MERGE] Forward-port of latest 7.0 bugfixes, up to...
2013-10-11 niv-openerpRemoved jsonprpc2 test because it fails in phantomjs
2013-10-11 niv-openerpAdded tests about timeouts and implemented it in jsonprpc2
2013-10-11 niv-openerpAdded test with openerp sessions
2013-10-11 Christophe Simonis[FIX] web: request dispatching wraps controller functio...
2013-10-11 niv-openerp[IMP] Added some documentation in the framwork.
2013-10-11 Launchpad Translat... Launchpad automatic translations update.
2013-10-10 Olivier Dony[MERGE] l10n_fr: update tax templates for 2014 taxes...
2013-10-10 Launchpad Translat... Launchpad automatic translations update.
2013-10-09 Christophe Simonis[MERGE] forward port of branch saas-1 up to revid 8791...
2013-10-09 Christophe Simonis[FIX] note: copy default stages as SUPERUSER_ID to...
2013-10-09 Frédéric van der... [FIX] point_of_sale: fix orderline selection
2013-10-09 Christophe Simonis[REM] web: /web/report: remove useless check on action...
2013-10-09 Martin Trigaux[IMP] purchase: put back sql request to set exception...
2013-10-09 Launchpad Translat... Launchpad automatic translations update.
2013-10-08 Christophe Simonis[FIX] account_followup: account_followup_stat_by_partne...
2013-10-08 Christophe Simonis[FIX] account_followup: account_followup_stat_by_partne...
2013-10-08 Christophe Simonis[FIX] account_followup: report `datas` MUST include...
2013-10-08 Christophe Simonis[FIX] crm_partner_assign: correct partner view
2013-10-08 Martin Trigaux[FIX] account: revert commit 9265, show every invoice...
2013-10-08 niv-openerp[IMP] project: minor modification in a view, uses a...
2013-10-08 niv-openerp[IMP] added new field x2many_counter
2013-10-08 niv-openerpadded doc
2013-10-08 Denis Ledoux[FIX]account: account.invoice search view had field...
2013-10-08 Raphael Collet[FIX] hr_timesheet: missing positional argument in...
2013-10-08 Denis Ledoux[FIX]mail: mail_thread, trying to send a message in...
2013-10-08 Launchpad Translat... Launchpad automatic translations update.
2013-10-08 Launchpad Translat... Launchpad automatic translations update.
2013-10-08 Launchpad Translat... Launchpad automatic translations update.
2013-10-07 Denis Ledoux[FIX]mail: update.py, using message_post instead of...
2013-10-07 Martin Trigaux[FIX] sale: don't set mrp_properties by default for...
2013-10-07 Christophe Simonis[FIX] http request must pop "session_id" also from...
2013-10-07 niv-openerpwip
next