Commit Graph

88955 Commits

Author SHA1 Message Date
Richard Mathot 89d7e78aad [FIX] survey: pagination result didn't load properly at page loading 2014-06-11 12:10:26 +02:00
Richard Mathot 2809314045 [FIX] survey: security rules mess with xmlids 2014-06-11 11:47:55 +02:00
Thibault Delavallée 9a60bafd7f Merge pull request #464 from odoo-dev/master-task-reviewer-tde
[IMP] project: task: added reviewer_id field, linking towards a res.users, that is the reviewer of the task.
2014-06-11 11:33:07 +02:00
Fabien Meghazi 53315288a8 Merge pull request #465 from franckbret/master
[FIX] Correctly URI encode website new page title
2014-06-11 11:23:07 +02:00
Géry Debongnie 6f8c5bf51e [FIX] probably fix scrolling issue in left menu
it seems like there is some issues with the max-height property in
some browsers.
2014-06-11 11:16:54 +02:00
sve-odoo 6ed133d86d [IMP] Add filters in ir.model.fields search view.
Add "Custom" and "Base" filters in ir.model.fields search view.
2014-06-11 11:16:17 +02:00
Martin Trigaux a15681c348 Merge pull request #453 from odoo-dev/master-and-company-mat
[FIX] account_analytic_default: make company_id field actually work (fixes #270)
2014-06-11 11:10:36 +02:00
Christophe Simonis 7bee9447c4 [MERGE] forward port of branch saas-3 up to 3c7a54a 2014-06-11 11:06:04 +02:00
Géry Debongnie b5a81f1da0 [FIX] perhaps really fix the leftmenu scrolling 2014-06-11 11:04:08 +02:00
Christophe Simonis 3c7a54a76c [MERGE] forward port of branch 7.0 up to 100eba8 2014-06-11 10:58:43 +02:00
Richard Mathot 194049df99 [FIX] survey: user-friendly message when login is required 2014-06-11 10:57:03 +02:00
Géry Debongnie 6bd73f0c0f [FIX] correct a problem with left bar scrollin 2014-06-11 10:51:58 +02:00
Thibault Delavallée e5379bc1a0 [IMP] project: task: added reviewer_id field, linking towards a res.users, that is the
reviewer of the task. This field is automatically tracked, using a small update of the get_auto_subscribe_fields method that is
weirdly implemented.
2014-06-11 10:40:39 +02:00
Franck Bret e932ecb9df Use encodeURIComponent in place of encodeURI for website new page title, in order to escape special chars like question mark 2014-06-11 10:40:31 +02:00
Jeremy Kersten 100eba8eaf [FIX] fields.py - avoid dict comprehension inside a dict comprehension 2014-06-11 10:30:00 +02:00
Géry Debongnie af58bc5914 Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged 2014-06-11 10:10:58 +02:00
Géry Debongnie 197d4b597c [FIX] fix a callback that was not triggered
The problem was that the do_searchview_search callback was registered
after the event 'search_data' was triggered.  For some reason, it
waited that the searchview was appended instead of registering directly.
2014-06-11 10:10:15 +02:00
Fabien Meghazi 6981af0221 Merge pull request #462 from odoo-dev/master-odoo-deploy-force-fme
Added --force to odoo deploy
2014-06-11 10:04:03 +02:00
Fabien Meghazi c1e6e70870 Added --force to odoo deploy
Will force --init mode even if module is already installed
2014-06-11 09:55:17 +02:00
Thibault Delavallée f7879c4076 [FIX] crm_partner_assign: fixed search on res.partner still using deprecated country field instead of country_id. 2014-06-11 08:59:04 +02:00
Thibault Delavallée 43f9b18183 [FIX] web: form_view: fixed event variable name in chardomain widget (hidden in chrome but make the widget crash in firefox) 2014-06-11 08:56:42 +02:00
Thibault Delavallée 32d1613edd [FIX] various addons: fixed underling of various openerp.py files. 2014-06-11 08:44:41 +02:00
Thibault Delavallée 59e98f1e2b [IMP] account: removed demo data about unexisting field, causing a warning. 2014-06-11 08:44:41 +02:00
Thibault Delavallée 222e26628a [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. 2014-06-11 08:44:40 +02:00
Olivier Dony 6b85d80f23 [FIX] Wrap werkzeug.utils.escape() to accomodate signature change in 0.9
We always want to escape quotes (") as part of the process of
generating HTML output. This option (quote=True) turned into
an implicit flag with a DeprecationWarning in werkzeug 0.9.0
It is likely to disappear in a future release of werkzeug too.
A wrapper avoids this warning without loss of compatibility
2014-06-10 18:46:40 +02:00
Géry Debongnie 6def4a6c30 [FIX] fix mail layout
uses the same technique used for the rest of the client.  Now, it should
behaves properly with respect to scrolling.
2014-06-10 17:00:11 +02:00
Jonathan Nemry de9654deec [FIX] website_mail: default could be None 2014-06-10 16:57:54 +02:00
Fabien Meghazi 1d0424a3cb Merge pull request #457 from odoo-dev/master-odoo-cmd-fixes-fme
[IMP] `odoo.py start`: Always create missing db
2014-06-10 16:52:32 +02:00
Martin Trigaux ddaac15f48 [FIX] website_mail: backport of master fix a54caabbcb 2014-06-10 16:48:19 +02:00
Géry Debongnie 048e8b29df [FIX] remove a css property that caused issue
with the view_manager_header layout
2014-06-10 16:43:25 +02:00
Géry Debongnie 63c702f009 [IMP] better layout with pure css for web client
this patch removes javascript calls to adjust the layout.  It manages
to do the correct layout with only css, which will correct quite a few
issues.
2014-06-10 16:22:02 +02:00
Christophe Simonis eedb831c0d [FIX] logging PostgreSQLHandler: mute sql_db logger to avoid logging loop if db connection or query failed 2014-06-10 16:11:11 +02:00
Martin Trigaux 505b31a2b3 Merge pull request #415 from gurneyalex/7.0-fix_lp1192115-595240-opw-skh
[FIX] delivery: do not remove the delivery method on the sale.order when adding it as an order line (useful information)
2014-06-10 16:02:10 +02:00
Fabien Meghazi b278d7ff5d Merge pull request #356 from xmo-odoo/scaffold-kwargs
[IMP] add kwargs to scaffolded controller
2014-06-10 15:44:30 +02:00
Fabien Meghazi 97a5c043b5 Always create missing db when using `odoo start` 2014-06-10 15:00:20 +02:00
Martin Trigaux 46bf4db884 [FIX] small fixes
- 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
2014-06-10 14:31:36 +02:00
fdesmottes 37bff3b62c Update account_analytic_default.py
Fix issue #270 : account_analytic_default doesn't work with company_id condition
2014-06-10 14:23:08 +02:00
Martin Trigaux fdd00fe635 [FIX] account_voucher: better pay invoice wizard
If the writeoff_amount is above 0, the fields writeoff_acc_id can be displayed and is required depending of the payment option. If the writeoff_amount is reset to 0, this field should no longer be required.
2014-06-10 13:41:27 +02:00
Christophe Simonis ccdae747a0 [MERGE] forward port of branch saas-5 up to a7c2125 2014-06-10 13:19:55 +02:00
Christophe Simonis a7c2125735 [MERGE] forward port of branch saas-4 up to 6b8e972 2014-06-10 13:15:46 +02:00
ged-odoo 7f9302a2f0 Merge pull request #434 from salvatoretrimarchi/master
Update l10n_hn Author Information
2014-06-10 12:59:10 +02:00
ged-odoo 02574846ab Merge pull request #448 from odoo-dev/master-web-graph-doc-ged
Add documentation for the graph view
2014-06-10 12:52:14 +02:00
Christophe Simonis 6b8e9727e5 [MERGE] forward port of branch saas-3 up to 4601d85 2014-06-10 12:29:47 +02:00
Richard Mathot 60da9c6417 [FIX] website_crm_partner_assign: make display of all countries work
(bypassing geoip)
2014-06-10 12:04:50 +02:00
Martin Trigaux 387093a34a gamification: when changing the domain on a goal definition give a simple check to avoid getting a traceback when the challenge is reloaded 2014-06-10 12:03:32 +02:00
Christophe Simonis 4601d85944 [MERGE] forward port of branch 7.0 up to 6fdb783 2014-06-10 11:49:14 +02:00
Géry Debongnie 8202561511 Merge remote-tracking branch 'odoo/master' into master-inline-searchview-ged 2014-06-10 11:43:17 +02:00
Géry Debongnie 96cf03a275 Merge remote-tracking branch 'odoo/master' into master-web-graph-doc-ged 2014-06-10 11:17:07 +02:00
Christophe Simonis 6eacf91671 [FIX] logging PostgreSQLHandler: do not insert {create,write}_uid
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
2014-06-10 11:15:52 +02:00
Géry Debongnie 3d6468a9d0 [IMP] add documentation for the graph view
Also, removes an old TODO.txt that was completely outdated.
2014-06-10 11:13:38 +02:00