- Jul 11, 2014
-
-
Olivier Dony authored
-
Olivier Dony authored
-
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
-
Christophe Simonis authored
-
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)
-
Josse Colpaert authored
-
Thibault Delavallée authored
[FIX] website_forum: fix answers display order (correct, then votes, then write_date)
-
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 09, 2014
-
-
Jeremy Kersten authored
-
Martin Trigaux authored
The emails containing emails generated with the image widget have absolute path (src='/website/static/...'), adding <base> tag allows the mail client to load it correctly.
-
Christophe Matthieu authored
[FIX] website: if the first menu referred to a website page and the route for this path is overwritten, the route is not used, the template has not the values of the route. (e.g. contact-us menu in first position if website_crm is installed) [FIX] website_crm: the path '/crm/contactus' have an error if you doesn't use the website contact form or if you reload the page, instead of redirect to contact form.
-
Martin Trigaux authored
The lst_price field on product.template is a related to list_price. As we do not allow to set a value for related fields at creation (see orm.py , L4180), we display the list_price instead (float field). On the product.product form, we display the lst_price (function field, readonly) as we don't want to allow changing the template price from the product. opw 609497
-
Christophe Matthieu authored
[FIX] website_crm: the path '/crm/contactus' have an error if you does'nt use the website contact form or if you reload the page, insead of redirect to contact form.
-
Christophe Matthieu authored
[FIX] website: if the first menu refered to a website page and the route for this path is overwrited, the route is not used, the template has not the values of the route. (e.g. contact-us menu in first position if website_crm is installed)
-
- 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).
-
Jeremy Kersten authored
[FIX] Crm partner assign: Sort the partners by grade / published implemented. else the display are not explicit on website, because old order takes all the implemented partner but on website we display the number of reference published
-
Simon Lejeune authored
[MERGE][FIX] product: incomplete declaration of report pricelist
-
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).
-
Atul Patel authored
-
- 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
-
Hitesh Trivedi authored
-
- Jul 06, 2014
-
-
JoshuaJan authored
-
- Jul 05, 2014
-
-
Olivier Dony authored
-
Olivier Dony authored
-