- Jun 11, 2014
-
-
Antony Lesuisse authored
[IMP] base ir.model.field, improve search view.
-
Martin Trigaux authored
[FIX] account_analytic_plans: a line is not a plan
-
Thibault Delavallée authored
[IMP] project: task: added reviewer_id field, linking towards a res.users, that is the reviewer of the task.
-
Fabien Meghazi authored
[FIX] Correctly URI encode website new page title
-
Sebastien Versaille authored
Add "Custom" and "Base" filters in ir.model.fields search view.
-
Martin Trigaux authored
[FIX] account_analytic_default: make company_id field actually work (fixes #270)
-
Thibault Delavallée authored
reviewer of the task. This field is automatically tracked, using a small update of the get_auto_subscribe_fields method that is weirdly implemented.
-
Franck Bret authored
Use encodeURIComponent in place of encodeURI for website new page title, in order to escape special chars like question mark
-
Fabien Meghazi authored
Added --force to odoo deploy
-
Fabien Meghazi authored
Will force --init mode even if module is already installed
-
Thibault Delavallée authored
[FIX] crm_partner_assign: fixed search on res.partner still using deprecated country field instead of country_id.
-
Thibault Delavallée authored
[FIX] web: form_view: fixed event variable name in chardomain widget (hidden in chrome but make the widget crash in firefox)
-
Thibault Delavallée authored
-
Thibault Delavallée authored
-
Thibault Delavallée authored
[FIX] crm, crm_partner_assign, res_partner, mail, project: removed deprecated fields, deprecated methods + references to it; also removed deprecated tags on things that are not deprecated anymore. Everything is under control.
-
- Jun 10, 2014
-
-
Fabien Meghazi authored
[IMP] `odoo.py start`: Always create missing db
-
Fabien Meghazi authored
[IMP] add kwargs to scaffolded controller
-
Fabien Meghazi authored
-
Martin Trigaux authored
- set the company_id parameters at the end of the method to avoid incompatibities with calls in account_analytic_plans - instead of checking the context, actually pass the company_id argument in the product_change from uos_id_change
-
fdesmottes authored
Fix issue #270 : account_analytic_default doesn't work with company_id condition
-
Christophe Simonis authored
-
Christophe Simonis authored
-
Géry Debongnie authored
Update l10n_hn Author Information
-
Géry Debongnie authored
Add documentation for the graph view
-
Christophe Simonis authored
-
Richard Mathot authored
(bypassing geoip)
-
Christophe Simonis authored
-
Géry Debongnie authored
-
Christophe Simonis authored
As logs can be stored in any database, we can't insert create_uid and write_uid as it refer to the current database not the logging one, where FK may not match
-
Géry Debongnie authored
Also, removes an old TODO.txt that was completely outdated.
-
Martin Trigaux authored
[FIX] report_webkit: avoid sharing parser instance globally and make it thread safe
-
- Jun 07, 2014
-
-
Salvatore Trimarchi authored
Author Information Salvatore Josue Trimarchi Pinto salvatore@trigluu.com http://trigluu.com
-
- Jun 06, 2014
-
-
Martin Trigaux authored
[FIX] orm: do not recompute m2o stored function field at read.
-
Xavier Morel authored
Add div tag and oe_padding class to display the question
-
Richard Mathot authored
-
Xavier Morel authored
Move setup.py in previous root in order not to break community tools based on it.
-
Christophe Matthieu authored
[FIX] website_crm: when there is an error in required field, user_id=False in the controller overwrite the user_id browse record to display the contact form template.
-
Xavier Morel authored
[FIX] pep8 errors generated by odoo.py scaffold
-
Xavier Morel authored
Update README.md
-
Xavier Morel authored
[IMP] views: don't prevent always -> disabled writes
-