- Nov 07, 2017
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Martin Trigaux authored
Bad ISO 639-1 code In 9.0 iso_code was guessed with `get_iso_codes` which was too simplistic e.g. it_IT => it (correct) but ja_JP => ja_JP (incorrect) Fixes tw:tashiropen/status/927779483041415168
-
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
-
-
Christophe Simonis authored
-
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
-
Nicolas Martinelli authored
Use case to reproduce: - Set a product to be expensed - Set the expense_policy to something else than no - Do a delivery order with a picking - Validate the picking -> Delivered quantity to 0 and impossible to create an invoice if the invoice_policy is delivered_quantity It happens due to this commit 48ea59d4 What does it do: - The move could be generated by an expense. - If the move has 'no' as expense policy thus we won't add it in the invoice Problem we can't guess if the move come from an expense or not (limitation). This commit add an onchange on can_be_expense is order to set the expense policy back to 'no' when the user uncheck it. Courtesy of amoyaux opw-777139
-
Wolfgang Taferner authored
-
Christophe Simonis 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
-
Odoo Translation Bot authored
-
- Nov 03, 2017
-
-
Christophe Simonis authored
-
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.
-
Lucas Perais (lpe) authored
When opening the POS in this specific case: - Under Mozilla Firefox - auto printing the receipt is True - invoicing is True Before this commit, when issuing an invoice for a customer, a Traceback was thrown to the user and the invoice was not downloaded. This was because the invoiced parameter resolved before the printing action was. After this commit, we constain the invoiced parameter to be resolved when the action returns. There is no traceback, and the invoice is downloaded OPW 777647 closes #20570
-
Christophe Simonis authored
-
Nicolas Martinelli authored
`tax_amount` is not defined here, making it impossible to remove an order line...
-
Nicolas Martinelli authored
- Create a tax: Fixed amount: 10 Price included - Add it by default to a product costing 100 - In a SO/PO/Invoice, add 2 units of the product The total price is 210 instead of 200. opw-779696
-
Denis Ledoux authored
The `sale_stock.tour` failed in the case the admin was not part of the group `product.group_stock_packaging` or the group `sale.group_mrp_properties` because then the sale order was working with the editable list, which does not open a dialog, while the test was relying on the dialog to be opened, in order to close it. The fix is simply to pass the fact to close the dialog if there is none. opw-779308
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Nicolas Martinelli authored
In Enterprise: - Go in Settings > Technical > Mail > Templates - Edit a template - In the editor, upload an image - Choose "Upload image without optimization" You are sent back to the app switcher. opw-778918
-
Nicolas Martinelli authored
Location and Company are non-stored fields. Therefore, grouping by these fields leads to a traceback. opw-779564
-
Miquel Raïch authored
Only products without company can have taxes of different companies Closes #20256 Fixes #20250
-
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
-
Nicolas Martinelli authored
-
- 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 Trigaux authored
The link does not work anymore. Even when it was, it did not provide any information as can be seen in https://web.archive.org/web/20160608025556/http://www.buckaroo-payments.com:80/business/customers/online-payment/ Fixes #16987
-