- Jul 14, 2014
-
-
Martin Trigaux authored
-
- Jul 11, 2014
-
-
Martin Trigaux authored
Fixing calendar view errors, opw 609989
-
Olivier Dony authored
-
Olivier Dony authored
-
Richard Mathot authored
Also fixes some weird inheritance bugs in upper versions
-
Martin Trigaux authored
At rev 84e9a67c a check to avoid the creation of ir.model.relation for custom modules was added. The condition is not correct as based on the string instead of the field name. We do not have access to column name at this level but the the m2m relation table do start with x_ for custom fields (see __init__ method).
-
- Jul 10, 2014
-
-
Thibault Delavallée authored
[FIX] mail: misc bug fixing - avoid deleting the Whole Company mail group if still present, because it is required for some module installation. In 7.0 installing some modules may crash if this group is not present. - fixed an issue when computing possible recipients in the Chatter - small fix in html2plaintext about blank lines
-
Christophe Simonis authored
-
Richard Mathot authored
-
Loïc Bellier authored
There's a big risk of mistake with the fast-create feature and they don't need it (Rebase of PR #1073)
-
Anand-Dharampuriya authored
-
Richard Mathot authored
(Partial backport of commit 1f861569) Closes #800.
-
Richard Mathot authored
-
Victor Tabuenca Calvo authored
-
Victor Tabuenca Calvo authored
-
- Jul 08, 2014
-
-
Olivier Dony authored
-
Martin Trigaux authored
orm: do not try to create ir.model.relation for custom m2m as self._module is either empty (for custom models), either the one of the last inheriting module (which is wrong). The field should be removed manually and should not be impacted by the uninstallation of modules. The removal of the relation table can be done when removing manually the custom field (see rev 6af3193d). ir.model: when removing a model, drop the table with the CASCADE instruction. This will remove left constraints from remaining m2m tables. This means that dropping a table (either manually removing a custom model or uninstalling a module) will not drop the relation table for a custom m2m field. This is not ideal but better than the previous behaviour (which was to fail the DROP TABLE instruction and keep the table with a few columns and unconsistent data).
-
Martin Trigaux authored
When droping a column, remove also the relation table in case of custom m2m field. The relation table needs to be dropped otherwise an unremovable constraint to the targetted table is kept (and anyway is not needed anymore).
-
- Jul 07, 2014
-
-
Antony Lesuisse authored
skip the inactivate employee in leaves summary
-
Fabien Meghazi authored
lp bug: https://launchpad.net/bugs/940439 fixed bzr revid: fme@openerp.com-20140508075025-yszqmzie1z4n7l4j
-
Martin Trigaux authored
When the cron for autovacuum runs, the osv_memory objects are deleted. The portal.wizard.user object has a required field (wizard_id) linked to another osv_memory object (portal.user) which causes a traceback when the cron tries to delete portal.user object before the portal.wizard.user. opw 609918
-
JoshuaJan authored
-
JoshuaJan authored
Add context to search method
-
- Jul 06, 2014
-
-
JoshuaJan 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.
-
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.
-
- Jul 03, 2014
-
-
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.
-
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
-
Richard Mathot authored
-
- Jul 02, 2014
-
-
Richard Mathot authored
When tag <drawString> is misused in an RML report, logs a more explicit error
-
Martin Trigaux authored
-
Lionel Sausin authored
-
Richard Mathot authored
-
Richard Mathot authored
Empty URLs for OAuth providers do not crash anymore the login screen
-
Thibault Delavallée authored
-