odoo/odoo.git
9 years agoFIX
Fabien Pinckaers [Wed, 2 Jul 2014 17:20:30 +0000 (19:20 +0200)]
FIX

9 years agoSpeed Improvements
Fabien Pinckaers [Wed, 2 Jul 2014 17:03:10 +0000 (19:03 +0200)]
Speed Improvements

9 years agoSpeed Improvement: caching security
Fabien Pinckaers [Wed, 2 Jul 2014 16:35:09 +0000 (18:35 +0200)]
Speed Improvement: caching security

9 years agoFixes
Fabien Pinckaers [Wed, 2 Jul 2014 16:18:29 +0000 (18:18 +0200)]
Fixes

9 years agowebsite crawl test report number of sql queries
Antony Lesuisse [Tue, 1 Jul 2014 20:45:20 +0000 (22:45 +0200)]
website crawl test report number of sql queries

9 years ago[IMP] test display sql query counter
Antony Lesuisse [Tue, 1 Jul 2014 19:57:55 +0000 (21:57 +0200)]
[IMP] test display sql query counter

9 years agoMerge pull request #864 from odoo-dev/master-sass-stdout-fme
Fabien Meghazi [Tue, 1 Jul 2014 16:42:36 +0000 (18:42 +0200)]
Merge pull request #864 from odoo-dev/master-sass-stdout-fme

[IMP] join stdout and stderr in error report when sass returncode>0

9 years ago[IMP] join stdout and stderr in error report when sass returncode>0
Fabien Meghazi [Tue, 1 Jul 2014 16:38:01 +0000 (18:38 +0200)]
[IMP] join stdout and stderr in error report when sass returncode>0

9 years agoMerge pull request #861 from odoo-dev/master-allow-translate-on-noedit-sle
sle-odoo [Tue, 1 Jul 2014 15:45:28 +0000 (17:45 +0200)]
Merge pull request #861 from odoo-dev/master-allow-translate-on-noedit-sle

Master allow translate on noedit sle

9 years agoMerge pull request #848 from odoo-dev/master-fix-session-reset-sle
sle-odoo [Tue, 1 Jul 2014 15:22:41 +0000 (17:22 +0200)]
Merge pull request #848 from odoo-dev/master-fix-session-reset-sle

[FIX] correct context resetting when changing user lang

9 years agoMerge remote-tracking branch 'odoo/master' into master-allow-translate-on-noedit-sle
Simon Lejeune [Tue, 1 Jul 2014 15:17:40 +0000 (17:17 +0200)]
Merge remote-tracking branch 'odoo/master' into master-allow-translate-on-noedit-sle

9 years ago[IMP] website translator: allow to translate a page even when you can't edit it
Simon Lejeune [Tue, 1 Jul 2014 15:02:04 +0000 (17:02 +0200)]
[IMP] website translator: allow to translate a page even when you can't edit it

9 years ago[FIX] web_tests dont assume an act_window
Antony Lesuisse [Tue, 1 Jul 2014 14:49:53 +0000 (16:49 +0200)]
[FIX] web_tests dont assume an act_window

if mail module is installed it could be a client action

9 years agoMerge pull request #659 from odoo-dev/master-sass-in-bundles-fme
Fabien Meghazi [Tue, 1 Jul 2014 14:31:25 +0000 (16:31 +0200)]
Merge pull request #659 from odoo-dev/master-sass-in-bundles-fme

[ADD] SASS support in bundles

Sass installation:

      $ sudo gem install sass compass bootstrap-sass

If the following error is encountered:
      'ERROR: Cannot load compass.'
Use this:
      $ sudo gem install compass --pre

9 years agoMerge remote-tracking branch 'odoo/master' into master-sass-in-bundles-fme
Fabien Meghazi [Tue, 1 Jul 2014 13:38:30 +0000 (15:38 +0200)]
Merge remote-tracking branch 'odoo/master' into master-sass-in-bundles-fme

9 years agoFix sass attribute recognition
Fabien Meghazi [Tue, 1 Jul 2014 13:21:36 +0000 (15:21 +0200)]
Fix sass attribute recognition

9 years agoRename sha to version in bundle controllers
Fabien Meghazi [Tue, 1 Jul 2014 13:18:39 +0000 (15:18 +0200)]
Rename sha to version in bundle controllers

9 years ago[FIX] account: default value for with_last_closing_balance field set to True
qdp-odoo [Tue, 1 Jul 2014 12:46:38 +0000 (14:46 +0200)]
[FIX] account: default value for with_last_closing_balance field set to True

9 years agoMerge remote-tracking branch 'odoo/master' into master-sass-in-bundles-fme
Fabien Meghazi [Tue, 1 Jul 2014 12:26:40 +0000 (14:26 +0200)]
Merge remote-tracking branch 'odoo/master' into master-sass-in-bundles-fme

9 years ago[IMP] Lazy module_boot() loading
Fabien Meghazi [Tue, 1 Jul 2014 10:14:55 +0000 (12:14 +0200)]
[IMP] Lazy module_boot() loading

Removed 'modules' item in ir.ui.view rendering context.
Replaced by lazy helper get_modules_order

9 years agoCreate and write ir.attachments with superuserid
Fabien Meghazi [Tue, 1 Jul 2014 12:22:04 +0000 (14:22 +0200)]
Create and write ir.attachments with superuserid

9 years ago[FIX] website_forum: fixed last merge done a bit quickly: addd can_answer functional...
Thibault Delavallée [Tue, 1 Jul 2014 11:43:16 +0000 (13:43 +0200)]
[FIX] website_forum: fixed last merge done a bit quickly: addd can_answer functional field, fixed edit_answer and edit link / route.

9 years agoMerge pull request #853 from odoo-dev/master-tour-kill-log-chm
Christophe Matthieu [Tue, 1 Jul 2014 11:38:53 +0000 (13:38 +0200)]
Merge pull request #853 from odoo-dev/master-tour-kill-log-chm

[IMP] tour.js: raise an error when phantomjs run a tour and an other running tour has been detected.

9 years ago[IMP] tour.js: raise an error when phantomjs run a tour and an other running tour...
Christophe Matthieu [Tue, 1 Jul 2014 11:37:41 +0000 (13:37 +0200)]
[IMP] tour.js: raise an error when phantomjs run a tour and an other running tour has been detected.

9 years agoMerge pull request #675 from odoo-dev/master-search_view-crm-tde
Thibault Delavallée [Tue, 1 Jul 2014 10:17:10 +0000 (12:17 +0200)]
Merge pull request #675 from odoo-dev/master-search_view-crm-tde

[IMP] addons: search view cleaning / improvements due to the new search view display. Changes have been done in the main addons: crm, account, project, project_issue, hr_recruitment, purchase, sale.

Main changes :
- removed most of group_by in classic views (as most of them are usefull in a report view)
- removed all group_by in report views (as the new graph view allow to group on every field, no need to declare them)
- added some custom filters in various addons to help the user experience
- removed some useless icons / helps

9 years ago[IMP] website_blog: minor improvements in post form view (use group)
Thibault Delavallée [Tue, 1 Jul 2014 09:24:04 +0000 (11:24 +0200)]
[IMP] website_blog: minor improvements in post form view (use group)

9 years agoMerge pull request #771 from odoo-dev/master-forum-imp-tde
Thibault Delavallée [Tue, 1 Jul 2014 09:35:33 +0000 (11:35 +0200)]
Merge pull request #771 from odoo-dev/master-forum-imp-tde

[IMP] forum: better management of karma-based actions, using calculated fields and view simplification

9 years ago[IMP] addons: search view cleaning / improvements due to the new search view display
Thibault Delavallée [Tue, 1 Jul 2014 08:32:01 +0000 (10:32 +0200)]
[IMP] addons: search view cleaning / improvements due to the new search view display

9 years ago[FIX] tour.js: tour shop
Antony Lesuisse [Tue, 1 Jul 2014 08:57:38 +0000 (10:57 +0200)]
[FIX] tour.js: tour shop

wait that the snippets are loaded before clicking on the picture and open the media editor.

9 years ago[IMP] [FIX] website_forum: cleaned and improved the management of available actions...
Thibault Delavallée [Tue, 1 Jul 2014 07:19:22 +0000 (09:19 +0200)]
[IMP] [FIX] website_forum: cleaned and improved the management of available actions based on the user's karma. The karma levels are now stored on the forum itself, allowing customization. The various check of karma are done at model level and not at controller level anymore, leading to a more secure and easier to inherit behavior.

9 years agoMerge pull request #846 from odoo-dev/master-autocomplete-quick-fix-ged
ged-odoo [Tue, 1 Jul 2014 08:24:55 +0000 (10:24 +0200)]
Merge pull request #846 from odoo-dev/master-autocomplete-quick-fix-ged

[FIX] prevent an incorrect state in autocompletion

9 years ago[FIX] im_chat, im_livechat : style, js notification and bundle without achtung lib
Jérôme Maes [Tue, 1 Jul 2014 08:03:24 +0000 (10:03 +0200)]
[FIX] im_chat, im_livechat : style, js notification and bundle without achtung lib

9 years agoAdd support for the @media attribut in css bundles
Fabien Meghazi [Tue, 1 Jul 2014 08:02:55 +0000 (10:02 +0200)]
Add support for the @media attribut in css bundles

9 years ago[FIX] prevent an incorrect state in autocompletion
Géry Debongnie [Tue, 1 Jul 2014 07:39:26 +0000 (09:39 +0200)]
[FIX] prevent an incorrect state in autocompletion

When going up and wrapping around, the focus was on a hidden separator,
so hitting enter = stacktrace.  Now, the focus goes on the last
selectable list item.-

9 years ago[IMP] ir.filters: new filters are local to the menu/action by default
Olivier Dony [Mon, 30 Jun 2014 17:15:30 +0000 (19:15 +0200)]
[IMP] ir.filters: new filters are local to the menu/action by default

Allow binding an optional `action_id` to filters.
The web client will try to identify the specific
action ID when saving new filters. If no contextual
action exists, the filter is saved globally for
the model.

This will automatically keep filters within their
original menu when there are several menus/actions
leading to a given list of documents.
In some cases the action_id will not match the
filter model, which should be fine (e.g. when opening
a many2one completion popup for model `foo` within
a menu of model `bar`).

It is also still be possible to have a filter apply
to all actions/menus for a given model by manually
deleting the action_id value in the filter
(e.g. via the Manage Filters debug menu).

When updating a filter the action_id value is ignored
so that old global filters will be gradually replaced
by new "local" filters.

Also added an _order to ensure stable ordering of the
filters.

9 years ago[IMP] search views: more generic name for saved filters
Olivier Dony [Mon, 30 Jun 2014 17:48:11 +0000 (19:48 +0200)]
[IMP] search views: more generic name for saved filters

Also rename variables to a more neutral term
that will hopefully remain untouched (custom filters)
regardless of the UI label.

9 years ago[IMP] search: softer CSS for search autocompletion popup
Olivier Dony [Tue, 1 Jul 2014 00:08:47 +0000 (02:08 +0200)]
[IMP] search: softer CSS for search autocompletion popup

9 years ago[IMP] l10n_ro: Update Romanian Localization
Fekete Mihai [Mon, 23 Jun 2014 10:00:57 +0000 (13:00 +0300)]
[IMP] l10n_ro: Update Romanian Localization

(Manual rebase+cleanup of PR #720 at 7e9faa6)

9 years ago[FIX] correct context resetting when changing user lang
Simon Lejeune [Mon, 30 Jun 2014 19:10:15 +0000 (21:10 +0200)]
[FIX] correct context resetting when changing user lang

9 years agoMerge pull request #842 from odoo-dev/trunk-fix-navbar-cache-sle
sle-odoo [Mon, 30 Jun 2014 18:08:37 +0000 (20:08 +0200)]
Merge pull request #842 from odoo-dev/trunk-fix-navbar-cache-sle

[FIX] navbar cache: do not use ormcache as it does not handle kwargs. in...

9 years ago[FIX] navbar cache: do not use ormcache as it does not handle kwargs. instead, only...
Simon Lejeune [Mon, 30 Jun 2014 17:45:12 +0000 (19:45 +0200)]
[FIX] navbar cache: do not use ormcache as it does not handle kwargs. instead, only get the root menu_ids in rendering context

9 years agoFix another encoding issue
Fabien Meghazi [Mon, 30 Jun 2014 17:26:14 +0000 (19:26 +0200)]
Fix another encoding issue

9 years agoFix typo
Fabien Meghazi [Mon, 30 Jun 2014 17:17:47 +0000 (19:17 +0200)]
Fix typo

9 years agoMerge pull request #814 from odoo-dev/master-report-translation-fix-sle
sle-odoo [Mon, 30 Jun 2014 16:46:13 +0000 (18:46 +0200)]
Merge pull request #814 from odoo-dev/master-report-translation-fix-sle

Master report translation fix sle

9 years agoFix indentation normalization
Fabien Meghazi [Mon, 30 Jun 2014 16:41:29 +0000 (18:41 +0200)]
Fix indentation normalization

9 years ago[MERGE] web search lazy autocompletion by ged
Antony Lesuisse [Mon, 30 Jun 2014 16:32:24 +0000 (18:32 +0200)]
[MERGE] web search lazy autocompletion by ged

Search many2one only when they are slected
Remove dependecy on jquery.ui automcomplete.

9 years ago[MERGE] upstream
Simon Lejeune [Mon, 30 Jun 2014 15:48:08 +0000 (17:48 +0200)]
[MERGE] upstream

9 years agoMerge pull request #838 from odoo-dev/master-navbar-imp-response-time-sle
sle-odoo [Mon, 30 Jun 2014 15:43:38 +0000 (17:43 +0200)]
Merge pull request #838 from odoo-dev/master-navbar-imp-response-time-sle

[IMP] cache the load_menus method to improve website performances

9 years ago[FIX] test phantomjs manually delete localstorage
Antony Lesuisse [Mon, 30 Jun 2014 15:23:38 +0000 (17:23 +0200)]
[FIX] test phantomjs manually delete localstorage

9 years agoMerge pull request #836 from odoo-dev/master-hashchange-fix-csn
Cédric Snauwaert [Mon, 30 Jun 2014 15:16:14 +0000 (17:16 +0200)]
Merge pull request #836 from odoo-dev/master-hashchange-fix-csn

[FIX]do not double bind click on menu due to on_hashchange

9 years ago[FIX] test phantomjs clear localstorage before running tests
Antony Lesuisse [Mon, 30 Jun 2014 14:32:02 +0000 (16:32 +0200)]
[FIX] test phantomjs clear localstorage before running tests

9 years agoMerge remote-tracking branch 'odoo/master' into master-autocompletion-ged
Géry Debongnie [Mon, 30 Jun 2014 14:13:38 +0000 (16:13 +0200)]
Merge remote-tracking branch 'odoo/master' into master-autocompletion-ged

9 years ago[FIX] fix tests in autocompletion
Géry Debongnie [Mon, 30 Jun 2014 13:06:52 +0000 (15:06 +0200)]
[FIX] fix tests in autocompletion

9 years ago[IMP] cache the load_menus method to improve website performances
Simon Lejeune [Mon, 30 Jun 2014 13:32:53 +0000 (15:32 +0200)]
[IMP] cache the load_menus method to improve website performances

9 years ago[IMP] remove useless code
Géry Debongnie [Mon, 30 Jun 2014 12:58:12 +0000 (14:58 +0200)]
[IMP] remove useless code

the 'first' attribute is not used anymore

9 years agoBetter error management, proper feedback on encoding errors
Fabien Meghazi [Mon, 30 Jun 2014 12:45:41 +0000 (14:45 +0200)]
Better error management, proper feedback on encoding errors

9 years ago[FIX] don't display separators in the drawer
Géry Debongnie [Mon, 30 Jun 2014 12:42:05 +0000 (14:42 +0200)]
[FIX] don't display separators in the drawer

now, separators (defined by the tag 'group'!) are only displayed
in the autocomplete and not in the searchview drawer

9 years ago[IMP] google_drive: `google_drive_client_id` param should only be readable by uid 1
Olivier Dony [Mon, 30 Jun 2014 12:33:00 +0000 (14:33 +0200)]
[IMP] google_drive: `google_drive_client_id` param should only be readable by uid 1

It is an internal ID that the user or web client
never needs to read, it is used only server-side.

9 years ago[IMP] account.invoice.report: default `Year` filter should include draft invoices...
Olivier Dony [Mon, 30 Jun 2014 12:25:20 +0000 (14:25 +0200)]
[IMP] account.invoice.report: default `Year` filter should include draft invoices without `date`

This affects the result when Draft invoices are included,
so that they actually appear even without any `date` value,
as they are often meant for the current year.

9 years ago[FIX]do not double bind click on menu due to on_hashchange
Cedric Snauwaert [Mon, 30 Jun 2014 10:27:34 +0000 (12:27 +0200)]
[FIX]do not double bind click on menu due to on_hashchange

9 years ago[FIX] odoo.py dont force push simple
Antony Lesuisse [Mon, 30 Jun 2014 09:22:22 +0000 (11:22 +0200)]
[FIX] odoo.py dont force push simple

Everybody should upgrade to v2

9 years agoMerge remote-tracking branch 'odoo/master' into master-sass-in-bundles-fme
Fabien Meghazi [Mon, 30 Jun 2014 08:17:44 +0000 (10:17 +0200)]
Merge remote-tracking branch 'odoo/master' into master-sass-in-bundles-fme

9 years agoMerge branch 'master' into master-autocompletion-ged
Antony Lesuisse [Mon, 30 Jun 2014 00:13:42 +0000 (02:13 +0200)]
Merge branch 'master' into master-autocompletion-ged

9 years ago[FIX] purchase_requisition test of PO's
Antony Lesuisse [Sun, 29 Jun 2014 23:41:28 +0000 (01:41 +0200)]
[FIX] purchase_requisition test of PO's

9 years ago[IMP] automatic fiscal positions for simple cases
Antony Lesuisse [Sun, 29 Jun 2014 21:31:16 +0000 (23:31 +0200)]
[IMP] automatic fiscal positions for simple cases

Add group of countries res.country.group
Add get_fiscal_position method a method to compute a fiscal position based on company_id, partner_id, delivery_id
The meaning of res.partner.fiscal_position is now a forced a fiscal position.
The default implementation should handle simple cases, like VAT in UE and sales
tax in the US, but the method can be overriden to handle more complex ficals
rules.

9 years agoMerge branch 'master' into master-autocompletion-ged
Antony Lesuisse [Sun, 29 Jun 2014 23:54:49 +0000 (01:54 +0200)]
Merge branch 'master' into master-autocompletion-ged

9 years ago[REM] useless icon send a message
Antony Lesuisse [Sun, 29 Jun 2014 23:51:40 +0000 (01:51 +0200)]
[REM] useless icon send a message

The action is available from the wall.

9 years ago[IMP] website crawler log show query/s
Antony Lesuisse [Sun, 29 Jun 2014 19:37:00 +0000 (21:37 +0200)]
[IMP] website crawler log show query/s

9 years ago[IMP] test impprove HTTPCase opener
Antony Lesuisse [Sun, 29 Jun 2014 14:32:26 +0000 (16:32 +0200)]
[IMP] test impprove HTTPCase opener

Simplify website crawler using the generic HTTPCase opener

9 years ago[IMP] module loading and tests profiling
Antony Lesuisse [Sun, 29 Jun 2014 12:42:27 +0000 (14:42 +0200)]
[IMP] module loading and tests profiling

Add a loglevel 25 to log some INFO to runbot
Add timers for loading and testing
Silence empty test suite
ir_logging use relative pathname, warning this doesnt work for --addons-path modules yet.

9 years ago[FIX] display an error message instead of True when a group prevent to edit a report
Simon Lejeune [Sun, 29 Jun 2014 15:15:00 +0000 (17:15 +0200)]
[FIX] display an error message instead of True when a group prevent to edit a report

9 years ago[FIX] wrong header in report_vat
Simon Lejeune [Sun, 29 Jun 2014 14:43:55 +0000 (16:43 +0200)]
[FIX] wrong header in report_vat

9 years ago[REF] no more hardcoded html in report.py
Simon Lejeune [Sun, 29 Jun 2014 13:54:18 +0000 (15:54 +0200)]
[REF] no more hardcoded html in report.py

9 years agoMerge remote-tracking branch 'odoo/master' into master-report-translation-fix-sle
Simon Lejeune [Sun, 29 Jun 2014 13:45:05 +0000 (15:45 +0200)]
Merge remote-tracking branch 'odoo/master' into master-report-translation-fix-sle

9 years ago[FIX] only render the navbar when everytging is in rendering context
Simon Lejeune [Sun, 29 Jun 2014 13:44:56 +0000 (15:44 +0200)]
[FIX] only render the navbar when everytging is in rendering context

9 years ago[IMP] module loading and tests profiling
Antony Lesuisse [Sun, 29 Jun 2014 12:42:27 +0000 (14:42 +0200)]
[IMP] module loading and tests profiling

Add a loglevel 25 to log some INFO to runbot
Add timers for loading and testing
Silence empty test suite

9 years ago[MERGE] upstream
Simon Lejeune [Sun, 29 Jun 2014 11:57:58 +0000 (13:57 +0200)]
[MERGE] upstream

9 years agoMerge pull request #823 from sebalix/master-fix-db-duplicate
antonylesuisse [Sun, 29 Jun 2014 02:43:57 +0000 (04:43 +0200)]
Merge pull request #823 from sebalix/master-fix-db-duplicate

[FIX] dbmanager duplicate db, use shutil.copytree to duplicate the filestore

9 years ago[IMP] l10n_cn: upgrade to 1.8, including small business chart
jeff@osbzr.com [Fri, 27 Jun 2014 08:33:17 +0000 (16:33 +0800)]
[IMP] l10n_cn: upgrade to 1.8, including small business chart

Also removed empty translation files.

This is a manual rebase of PR #802

9 years ago[FIX] website snippet editor initialisation
Antony Lesuisse [Sun, 29 Jun 2014 01:48:32 +0000 (03:48 +0200)]
[FIX] website snippet editor initialisation

9 years agoMERGE] odoo bus, im_chat and im_livechat
Antony Lesuisse [Sun, 29 Jun 2014 01:46:29 +0000 (03:46 +0200)]
MERGE] odoo bus, im_chat and im_livechat

Add a generic bus for instant communication based on postgres LISTEN/NOTIFY and HTTP comet.
Both threaded and gevent greenlet mode are supported. Chat should now work on every platform.

im_chat improvements
- proper support for multiple windows
- present, away and offline status
- improved data model for multi user chat session

im_livechat improvements
- standard css js assets are now used
- qweb templates are now used instead of jinnja

9 years ago[FIX] phantomjs test remove injection
Antony Lesuisse [Sat, 28 Jun 2014 17:59:59 +0000 (19:59 +0200)]
[FIX] phantomjs test remove injection

It's now deprecated, assets bundles should be used instead.

9 years ago[IMP] menuitems cleanups
Antony Lesuisse [Sat, 28 Jun 2014 15:32:01 +0000 (17:32 +0200)]
[IMP] menuitems cleanups

Remove Tools
Move cron, action rules and subscription to Automation
Move and rename ir_property models to Parameters

9 years ago[FIX] server: db service, fix the filestore copy when duplicating a database
seb [Sat, 28 Jun 2014 14:37:29 +0000 (16:37 +0200)]
[FIX] server: db service, fix the filestore copy when duplicating a database

9 years agoMerge remote-tracking branch 'odoo/master' into master-sass-in-bundles-fme
Fabien Meghazi [Fri, 27 Jun 2014 17:40:02 +0000 (19:40 +0200)]
Merge remote-tracking branch 'odoo/master' into master-sass-in-bundles-fme

9 years ago[FIX] handle the case where request is bound, request.website exist but is None
Simon Lejeune [Fri, 27 Jun 2014 17:12:44 +0000 (19:12 +0200)]
[FIX] handle the case where request is bound, request.website exist but is None

9 years ago[FIX] only render the navbar when website is set (ie not during tests of the reports)
Simon Lejeune [Fri, 27 Jun 2014 16:28:34 +0000 (18:28 +0200)]
[FIX] only render the navbar when website is set (ie not during tests of the reports)

9 years agoMerge remote-tracking branch 'odoo/master' into master-report-translation-fix-sle
Simon Lejeune [Fri, 27 Jun 2014 16:17:15 +0000 (18:17 +0200)]
Merge remote-tracking branch 'odoo/master' into master-report-translation-fix-sle

9 years agoMerge pull request #813 from odoo-dev/master-fix-pos-barcodeint-init-sle
sle-odoo [Fri, 27 Jun 2014 15:20:40 +0000 (17:20 +0200)]
Merge pull request #813 from odoo-dev/master-fix-pos-barcodeint-init-sle

[FIX] point of sale and barcode interface 'mini webclien' initialisation

9 years ago[FIX] point of sale and barcode interface 'mini webclien' initialisation
Simon Lejeune [Fri, 27 Jun 2014 15:18:26 +0000 (17:18 +0200)]
[FIX] point of sale and barcode interface 'mini webclien' initialisation

9 years ago[MERGE] forward port of branch saas-5 up to 8dfd5ea
Christophe Simonis [Fri, 27 Jun 2014 14:14:40 +0000 (16:14 +0200)]
[MERGE] forward port of branch saas-5 up to 8dfd5ea

9 years ago[MERGE] forward port of branch saas-4 up to a4bc65c
Christophe Simonis [Fri, 27 Jun 2014 14:08:09 +0000 (16:08 +0200)]
[MERGE] forward port of branch saas-4 up to a4bc65c

9 years ago[MERGE] forward port of branch saas-3 up to bdc4dd4
Christophe Simonis [Fri, 27 Jun 2014 14:06:37 +0000 (16:06 +0200)]
[MERGE] forward port of branch saas-3 up to bdc4dd4

9 years ago[MERGE] forward port of branch 7.0 up to 95cff0b
Christophe Simonis [Fri, 27 Jun 2014 14:00:28 +0000 (16:00 +0200)]
[MERGE] forward port of branch 7.0 up to 95cff0b

9 years ago[FIX] view_form: backport of commit 180212b9996c049eacf06fd15b00087944fca869 (opw...
Martin Trigaux [Fri, 27 Jun 2014 13:43:11 +0000 (15:43 +0200)]
[FIX] view_form: backport of commit 180212b9996c049eacf06fd15b00087944fca869 (opw 609787)

9 years ago[FIX] view_list: hide pager in view group
Martin Trigaux [Fri, 27 Jun 2014 13:28:34 +0000 (15:28 +0200)]
[FIX] view_list: hide pager in view group

Displaying the pagert in view group does not make sense as it's not updated when changing filter and every group (even if more than 80) is displayed in view group

9 years agoMerge remote-tracking branch 'odoo/master' into master-autocompletion-ged
Géry Debongnie [Fri, 27 Jun 2014 13:06:45 +0000 (15:06 +0200)]
Merge remote-tracking branch 'odoo/master' into master-autocompletion-ged

9 years agoMerge pull request #809 from odoo-dev/master-fix-loading-sle
sle-odoo [Fri, 27 Jun 2014 13:01:47 +0000 (15:01 +0200)]
Merge pull request #809 from odoo-dev/master-fix-loading-sle

[FIX] oe_loading not append at the right place

9 years ago[FIX] oe_loading not append at the right place
Simon Lejeune [Fri, 27 Jun 2014 13:00:51 +0000 (15:00 +0200)]
[FIX] oe_loading not append at the right place

9 years ago[FIX] hr_recruitment: mt applicant created default
Denis Ledoux [Fri, 27 Jun 2014 12:52:44 +0000 (14:52 +0200)]
[FIX] hr_recruitment: mt applicant created default

If you are follower of a job position, you receive a notification on applicant created by default