- May 11, 2016
-
-
Joren Van Onder authored
When dealing with issues related to 'rescue' sessions we are very limited in what we can do because the actual orders sent to the backend exist only in localStorage in the browser on the device of the user. Because of this it is important that we log some data about the orders we receive in the backend to have an idea of what's going on. opw-676497
-
Quentin De Paoli authored
[FIX] account: endless loop in exchange rate entry creation on full reconciliation fixed. ticket 676467
-
Nicolas Martinelli authored
When several accounts are selected to print their GL, the GL of only one is printed. This is due to two issues: - 'active_id' is retrieved instead of 'active_ids' - the method `get_action` is called with the wrong records. `self` refers to the wizard, not to the accounts selected. opw-676061
-
- May 10, 2016
-
-
Nicolas Martinelli authored
A non-breaking space is used between the amount and the currency. However, if a space is used as a separator, there is a possibility that the amount will be split into several lines. opw-674535
-
Nicolas Martinelli authored
When a payment is registered on an invoice, the payment difference must be considered differently if we receive the payment or pay a bill. This is necessary at the creation of the 'Counterpart' entry. For example, an invoice of 100 is considered as paid with a payment of 90. The difference of 10 should be booked as a debit in case of a customer invoice, but it should be booked as a credit in case of a vendor bill. opw-675641
-
Denis Ledoux authored
In event not during all day, it looks like `start_date` could be defined, but `stop_date` not. Despite the fact this is not such a normal state, this should not prevent the save of the event with the `_check_closing_date` constraint, checking that the ending date is after the starting date (in the case of an event not during the whole day, this is ensured with the `start_datetime` and the `stop_datetime` opw-676245
-
Joren Van Onder authored
On smaller screens some buttons will be hidden. An example of this is the 'Validate' button in the stock.picking form view. It is not :visible but it should still be possible to trigger through scanning a 'O-BTN.validate' barcode. opw-676741
-
Martin Trigaux authored
The comments field was ignored (because reasons) when exporting terms in CSV. This was an issue when using the wizard 'Synchronize Terms' as it first export the terms of every module in CSV. opw-673853
-
Nicolas Martinelli authored
When the user searches for date (or a datetime) in the search bar, the suggested date can become completely wrong. For example, in the French localization where the date format is DD/MM/YYYY, the system will search for the date MM/DD/YYYY. This is even worse when the date is not fully written: DD/MM could be converted to MM/DD/0000, which doesn't make any sense. This is related to the moment issue https://github.com/moment/moment/issues/1407. The fix is to make sure that the input date has a correct format thanks to `parse_value`. The latter converts the date into a fixed format. Fixes #11876 opw-676604
-
Goffin Simon authored
Wrong field date_from:month in model hr.holidays opw:676837
-
- May 09, 2016
-
-
Damien Bouvy authored
When invoicing products from a SO, you may decide to change the uom of the invoice (if you invoiced only a fraction of the product, for example). In that case, conversion is necessary to ensure that the "invoiced quantity" field on the SO line is correct.
-
Nicolas Martinelli authored
When a user prints the GL of a given account, the GL of all accounts is printed. On a production environment, this can generate thousands of pages (and ultimately, a crash). opw-676061
-
Nicolas Lempereur authored
If the "NEW MESSAGE" or "Log an internal note" are clicked succeedingly too fast, we can get into a situation where the composer is init'ed but have not already been start'ed. closes #11952 opw-675973
-
Goffin Simon authored
Used case: -go as admin and set for the demo user the right "Settings" in administration -connect as demo user, go in settings of project and untick the forecasts option and save Result: -Access rights error because the user has no rights to unlink records on "ir.values" model. Fix: When the user is in the group_system group, he has the rights to unlink records in "ir.values" model. opw:676714
-
Goffin Simon authored
When a user wrote a wrong value in char_domain field it should raise a warning message instead of a traceback. opw:676783
-
- May 08, 2016
-
-
Odoo Translation Bot authored
-
- May 06, 2016
-
-
Damien Bouvy authored
When removing the last line (apart from the delivery line) from the cart, it is necessary to remove the delivery line before updating the cart; otherwise the carrier is contacted with a 0 weight order and crashes.
-
- May 05, 2016
-
-
Olivier Dony authored
-
Olivier Dony authored
-
Olivier Dony authored
-
Olivier Dony authored
Backport of 7d732b10 Fixes #979
-
Olivier Dony authored
The user performing reconciliations may not always have the right to update the corresponding partners, for example if a partner is also a system user. Doing it as super-user after verifying that the user is indeed allowed to reconcile journal items works around the problem. Fixes #11931
-
- May 04, 2016
-
-
Farrah Dickerson authored
Closes #11917
-
Damien Bouvy authored
The author_id field is actually a res.partner, not a res.users. In some cases, if the partner with id 1 is deleted, installing project was impossible.
-
Damien Bouvy authored
opw-676508
-
Adrien Peiffer (ACSONE) authored
Closes #11916
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Goffin Simon authored
When a company contact is changed in a company, this contact will not be displayed as a company contact. opw:673715
-
Martin Trigaux authored
Has already a docstring but was not included
-
Adrien Peiffer (ACSONE) authored
[FIX] account: A negative amount with sale taxes on bank statement line must be considered as a refund. Courtesy of Adrien Peiffer (ACSONE). PR #11877
-
Goffin Simon authored
The domain used to search the project issues in the website_project_issue controller(['/my', '/my/home']) was useless thanks to the ir.rule portal_issue_rule opw:676447
-
- May 03, 2016
-
-
Denis Ledoux authored
When a partner tells he is interested or not by a lead, the customer on the lead must not receive a mail with this information. opw-676729
-
Martin Trigaux authored
Estimate the workcenter cost based on produced quantity so far. The workcenter cost is written on analytic accounts at the end of the production only. A new method _compute_costs_from_production is needed to estimate the workcenter total cost and then divide by the produced unit. opw-675994
-
Martin Trigaux authored
If the production flow is in two steps: 1. consume raw material 2. produce manufactured product The total_consume_moves was empty (so computed cost was 0) Include the moves that were already consumed since the last production. This will offer a correct estimation of cost of production in real time for companies producing in several steps. opw-675994
-
Raphael Collet authored
-
Goffin Simon authored
This function _get_anglo_saxon_price_unit must always return the price_unit.
-
Damien Bouvy authored
Follow up of fix 6f8030a6 This previous fix removed the reference field when creating an invoice from a sales order since this field was for Supplier Invoices (and is not shown for Customer Invoices). While this males sense, it had the side effect of removing the default value for the "Register Payment" wizard. To keep this wizard populated with the most sensible data, the default is now set to reference or name or number (in that order). opw 676261
-
Aaron Bohy authored
In Discuss, if a message was selected as message to reply to, it wasn't reset when switching to another channel. So if the user sent a message in that other channel, the message was sent as reply to the previously selected message. This rev. ensures to always unselect messages when switching between channels. Closes #11879
-
Aaron Bohy authored
-