- Jun 11, 2014
-
-
Fabien Meghazi authored
When @primary="True" is present on <template> tag, we'll set the t-name to the full canonical xmlid of current template (@id) Providing a "kind of" clone mode for templates.
-
Antony Lesuisse authored
[ADD] module install/uninstall hooks.
-
Christophe Simonis authored
-
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
-
Christophe Simonis authored
Since 4ec71c74, migration scripts are not executed at module install anymore. As this behavior was missused as "init" scripts (see [1]), this commit re-add this possiblity via hooks. There are 3 hooks that can be declared in the manifest file: - pre_init_hook: called before module installation - post_init_hook: called after module installation - uninstall_hook: called before module uninstallation Like the "post_load" manifest option, the values for these hooks must be a string containing the name of a method available at the module root. The signatures of these functions are: - (cr) for pre_init_hook - (cr, registry) for post_init_hook and uninstall_hook [1] https://bugs.launchpad.net/openobject-server/+bug/1314680
-
- 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.
-