- Nov 07, 2017
-
-
Christophe Monniez authored
On MS Windows, the mimetypes module relies on the Windows Registry to guess mimetypes. As a consequence, when generating assets bundle for javascript files, the mime type of js files may be wrong. In that particular case, the Odoo user is facing an empty web page. This commit enforce 'application/javascript' for js assets when they are saved as ir_attachment in the database.
-
Hbto [ Vauxoo ] authored
Was PR#20479. Courtesy of Vauxoo
-
Jérome Maes authored
Since some calendar are in data, and their attendances in an 'eval' with '0' ORM command, we need to put them in noupdate mode to avoid duplicating attendances when we update the module.
-
Simon Lejeune authored
We chose to erase the partner_id and ref field on a picking when its content may refer to multile records. Note that the partner_id field was already hidden in the view of internal picking.
-
Joren Van Onder authored
Due to switching to P3. opw-779720
-
Joren Van Onder authored
It's called html_escape. Introduced in e2f1af78. opw-779720
-
- Nov 06, 2017
-
-
Martin Trigaux authored
View may be the action or the object It is not translated the same way in some languages (e.g. Fi) Fixes #20595
-
Wolfgang Taferner authored
-
rde authored
Before this commit: 1. The promo code form would be displayed in the cart popover (when you mouseover the 'My Cart' menu in the navbar.) 2. The promo code form would appear twice at the 'Payment' step at the checkout Now: 1. The promo code form is not displayed in the popover anymore 2. The promo code form will only be shown once at the checkout 'Payment' step This closes #20539
-
- Nov 05, 2017
-
-
Yenthe V.G authored
This commit closes #20706 and closes #20074
-
Jeremy Kersten authored
This commit closes #20554
-
Odoo Translation Bot authored
-
- Nov 03, 2017
-
-
Christophe Monniez authored
As the windows package provides odoo from sources alongs with python 3, the test of the build was failing. The odoo-bin.exe was not found because py2exe is not used anymore. Windows firewall is now disabled from package.py to prevent it from blocking local xmlrpc calls. Also, the docker containers were removed when package tests were finished, even when no docker was involved in the process (e.g. only a windows build). This commit fixes the test part of the windows build process.
-
Nicolas Martinelli authored
-
Nicolas Martinelli authored
The inventory adjustment form is not suitable for large inventories. First, a list view embedded in a form view is not convenient since it doesn't provide any search capabilities. The user has to rely on the search feature of the browser, which has restricted features in comparison to the Odoo search field. Then, the existing onchange mechanism coupled with computed fields triggers heavy computations impacting all lines each time a single line is modified. This leads to a hanging page for every inventory line modification, which causes a non-negligeable loss of time. This commit introduces a new tree view for inventory lines, accessible thanks to a stat button on the inventory page. This button is available in debug mode, if the inventory is in state 'Confirmed'. The tree view contains the same fields than the tree view embedded in the form view, without the flaws of the latter. opw-760614
-
Andrew Latham authored
From #20652 taking visible strings to 11.0
-
- Nov 02, 2017
-
-
xmo-odoo authored
* [ADD] doc: iap tutorial Should be easier to approach than the raw APIDoc. contains: - overview of the flow - tutorial (coalroller) with guidelines - technical description of objects/helpers
-
qsm-odoo authored
Somehow, fixing multi selection with https://github.com/odoo/odoo/commit/e011d58bee140411ccfb1ef9115dddc090d573c3 broke the use of the image upload button combined with no selected image at the beginning.
-
Martin Geubelle authored
The key `model` was missing in the FieldSelector selected fields. The model can be useful for example to create a one2many related field.
-
Simon Lejeune authored
This view was introduced by rev[1] to be more adequate in the usecase of the finished move line in mrp. A priority was not set and thus it became the default view for stock move line, even in the stock application. Moreover, it used a field only used in mrp in a domain resulting traceback when displayed in the context of stock. [1] f6c89de8 Fixes #20610
-
Moises Lopez authored
Closes #20613
-
Martin Trigaux authored
Missing verb or something Courtesy of Translators
-
Yenthe V.G authored
Closes #20601
-
- Oct 31, 2017
-
-
Simon Lejeune authored
If the user chose to "lock confirmed orders" in the sales's settings, the procurements where not runned correctly and the associated delivery orders were not created. This issue is caused by the fact that `_action_launch_procurement_rule` was done on done sale order line. We refactore the method so that we call this method always when the sale order line are in `sale` state. Fixes #20599
-
Simon Lejeune authored
Make sure that the all move lines having the same result package have the some destination location. This should not happen with the previous commit. Adapt the tests accordingly, their behaviour was wrong.
-
Simon Lejeune authored
The user can only chose packages from the same location as the move line as a source package. The user can only chose packages - of the same destination location as the move ine - without location (meaning, empty) - of the same id as the source location as a destination location.
-
Martin Trigaux authored
Courtesy of the translators
-
Christophe Simonis authored
-
Simon Lejeune authored
When enabling the unit of measures, it was not possible to save a move line as product_uom_id is required in the model and readonly in the view. We add the "force_save" attribute. Courtesy of @lap-odoo
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Martin Geubelle authored
In the FieldSelector, after clearing the chain and closing the popover, the very first page was removed from the widget `pages`. This was causing issue when trying to select a new field again. This commit ensures that the first page is not sliced.
-
Richard Mathot authored
-
Fabien Meghazi authored
-
Adrian Torres authored
Previous to this commit, when importing a studio module with unmet dependencies that were not studio the error message would just display the Studio is required to install Studio customizations. With this commit it should now correctly display the missing dependencies by checking if only web_studio is in the set of unmet dependencies opw-777642
-
- Oct 30, 2017
-
-
Deep Patel authored
qsm: This is because of multiple animations during edition (which is not occuring afterwards). This is not supported, but as it does not break anything, it can be kept as it is. However, we cannot access the animation via 'snippet-view' anymore, which is fine as I am about to deprecate it in master.
-
Martin Trigaux authored
opw-778925
-
Raphael Collet authored
Remove weird special case: when the first field of the first line of a one2many is empty, replace this first field by the comma-separated names of the lines, and discard the other lines.
-