- Aug 28, 2014
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Christophe Simonis authored
-
- Aug 27, 2014
-
-
Denis Ledoux authored
-
Leonardo Donelli authored
Fixes #811
-
Ravi Gohil authored
Explicitely refresh invoice browse_record(...) in order to have correct 'date' in account.move. Use context_today() date instead of time.strftime() for date_invoice. (opw 611210)
-
Nicolas Seinlet authored
-
- Aug 26, 2014
-
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
-
Denis Ledoux authored
without having the rights to read ir.config_parameter
-
Denis Ledoux authored
-
Denis Ledoux authored
This reverts commit 4c335588. It leads to table widths inconsistencies: The tables take more width then before, and overflow much more than before. This can be seen in "Accounting" > "Journal Entries", in the list of the form view
-
- Aug 25, 2014
-
-
Mario Arias Badila authored
call to self.open() had a tab instead of spaces
-
Daniel Dico authored
-
Daniel Dico authored
-
Denis Ledoux authored
Nor modify once approved It wasn't possible for employees to approve their holidays themself, thanks to the GUI, but this was possible through xmlrpc calls, or when altering the html directly in the browser. Besides, this was also possible to edit the holiday through the same trick once the holiday validated
-
Ravish Murari authored
In case we have no defined action (e.g. redirection by python code), adding a dashboard should not be possible as the rendering based on the action. This patch hides the 'Add to Dashboard' button in search view (opw 611288)
-
- Aug 22, 2014
-
-
Martin Trigaux authored
When a pos session is closed & confirmed, the account.move were generated with the commercial partner except for the bank statement which prevented automatic reconciliation. This patch uses the commercial partner also for bank statement. Fixes #1558, #1764
-
Martin Trigaux authored
In case of IMAP, the email is simply set as read but in case of POP, the email is deleted. To avoid loosing data (e.g. misconfiguration of server), the email is kept for POP. Bug lp:1296724, opw 605667
-
Bhavik Bagdiya authored
-
- Aug 21, 2014
-
-
Martin Trigaux authored
-
Martin Trigaux authored
When a new ir.model.field is created, add the new field in the fields_by_model (cache of custom fields). This is required as the __init__ method would not retrieve the new field if fields_by_model is already set. Otherwise, the _columns would not contain the new fields and we could not access it without restarting the server (e.g. the installation of a module adds ir.model.fields and use it in the a view.
-
Binjal Desai authored
-
Martin Trigaux authored
Comparing an id and a browse record will always fail so the exception would have always been raised when changing a model (e.g. updating a module with custom fields).
-
Foram Katharotiya authored
Fixes #1743, opw 611307
-
Denis Ledoux authored
product_id column of pos_order_line is a product_product the left join of l.product_id was done on product_template, instead of product_product It worked as long as the ids product_product were the same as product_template. Meaning that, if you used variants, this report view was screwed.
-
- Aug 20, 2014
-
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Guewen Baconnier authored
When this situation happens. the 'cost' is None and the web interface cannot handle this value, provoking a JS error. Thus, prefer to fallback on the standard way to get the cost: based on the current standard price of the product. Fixes #1032
-
Martin Ambroz authored
-
- Aug 19, 2014
-
-
Sandy Carter authored
The buttons for new providers needs at least the zocial css class to be seen as button. As the field css_class is not in the default form view, add it by default.
-
Daniel Dico authored
Due to forward-port, the variable standard_price was reintroduced instead of valuation_price_unit Move the change of currency after the fifo/lifo computation. Fixes #1801
-
Sébastien Beau authored
-
Foram Katharotiya authored
The cleditor width does not include the margins. Setting 100% will make the editable area too large (104%) on Firefox (opw 611700). Replaced by auto, the default value adviced by CLEditor.
-