- Sep 18, 2014
-
-
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
-
Simon Lejeune authored
-
- Sep 17, 2014
-
-
Josse Colpaert authored
8.0 wmsstaging9 jco
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Josse Colpaert authored
[IMP] MO should pass warehouse + improvements on pack_operation_ids when someone would make it visible
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Josse Colpaert authored
[FIX] Theoretical quantity for created inventory adjustment should take into account location in context of stock
-
Josse Colpaert authored
8.0 wmslandedextraout jco
-
Josse Colpaert authored
-
Josse Colpaert authored
-
Fabien Meghazi authored
-
Quentin De Paoli authored
fixes and improvements in the new bank statement reconciliation widget.
-
Arthur Maniet authored
[FIX] account: bank statement reconciliation: when creating a new move line to reconcile an existing one, use the existing move line's partner or, if there's none, the statement line's partner
-
Frédéric van der Essen authored
[IMP] point_of_sale: opening the cashbox only if paying with cash was problematic as you sometimes need to use the cashbox with bank payment methods such as ticket meals
-
Frédéric van der Essen authored
[IMP] point_of_sale: partner edition ! -> create partners, edit partners, assign them barcodes, take pictures, etc.
-
Frédéric van der Essen authored
-
Fabien Meghazi authored
Also added support for this route in widget Image#from_html()
-
Olivier Dony authored
-
Martin Trigaux authored
When generating an invoice from a stock.picking, the reference to the purchase.order.line needs to be kept (e.g. this is needed by anglo-saxon for price valuation). (opw 600767)
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Quentin De Paoli authored
-
Raphael Collet authored
When a one2many field uses an integer field as inverse, the onchange method on the second model may receive a dictionary for the value of the integer field. This is because the client expects that field to be a many2one.
-
Fabien Meghazi authored
-