- Jan 06, 2015
-
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
When adding several lines in an editable list (adding 7 lines to an invoice for instance), then clicking on the first row direcly after having filled the last line, the value of the cell sometimes had the value of the last line. Just a display bug, but still. Using internal_set_value avoid the re-rendering of the cell, and solve the above issue opw-620111
-
Martin Trigaux authored
Products with a seller name but no attributes (only one variant) got their name in the format 'seller name ()' Fixes #4523
-
Martin Trigaux authored
It was intended to be replaced by log-handler at first but log-level is still a very convenient way to manage the level of debug.
-
Denis Ledoux authored
-
Josse Colpaert authored
Closes #4554
-
Jignesh Rathod authored
-
Josse Colpaert authored
When invoicing from dropshipping picking, choose the correct partner. Also, change the partner on the picking to be the partner of the purchase. Change the picking report to include the destination partner or the warehouse address on the right. [IMP] Only put partner_id on move from purchase when really necessary [FIX] Default value of partner on stock move should be False
-
Aaron Bohy authored
-
Martin Trigaux authored
The image of a contact of a company was wrongly resized. Use image_small instead of image for correct ratio (anyway 48x48px). Remove image_preview as always use image_small (was wrongly positioned and considered as cache attribute, getting '&cache=NaN' urls...) opw 593992
-
Arthur Maniet authored
[IMP] account: bank statement reconciliation widget: added a 'Show more' button to load further reconciliations. PR #4519
-
Denis Ledoux authored
Before, all crm.lead of the partner were counted, whatever it was a lead or an opportunity, but the button opens the opportunity tree, which has a domain type = opportunity. So leads were not displayed, and the count was therefore misleading. Besides, the button is called "Opportunities", and it was misleading to count leads for a button with such a name
-
Olivier Dony authored
-
Martin Trigaux authored
Setting the margins of a paperformat to 0mm was ignored and fallbacked on wkhtml default margins. This change is considered as relatively safe as margin-* fields have a default value and setting 0 is then an explicit choice. Fixes #3367, opw 620130
-
Martin Trigaux authored
Revert "[FIX] ir_translation: remove control characters from translations" This reverts commit 6d4e1cc7. This was intended to clean malformed translations but it introduced the side effect of removing all '\n' in translations. Fixes #4092, opw 619175
-
- Jan 05, 2015
-
-
Martin Trigaux authored
This reverts commit 1fd13fbe. For FIFO it was not needed as the cost is already set to the returned quant. For standard price, this is wrong as the stock is reevaluated when the product price is changed.
-
Arthur Maniet authored
-
Arthur Maniet authored
[FIX] account: account.move.line creation with account_tax_id accepts taxes with both base code and tax code or neither. base code xor tax code raises a warning. Fixes #4452
-
Arthur Maniet authored
Fixes #4450
-
Denis Ledoux authored
For models using a datetime field as name (hr.attendance for instance), the user timezone wasn't applied in the display name. Therefore, in the breadcrumb, the datetime was different than in the form if the user had another timezone than UTC. This rev. is related to 27d8cb84, but is for the 8.0 api We are aware we introduce a tiny change of API (method signature change), which we normally prohibit, but considering the really low level of the method, the fact it is probably not ovveriden by any other modules and the fact there is no cleaner way to correct this, we are making an exception.
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Christophe Matthieu authored
[FIX] website_sale: Discussion not working on product and gives '500: Internal Server Error' if public user try to comment on product (without login). Need to redirect to the login page (all user who want to write a comment have already buy the product and can use the portal login)
-
Martin Trigaux authored
Following d80c0ff6, Fixes #3138 Proper for loop should be done when converting to QWeb report
-
Denis Ledoux authored
For models using a datetime field as name (hr.attendance for instance), the user timezone wasn't applied in the display name. Therefore, in the breadcrumb, the datetime was different than in the form if the user had another timezone than UTC.
-
Martin Trigaux authored
-
Martin Trigaux authored
-
Foram Katharotiya authored
The name of the product was stripped from the product label report Fixes #3138 (only blank entries)
-
Aaron Bohy authored
Renamming logic (odoo_version.timestamp.extension) of published files moved out of publish function
-
Aaron Bohy authored
Mainly renaming of OpenERP into Odoo
-
Yannick Vaucher authored
Backport of ead3f039 Fixes #4341
-
Martin Trigaux authored
Revert edbd0df9 Instead of removing the demo data (demo data is our friend), make the test more specific, adding a date to match the rate of 1.5289 all year long.
-
Martin Trigaux authored
Columns defined in the new api as interger, computed and non-stored should not be aggregated in read_group. Fallback on False if column is None Fixes #3972, opw 619536
-
David Monjoie authored
-
Jeremy Kersten authored
Fix #4280 Copy Past from google or default value contains some space which need to be trimed.
-
- Jan 02, 2015
-
-
Martin Trigaux authored
Old demo data hardcoded the currency rate of USD to 1.5289 at the half of the year, introducting new year red runbot. Using assertAlmostEquals to avoid values like 32.730000000000004
-
- Dec 31, 2014
-
-
Frédéric van der Essen authored
[FIX] implement pre-ordering of ESCPOS commands
-
Ronald Portier authored
In case of different directory for stroing po and pot files than 'i18n' (e.g. 'i18n_extra'), a po could be linked to a wrong pot file. Use the same folder as the po file to look for pot. Fixes #4326
-
Thomas Fossoul authored
-