- Oct 23, 2018
-
-
Martin Trigaux authored
And use tabs instead of spaces Otherwise it looks for the file named "__manifest__.py 2014-..."
-
Julien (juc) Castiaux authored
Spamming the save button when creating a new custommer in point- of-sale create duplicate users. This PR disable the button once clicked and re-enable it when all the processing is done. opw-1895302 close #23919
-
- Oct 19, 2018
-
-
Olivier Colson authored
[IMP] account: Trigger a validation error when trying to set the same currency on a journal as on its parent company. Until v12, doing this is wrong. The currency_id field of account.journal should only be used if the journal is in a different currency. Otherwise, this field should stay empty. //NOTE FOR FORWARD-PORT: this commit should not be ported to 12.0 and further.
-
qsm-odoo authored
See comments in the code for details... Closes https://github.com/odoo/odoo/pull/27964
-
- Oct 18, 2018
-
-
David Arnold authored
Seems like something similar to odoo/odoo#17111 can happen on Python 2. The same change as #17111 is a bit involved for -stable, but this looks pretty harmless. Probably fixes #23781.
-
- Oct 17, 2018
-
-
zoggy444 authored
Closes #27259
-
Thomas Binsfeld authored
-
- Oct 16, 2018
-
-
Nicolas Martinelli authored
Backport of https://github.com/odoo/odoo/commit/19255ee2604c196197b14427e2a4338604b11a8a opw-1889960
-
Aaron Bohy authored
opw 1889710
-
- Oct 15, 2018
-
-
Andreas Raster authored
Previously broken symlinks would cause a FileNotFoundError exception in the filesystem watcher thread spawned when using the --dev=reload argument. This problem appeared when using emacs to edit python files while they are being watched by an odoo instance for changes. Emacs creates a broken symlink as lockfile in the same directory as the python file that it edits. This commit makes the filesystem watcher silently ignore any FileNotFoundError that occurs when it tries to open a file. Fixes #21214, closes #21215
-
Andreas Raster authored
-
Lucas Perais (lpe) authored
Invoice price should be adapted to the invoice currency Before this commit, it was not. OPW 1889997 closes #27710
-
- Oct 12, 2018
-
-
Simon Lejeune authored
The code ignored return of return when computing the delivered quantity of a so line (in this part of the code, if a move has a destination location set a customer, it'd be a return of return of a delivery). We now update the delivered quantity is the return of return as the `to_refund` flag enabled, meaning the user ticked the option to update the quantity on the so line. opw-1884683
-
- Oct 11, 2018
-
-
Joseph Caburnay authored
- Activate the `group_website_multiimage` in the website settings - Add several images on a product - On the eCommerce, click on the second image, then the first one The click on the first image doesn't work. This is because `t-att-data-slide-to="0"` is removed from the attributes (probably because evaluated as falsy). opw-1884368 Co-authored-by:
Nicolas Martinelli <nim@odoo.com>
-
tutran81 authored
The write method called self.stage_id which caused singleton error when self contains more than one record
-
- Oct 10, 2018
-
-
Kishan Gajjar authored
If resetting a background color was the only edition that was done on a page and that this page was saved, the change was not properly saved as the page was not marked as dirty. Closes https://github.com/odoo/odoo/pull/27625 task-1879524
-
Simone Rubino authored
65;5401;1c Line contains the value returned by a select clause on inventory lines. postgresql result returns None instead of False when no value is set. Avoid having a stock_histories_by_group dict with a key to None Having a None value is problematic as the key is used based on the read_group result returned by the super call above. e.g. grouping the inventory history by lot numbers, while some moves have no inventory, used to produce a KeyError Closes #27591
-
Sébastien Theys authored
-
Nicolas Martinelli authored
Somehow a backport of fce72f90 opw-1886904
-
Goffin Simon authored
On Safari, when editing the template of a mail.mass_mailing, clicking the "Read more" button (or any button that can have a link to the website) didn't open pop up to set the URL of the website. PS: inspired from https://github.com/textAngular/textAngular/issues/762 opw:1889643
-
- Oct 09, 2018
-
-
Christophe Simonis authored
-
Odoo Translation Bot authored
-
- Oct 08, 2018
-
-
len-odoo authored
Suppose user A creates a sale order S in company X. He then changes to company Y Sales manager B, in company X, creates the invoice for sale order S. Bug: the compilation of the report fails because of the user.name in the template. Then the tracking update fails, making it impossible to validate the invoice. opw 1884915
-
Duc Dao authored
There is no name field but a state_name one Closes #27512
-
Nicolas Martinelli authored
Backport of commit 2e6c1aa5 opw-1885628
-
- Oct 07, 2018
-
-
Odoo Translation Bot authored
-
- Oct 03, 2018
-
-
celm1990 authored
-
- Oct 02, 2018
-
-
Nicolas Martinelli authored
- Create a SO from an opportunity, keep the status draft => the 'Quote(s)' number is 1 on the opportunity - Confirm the SO The 'Quote(s)' number is 0 on the opportunity, but when clicking on the stat button 1 quote is displayed. The `search_default_draft` (and the `search_default_sales` of the Orders stat button) are not working since the action doesn't use the appropriate search view. opw-1888442
-
- Oct 01, 2018
-
-
Goffin Simon authored
- Create the following products in FIFO costing method and real-time valuation: Prod Final (F); Invoiced on Delivered Quantity Prod Comp1 (C1); Cost = 20 Prod Comp2 (C2); Cost = 10 - Create the BOM Kit for F: 2 Unit(s) of C1 1 Unit(s) of C2 - Create a SO for 3 Unit(s) of F - Validate SO and picking - Create the invoice and validate The price unit taken into account for F in the anglo-saxon accounting entry is: 20 + 10 = 30 => entry in Stock Output Account is 3 * 30 = 90 while it should be: (2 * 20) + (1 * 10) = 50 => entry in Stock Output Account is 3 * 50 = 150 This should finally fix issues corrected with: 9a7ed7ca: price unit multiplied by the qty sold (*) f1fdb97e: price unit taking into account only 1 unit of each component (*) In the use case solved, the price unit was: (6 * 20) + (3 * 10) = 150 => entry in Stock Output Account is 3 * 150 = 450 opw:1886216
-
Odoo Translation Bot authored
-
- Sep 30, 2018
-
-
Odoo Translation Bot authored
-
- Sep 28, 2018
-
-
Christophe Simonis authored
-
Olivier Colson authored
-
Stefan Rijnhart authored
-
Olivier Colson authored
Two account had the same account code. Because of that, one of them always failed to be created and logged a psql error. To fix that, we totally remove this account, as it never got created anyway.
-
Olivier Colson authored
The second tax with the same xml id was never created, and caused a psql error to be logged.
-
- Sep 26, 2018
-
-
Christophe Simonis authored
-
Nicolas Martinelli authored
Missing `sudo` which prevents a non-admin to close a POS session. opw-1888252 opw-1888358
-
- Sep 25, 2018
-
-
Olivier Colson authored
Accounts of this type should not be reconcilable. When making payments, only the counterpart line should be, in some receivable or payable account.
-
Olivier Colson authored
Making a bank account reconcilable is a very common mistake, and leads to confusing and useless data (the move lines made on this account) to be displayed in the reconciliation widget. With this commit, we make sure the user cannot make this mistake anymore.
-