- Sep 22, 2014
-
-
Olivier Dony authored
-
Josse Colpaert authored
8.0 wmsstaging10 jco
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Richard deMeester authored
Was missing to be used in domain added at 92d8f15a. Fixes #2570
-
Ravish Murari authored
The event.track view wa sextending the event.event view which was adding action buttons linked to the event.event object instead of the track. This patch uses the general website view to avoid the confusion (and the risk of publishing an event instead a track).
-
Jérome Maes authored
-
- Sep 20, 2014
-
-
Josse Colpaert authored
[FIX]stock_landed_costs: Fixed wrong costs on landed costs with many pro...
-
- Sep 19, 2014
-
-
Christophe Simonis authored
-
Jay Patel authored
Fixes #2470
-
Christophe Matthieu authored
[FIX] website_sale: displayed price doesn't change for 'List View of Variants' customize template
-
Christophe Matthieu authored
[FIX] product: Even when the product template has more than 1 variant, the default_code is displayed.
-
Mitesh Savani authored
Basically the admin group can read the gengo key. When adding website_gengo that adds the website groups, the groups allowed to access the key are updated. This is done because in base_gengo the website groups are not necesssarily defined. Website is not a dependency of base_gengo.
-
Jérome Maes authored
[FIX] bus, im_chat, im_livechat : use correct session to rpc call, little refactoring of im_livechat js, and prepare js code for Odoo Support.
-
Christophe Matthieu authored
[FIX] product: Even when the product template has more than 1 variant, the default_code is displayed.
-
Pariket Trivedi authored
-
yingliu4203 authored
-
Christophe Matthieu authored
-
- Sep 18, 2014
-
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
The dataset index should be reset either if the dataset is empty or the index is greater than the records size
-
Raphaël Valyi authored
-
Martin Trigaux authored
-
MadeleineHero authored
Fixes #2461
-
Olivier Dony authored
-
Martin Trigaux authored
The qty_available available of a product can be negative (e.g. using the force availibility button on delivery order) and the generated account.move.line should be adapted (otherwise getting negative values in debit/credit entries). Fixes #2475
-
Simon Lejeune authored
[FIX] Package: split the version to not include the latest commit's hash included by the package script
-
Géry Debongnie authored
Autocompletion of many2one fields only accepts domains in the form of arrays, not as strings.
-
Olivier Dony authored
-
Simon Lejeune authored
-
Thibault Delavallée authored
Indeed using fromkeys with a list / dict as argument leads to the creation of shared list / dict. This could create some ugly side effects when used in loops. This commit fixes or cleans this kind of statement to avoid unwanted side effects.
-
Martin Trigaux authored
-
Martin Trigaux authored
This field is needed to retrieve the list of inherited fields (instead of only the fields of a current model) of a model using domain such as ('model_id', 'in', model.inherited_model_ids) on ir.model.fields
-
Martin Trigaux authored
Challenge - 'Reward as soon as every goal is reached' box checked by default (most of the time people want this behaviour, few special cases were do not) - Click on challenge kanban opens goal list instead of challenge form - Add button 'Start Challenge' clicking on statusbar is not intuitive Badge - When creates a challenge from badge view, set by default badge to 'For Every Succeding User' field - replace filter 'Current' vs 'Passed' by 'Running' (in progress and done with not reached end date) vs 'Done' (done & failed without end date or end date passed) Goal - list of badge on employee form not the first tab
-
Raphael Collet authored
When a decimal_precision record is created/modified, the float fields of the models in the registry must be reset. This was done on old-API columns only. It is now handled by the new-API fields.
-
Martin Trigaux authored
The onchange methods needs to work with browse records and address_get returns an id. Fixes #2484
-
Géry Debongnie authored
The ManyToOneField widget evaluated the domain before doing a name_search, but the domain should not be evaluated client side, because it can only be static at that point. It caused crash in autocompletion because some variables could not be found in the context (see stage_id in project.task for example)
-
Denis Ledoux authored
-
Cédric Snauwaert authored
-
Cédric Snauwaert authored
[FIX] css: move overflow auto from body to webclient to prevent some element from triggering anoter scrollbar
-