- Jan 07, 2015
-
-
Aaron Bohy authored
e.g. to avoid creating "openerp-gevent" in /usr/bin/
-
Aaron Bohy authored
- Add a new SystrayMenu widget to improve and facilitate the way of adding widgets in .oe_systray - Rendering of the modules menu now waits for the systray and user menus to be rendered - A few refactoring of the UserMenu and Menu widgets
-
Aaron Bohy authored
-
Jérome Maes authored
-
Jérome Maes authored
[FIX] ir_attachment : move the computation of mimetype. Allow to set it during a create. If not given, it will be computed as a functionnal field depending on datas or datas_fname. Bundle generated from less file are not octet-stream mimetype, but text/css given by the bundle itself. The checksum is now computed also for empty datas (and only for binary type attachment).
-
- Jan 06, 2015
-
-
Christophe Matthieu authored
-
Christophe Simonis authored
-
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
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
Yannick Tivisse authored
-
Olivier Dony authored
-
Christophe Simonis authored
-
Martin Trigaux authored
wkhtml support float values for margins so there is no reason to restrict the value to integer. This also avoids bugs like #3367.
-
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
-
Julien De Coster authored
-
Yannick Tivisse authored
Display incoterms on sale orders and invoices
-
- 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.
-
Christophe Simonis authored
-
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.
-
Antony Lesuisse authored
- improve many2one widgets - add ui tests for editor - media manager multiupload - editing samed branded area are now synchronzied - improve image gallery snippet - allow undo and redo
-
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
-
Yannick Tivisse authored
Rename "Call for Bid" into "Call for Tender" when on the buyer's side.
-
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
-
Christophe Matthieu authored
[IMP] summernote lib: save range each time the cuser mouseup or keyup in editable area and restore each time the user active an event. In this case the user can click on an other page area and then click on the option without any error
-