- Nov 28, 2017
-
-
adekock11 authored
Closes #21234
-
adekock11 authored
Done at #21234
-
Lucas Perais (lpe) authored
In the case where: - you are too fast editing a mass mailing, trigger an onchange (e.g. mailing_model) and then save You can use the edit/save shortcuts to make yourself believe you are Flash Gordon - your internet is too slow (Down: 4Mb/s, Up: 500kb/s, Latency: 20ms) Before ths commit, the onchange will return *before* the field (the iframe actually) is loaded. This onchange contains a signal *in* the body_html of the field to allow communication with the iframe. If you save before the iframe is loaded, this body_html keyword will be saved. After this commit we deactivate the save button until the iframe is loaded. We could have gone for a python user error on the value of the body_html too. But it would have added a supplementary click and potential reloading OPW 783616
-
qsm-odoo authored
Before this commit, when an user added a video in his page (an <iframe>) it was then duplicated each time the snippet in which the video is was edited and saved again, slowing the page loading. As the code responsible for that is quite outdated, it should be reviewed and refactored in master. This commit only fixes the problem with more code. This commit will also fix existing databases, if the user edit the video snippet once again. (Note: even if this commit's code will be even more strange in master, it *should* be forward-ported anyway).
-
Joren Van Onder authored
When the keypress handler is called the pressed key has not yet been added to this.value. This leads to the search being performed with e.g. 'Agr' when the user has typed 'Agro'. Fix this by getting this value when the timeout expires. At this point the value will be updated. Fixes #21129
-
- Nov 27, 2017
-
-
Martin Geubelle authored
When grouping a graph view by a selection field, the labels on x axis were the selection values themselves (not their corresponding label). This issue was only present if there was only one group by field. In this case, the attribute `grouped_on` is not an array but a string containing the field name. This case wasn't correctly handled. Note that this issue is not present in the new views (from saas-16). Closes #19790
-
Stefan Rijnhart authored
SAP sends out emails that only contain a PDF part, without a text or html body, e.g.: X-Mailer: SAP NetWeaver 751 Content-Type: application/pdf; name="Afleveringsbewijs.pdf" Content-Transfer-Encoding: base64 Content-Description: Afleveringsbewijs Before this patch, this single non-text part was parsed into the body of the final message, as if it was a text part. Making the check for the main part more restrictive solves the issue, as there is no reason to assume that a non-multipart content is necessarily of text/* type. This PR also includes a regression test. Closes #21102
-
- Nov 22, 2017
-
-
Laurent Smet authored
Suppose some taxes with the same sequence: The tax are not computed in the same order in POS and SO/INV. This is wrong in case of multiple taxes affecting the base. -opw: 779498
-
- Nov 21, 2017
-
-
Jeremy Kersten authored
That could break xpath for others modules and that have no real impact to keep it since it is removed in JS via: .find('.modal-body > div').removeClass('container'); // retrocompatibility Related to https://github.com/odoo/odoo/commit/809aaf9e7b9de28383444d5059b19a67bb513f51#commitcomment-25751949
-
Lucas Perais (lpe) authored
Before this commit, the posbox was built and in the process the permissions of the repo were whanged As a result, there was a diff in the repo, making it un-upgradable After this commit, the permissions on the posbox' Odoo repository are unchanged, and no diff is to be seen
-
Lucas Perais (lpe) authored
Before this commit, the latest version of Raspbian was chosen. It is not very helpful though as if something goes wrong, we don't on which part it is. Also, fix python dependencies for the image
-
- Nov 20, 2017
-
-
Lucas Perais (lpe) authored
commit b4ec5102 forgot about the case where no domain was supplied or when the conditions on it were not fulfilled. before this commit, a traceback was thrown and no event was shown After this commit, no errors and all the relevant events are shown opw 782985
-
- Nov 17, 2017
-
-
qsm-odoo authored
When logging multiple elements in one log call in the new Firefox version, all the elements are kept on one line. So if the second element starts with a line feed, it will not go under the first element but still be at the right of the first element, on a new line.
-
- Nov 16, 2017
-
-
Cédric Snauwaert authored
If we have a payment in october and a statement in november and the lock date is 1st november, we can't reconcile both because we try to write statement_id on payment but there is the lockdate constraint. This is not correct and we should be able to reconcile both even after lock date as it is the case for other moves.
-
Lucas Perais (lpe) authored
backporting 76b72429 OPW 779208 closes #20996 original commit message: Add a 3 use cases with tests that were failing before. datetime filters were not working correctly on stop filters The `_get_recurrent_date_by_event` was only computing recurrency on the start field of an event which can make a difference. A recurring event start=2017-01-01 09:00:00; stop=2017-01-01 10:00:0 was not matched in a search ('stop', '>', '2017-01-01 09:30:00') The filter != was not handled in the recurring use cases. e.g. making the search 'start is set' in the web client is equal to ('start', '!=', False) Searching with only a start filter matching recurring events but not the first ("real") occurence, was returning no result if no stop filter was present. start=2017-01-01 09:00:00; count=5 had no result in a search ('start', '>', '2017-01-02')
-
Laurent Smet authored
-opw: see PR https://github.com/odoo/odoo/pull/20792
-
- Nov 15, 2017
-
-
Romain Derie authored
Before this commit, if you go on /shop/cart and your cart is empty, it will show the total (Subtotal, Taxes, Total) as $ 0.00. Indeed, the code is retrieving a 'sale.order' if you are connected and you already have a draft sale order on DB (eg: you just add something to cart and emptied it afterward). - Add product to your cart and proceed to checkout - On checkout cart, remove the product, your cart is now empty - Reload the page (you should still be on /shop/cart) or go to /shop/cart - You now see the zero prices (Subtotal, Taxes, Total) Now, we will hide this if you have an order but no line on that order. This closes #20896
-
- Nov 14, 2017
-
-
Nicolas Martinelli authored
Go to Report -> Operator Analysis -> Apply group_by 'Creation date (hour)' => traceback. `start_date_hour` is implemented for Livechat Support Report on Channels, but not on Operators. opw-782255
-
Nicolas Martinelli authored
In the FEC report, opening entries on receivable and payable accounts should be split by partner. opw-781321
-
mehdi-ghezal authored
Backported to 9.0 cf comment Closes #20850
-
- Nov 13, 2017
-
-
Manuel Vázquez Acosta authored
Instead of the parent of TestMail class Closes #20728
-
Aaron Bohy authored
... gives wrong values due to the timezone. For instance, let's assume that the browser timezone of the user is UTC+2, and the user types 10/09/2017 10:00:00 in a searchview with a datetime field in its arch (i.e. which autocompletes on a datatime field). Before this rev., the suggested value was 10/09/2017 08:00:00, i.e. the timezone offset was substracted from the value.
-
- Nov 11, 2017
-
-
Olivier Dony authored
PostgreSQL 10 move sequences' metadata fields into a new `pg_sequence` system catalog. As a result, selecting from a sequence relation now only return three fields, and does not include the `increment_by` metadata field anymore. This patch obtains the `increment_by` value from the new system catalog for PostgreSQL server versions >= 10. Fixes #20269
-
- Nov 10, 2017
-
- Nov 09, 2017
-
-
Lucas Perais (lpe) authored
Before this commit, when starting a livechat session as a public user and continuing as a portal user, the conversation was lost (the poral user couldn't see previous messages posted as a public user) After this commit, the conversation is kept and security insured by the uuid in the cookie OPW 775568 closes #20279
-
- Nov 08, 2017
-
-
Jeremy Kersten authored
In case we are not uploading a file but add a slide based on google doc url or youtube link, post['datas'] is not set and the code will crash. Javascript don't check the onError, so the user never see the error and wait that nothing happend.
-
Odoo Translation Bot authored
-
Thibault Delavallée authored
-
- Nov 07, 2017
-
-
Jeremy Kersten authored
ERROR: column reference "action" is ambiguous This commit closes #13839
-
Nicolas Seinlet authored
[FIX] *: do not use groups when extending an asset bundle Using groups when declaring an extension of an asset bundle leads to a different generated asset bundle according to the user's group. This is not something we want because a dynamic asset bundle's content means that it could (and it does) trigger unwanted cache invalidation. website_event, website_blog, website_forum and website_sale add functions to . These functions are bound to server side qweb nodes protected by groups. We can always add the functions; if a user tries to use the routes he should receive a traceback because of lack of access rules website_blog adds a module, but is guarded by the presence of a node in the DOM. We use the same logic to guard the module added by website_sale with the node. website_gengo is working as expected.
-
- Nov 03, 2017
-
-
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
-
- Nov 02, 2017
-
-
Laurent Smet authored
Suppose a tax of 20% with price_included = True and apply this tax on 399.99: - base = 399.99 / 1.2 = 333.32500000000005 - tax_amount = base * 0.2 = 66.665 - round(base) + round(tax_amount) = 333.33 + 66.67 = 400.0 (!= 399.99: WRONG) -opw: 777925
-
- Oct 31, 2017
-
-
Richard Mathot authored
Fields `amount_type` on `account.tax` and `account.tax.template` are already defined in the `account` module. Redefining them here (with the same parameters) breaks every other module that would have used `selection_add=` on those fields. Actually, it is the case in `account_tax_python`, and thus, all the localizations/customizations that depend on it were broken by this one. ~ Old API backport of 5d0d80af ~
-
- Oct 30, 2017
-
-
Lucas Perais (lpe) authored
Before this commit, when opening the POS in IE11, then the customer list, the list was empty. This was due to condition that was wrongly evaluated as false due to the fact that IE11 apparently only wants ECMA5.1 to deal with constructing Date() from a string. After this commit, we construct the Date() object with the right string, and the list of customers doesn't disappear. OPW 776463 For reference: http://www.ecma-international.org/ecma-262/5.1/#sec-15.9.1.15 closes #20468
-
- Oct 27, 2017
-
-
Nicolas Lempereur authored
-
Laurent Smet authored
Taxes tags for some localization have been rewrote in order to improve the taxes report. However, these changes delete the existing account.tags on stable version. These "[l10n_*] one tag per grid in tax reports" should target master instead of 9.0. -opw: 777464
-
Christophe Monniez authored
When trying to get the pdf content in an IFrame, the url based on ID was not found and then redirected to a rewritten URL eventually with wrong protocol (https became http). This causes a bug in modern browser that doesn't allow mixed content if the base website is in https. By using the slug in the URL, there is no redirection and we avoid changing the protocol. Thanks @Gorash and @nim-odoo opw-777950
-
- Oct 26, 2017
-
-
Jeremy Kersten authored
Before this commit, you was able to double click on the button when are in registration flow. In this case, you subscribe 2 times and so take 2x more seats, what can be annoying when you have a limited room. In the same time, we fix the form in the form that generate strange behaviour like some events not bubbled correctly. The attendee form (into the modal) was inside the registration form. $'attendee_form).on('submit') obviously failed due to this bad dom. This commit closes opw-778191
-
Denis Ledoux authored
Since Odoo 8.0, the default stock input account for product categories in the Canadian localization is set to `214100 CANADA REVENUE AGENCY` This is the case since this commit: https://github.com/odoo/odoo/commit/13dacd11c10dac853def763432829b8976604a7d#diff-2e65e26a4efc4ab95e72dbe2033141ecL294 In which the account with the XML ID 2141_en 214100 Stock Received But Not Billed has been renamed 214100 CANADA REVENUE AGENCY In this very same commit, the account "Stock Received But Not Billed" has been moved to the account 217100, under the XML ID chart2171_en: https://github.com/odoo/odoo/commit/13dacd11c10dac853def763432829b8976604a7d#diff-2e65e26a4efc4ab95e72dbe2033141ecR447 While the default value for the products categories stock input account remained the same, the account with as code 2141: https://github.com/odoo/odoo/blob/8.0/addons/l10n_ca/account_chart_template_en.xml#L8 This is an oversight. It was not meant that way. The default stock input account for products should well be "Stock Received But Not Billed". In addition, a stock account is supposed to be of type assets, and not of type liabilities. I contacted @max3903, who was a contributor of the l10n_ca localization, and who is therefore a better expert than me regarding the Canadian localization. He confirmed me all the above findings. opw-775413
-