- Jul 07, 2014
-
-
Christophe Combelles authored
-
Xavier Morel authored
Raise exception when a DB request fetches ids it was not asked for
-
Hugo Santos authored
"Ordem de Vendas" changed to "Ordem de Venda" (Rebase of PR #883)
-
Xavier Morel authored
Likely caused by a type incoherence e.g. providing an id as string when the table uses integer ids. Postgres performs an implicit conversion from string to integer[0], this wasn't much of an issue in the old API, whatever cache was there would simply not be used, but because the new API's cache is part of its behavior it has a semantic impact and can lead to infinite recursion. [0] more precisely from quoted value, which is untyped
-
Xavier Morel authored
Fix implicit globals in kanban_gauge JS
-
- Jul 06, 2014
-
-
Raphael Collet authored
A squashed merge is required as the conversion of the apiculture branch from bzr to git was not correctly done. The git history contains irrelevant blobs and commits. This branch brings a lot of changes and fixes, too many to list exhaustively. - New orm api, objects are now used instead of ids - Environements to encapsulates cr uid context while maintaining backward compatibility - Field compute attribute is a new object oriented way to define function fields - Shared browse record cache - New onchange protocol - Optional copy flag on fields - Documentation update - Dead code cleanup - Lots of fixes
-
- Jul 05, 2014
-
-
Raphaël Valyi authored
(Manual rebase of PR #915)
-
Raphaël Valyi authored
(Manual rebase of PR #913)
-
Olivier Dony authored
-
Olivier Dony authored
-
Olivier Dony authored
-
Olivier Dony authored
-
- Jul 04, 2014
-
-
Olivier Dony authored
-
Olivier Dony authored
Mixes the mass_mailing_id and mass_mailing_campaign_id between the two models. Introduced by 9fc4ad99, PR #472
-
Olivier Dony authored
-
Olivier Dony authored
This instance was not actually exploitable for SQL injection as it is not callable directly via RPC and guarded by other queries when indirectly called. Still plain awful.
-
Olivier Dony authored
This instance was not actually exploitable for SQL injection as it is not callable directly via RPC and guarded by other queries when indirectly called. Still plain awful.
-
Thibault Delavallée authored
[REV] Partial revert of search view changes: indeed the graph view is not already capable of handling group_by on any field, declaring them is still necessary.
-
Raphaël Valyi authored
Fixes issue #911
-
Quentin De Paoli authored
[IMP] account: added a button on bank statements to see the journal items created as soon as some are created
-
Thibault Delavallée authored
[FIX] web_kanban_sparkline, sales_team, stock: use char function field to transmit sparkline data; the data is now correctly dumped into json, and parsed in the widget.
-
Fabien Pinckaers authored
Replace NIH concat function
-
Martin Trigaux authored
The installation of a multilang localisation (e.g. Belgium) used to install as well account_accountant (and then account_voucher) for no technical reason and was considered as the full accounting package.
-
Martin Trigaux authored
-
Quentin De Paoli authored
[IMP] account, account_cancel: added the possibility to cancel a single statement line when it has already been through the reconciliation process
-
Xavier Morel authored
-
Xavier Morel authored
-
Thibault Delavallée authored
[IMP] account, account_voucher, google_drive, hr_timesheet, users: use redirectwarning instead of some warnings to ease the configuration process. Also fixed some css and js issues in the display of the redirect warning.
-
Thibault Delavallée authored
[FIX] sale: sales_team: fixed use_quotations field named 'opportunities' instead of 'quotations', copy and paste error probably
-
- Jul 03, 2014
-
-
Jeremy Kersten authored
[IMP] website_crm - cherry pick from 29ad0216...
-
Jeremy Kersten authored
[IMP] website_crm - cherry pick from 29ad0216...
-
Jeremy Kersten authored
[IMP] website_crm - cherry pick from 29ad0216...
-
Jeremy Kersten authored
[IMP] website_crm - cherry pick from 29ad0216 - Improve contact_us to fill in all fields from the model crm_lead posted in the form except a blacklist of fields.
-
Jeremy Kersten authored
[IMP] website_crm - cherry pick from 29ad0216 - Improve contact_us to fill in all fields from the model crm_lead posted in the form except a blacklist of fields.
-
Jeremy Kersten authored
[IMP] website_crm - cherry pick from 29ad0216 - Improve contact_us to fill in all fields from the model crm_lead posted in the form except a blacklist of fields.
-
Quentin De Paoli authored
Problem during reconcilement of bank statement with an exact match. Thanks Niels
-
Thibault Delavallée authored
[FIX] marketing_campaign: reporting: use the menu already define in marketing module instead of re-adding a new menu.
-
Sunil Sharma authored
[imp]:remove space [rem]:remove code [imp]:remove changes [imp]:remove changes [rem]:remove unused changes
-
Martin Trigaux authored
Correctly take the 'use parent address' into account in the onchange. Slightly updated the view that was weird with this parameter. opw 609344
-
Parthiv Patel authored
(Manual rebase of PR #889)
-