Commit Graph

56800 Commits

Author SHA1 Message Date
Quentin (OpenERP) 71530a3a9b [FIX] sale: invoice sale order line fix (Added missing import statement)
bzr revid: qdp-launchpad@openerp.com-20130503133032-q8ijb3hzj4gj9f12
2013-05-03 15:30:32 +02:00
Cedric Snauwaert a1ab6be4df [FIX]sale wizard: missing import and local variable to call worflow action
bzr revid: csn@openerp.com-20130503124345-f1cvr6wps0d9bcu8
2013-05-03 14:43:45 +02:00
Olivier Dony 6c3b3ea380 [MERGE] Forward-port of 7.0 bugfixes, up to rev. 3915
revision-id: odo@openerp.com-20130503102248-vjl1b8xju9uwfq97

bzr revid: odo@openerp.com-20130503102451-nynkrrpldrafyv3i
2013-05-03 12:24:51 +02:00
Olivier Dony f6f575543f [FIX] need_action: avoid reloading needaction counters when there is no menu
- guard do_load_needaction to prevent exceptions when
  there is no menu to load
- avoid calling do_load_needaction where there is no
  menu to reload in the first place

bzr revid: odo@openerp.com-20130503102248-vjl1b8xju9uwfq97
2013-05-03 12:22:48 +02:00
Cedric Snauwaert b1f452fd24 [FIX]crm: change default filter when clicking on opportunities from sale's team kanban view.
Should display user opportunities instead of new/pending one.

bzr revid: csn@openerp.com-20130503075020-gbww4xfwl20cmjbv
2013-05-03 09:50:20 +02:00
Christophe Simonis f2cb09ab08 [FIX] web: serie agnostic version number
bzr revid: chs@openerp.com-20130502130435-oms438v8s57e9ghd
2013-05-02 15:04:35 +02:00
Fabien Meghazi 31c3555f94 [FIX] force module paths to be bytestrings
Backport trunk Revision:
3729 revid:chm@openerp.com-20130502122806-1i9h8v0cvhb6p63q


The http controllers handler crashes when there are non-ascii chars in the url path.

`openerp.modules.module.ad_paths` containing unicode strings, werkzeug fail to compare the path `module` which is converted to ascii.
force `module` to be bytestrings

bzr revid: fme@openerp.com-20130502123657-f2sg50fq3216lh7d
2013-05-02 14:36:57 +02:00
Launchpad Translations on behalf of openerp a20b482a50 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130501051536-3ahyusc1ror0o9fn
2013-05-01 05:15:36 +00:00
Cedric Snauwaert 8f96d0d177 [FIX]project: fix domain in order not to see all stages in task views
bzr revid: csn@openerp.com-20130430143529-3dk22kinb2vo2rvy
2013-04-30 16:35:29 +02:00
Thibault Delavallée 1592434daa [MERGE] [FIX] mail: fixed a change introduced at revision 9080 that introduced a dependance between a revision in web and in addons: now addons revision is independant of the web revision.
bzr revid: tde@openerp.com-20130430112158-8m8z0fclla3h2ds6
2013-04-30 13:21:58 +02:00
Olivier Dony ba5710962e [MERGE] Forward-port of 7.0 bugfixes, up to rev. 3912
revision-id: nicolas.vanhoren@openerp.com-20130430094843-9m1629m517vjtm1o

bzr revid: xmo@openerp.com-20130424102025-w33zyopm96r7q09p
bzr revid: odo@openerp.com-20130430103337-i9wuj8zf3h41h1ay
2013-04-30 12:33:37 +02:00
Thibault Delavallée 5ab5c4b730 [FIX] mail: fixed a change introduced at revision 3911 that introduced a dependance between a revision in web and in addons: now addons revision is independant of the web revision.
bzr revid: tde@openerp.com-20130430100747-9fcrbdbso1v0prgg
2013-04-30 12:07:47 +02:00
niv-openerp 7c160b8a72 [FIX] optimization necessary in some cases when kanban views can take more that 10 seconds to load
bzr revid: nicolas.vanhoren@openerp.com-20130430094843-9m1629m517vjtm1o
2013-04-30 11:48:43 +02:00
Launchpad Translations on behalf of openerp 6970e5e041 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130430063704-q6sk7sup4c1ej18w
2013-04-30 06:37:04 +00:00
Olivier Dony 9c08e12962 [MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9085
revision-id: odo@openerp.com-20130429105458-r89mnkx8okdxsdld

bzr revid: odo@openerp.com-20130429151410-54y94063gijyk16o
2013-04-29 17:14:10 +02:00
Cedric Snauwaert 609636d857 [FIX]hr_timesheet: fix mistake introduced in commit 8631
revid:tde@openerp.com-20130318121439-xyl34r9tdut6t19c
missing ' '

bzr revid: csn@openerp.com-20130429133515-uvmhhmnf0qgbb0ee
2013-04-29 15:35:15 +02:00
dle@openerp.com 4a7a2d9f8f [FIX]plugin: plugin_handler, push_message, if model is res.partner then we set the type to 'comment' instead of 'email' to avoid the behaviour in mail/res_partner.py message_post
bzr revid: dle@openerp.com-20130429130557-0huoifszlg6g56ny
2013-04-29 15:05:57 +02:00
Olivier Dony 56dbd6078e [FIX] sale: safer inheritance of res.partner form view + no hiding of use_parent_address field
The use_parent_address field is not directly related to the
address type field and was not really meant to be hidden
along with it.

In addition, the div[@name=div_type] and the corresponding
label[@for=type] were duplicated in the embedded form view
inside the `child_ids` field, but that happened later in
the 7.0 series. As a consequence the inherited view must
not rely on the presence of the latter, since some users
may install sales on top of an older version of the base
views. The XPath expressions were therefore modified to
match the first occurrence of these elements in the original
res.partner view, and to match *only* the second occurrence
in the new version of the view. 
This works via a dirty hack relying on the fact that
the `use_parent_address` field is present in the first
occurrence of the div in the original view, but not
in the newer view, so the XPath expression can be made
to match only *one* element in each version of the view.
(Keep in mind that XPath evaluation will always return
results in the order of the document being looked up,
and the ORM only uses the first match. So matching
both nodes was not an option.)

bzr revid: odo@openerp.com-20130429105458-r89mnkx8okdxsdld
2013-04-29 12:54:58 +02:00
Launchpad Translations on behalf of openerp 3536f65967 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130427063440-bmcyenjvm2fm94ck
bzr revid: launchpad_translations_on_behalf_of_openerp-20130428054142-1k74s6tp0zv4aeu5
bzr revid: launchpad_translations_on_behalf_of_openerp-20130429060457-72jpzgm0ky022n8u
2013-04-29 06:04:57 +00:00
Olivier Dony df64fbd276 [FIX] base_report_designer: more incorrect license headers in some source files, reported and contributed by Alec Leamas
Mixing LGPL 2.1 and AGPL 3.0 in the same source file
is incorrect, and the AGPLv3 license was added by
mistake: keep only LGPL license and preserve
copypright info.

lp bug: https://launchpad.net/bugs/1167034 fixed

bzr revid: odo@openerp.com-20130426161316-hox8tnep8gl4xa1n
2013-04-26 18:13:16 +02:00
Thibault Delavallée 86df760f71 [MERGE] [FIX] project_issue: suggested partners for messaging: email is more important than the customer.
Customer is used mainly for classification / searching
Email is used mainly for communication.

bzr revid: tde@openerp.com-20130426144805-a8i44mg1rgnn9oe7
2013-04-26 16:48:05 +02:00
Thibault Delavallée 26d9feb5ba [FIX] [FIX] mail.compose.message in email_template: fixed domain used to filter the available templates.
bzr revid: tde@openerp.com-20130426144605-scm8c4b6qvusdxoa
2013-04-26 16:46:05 +02:00
Thibault Delavallée 2a4b097ef8 [FIX] portal_project_long_term: wrong ir_rule for project long term
bzr revid: tde@openerp.com-20130426142304-fucpx510gj7v7t90
2013-04-26 16:23:04 +02:00
Thibault Delavallée 8c31d9772a [FIX] project, task, issue, portal: fixed access rules for employees/portal users + added an help on privacy_visibility.
bzr revid: tde@openerp.com-20130426130259-35j0v7lg7unxhzzp
2013-04-26 15:02:59 +02:00
Thibault Delavallée 33f3b937e0 [FIX] project_issue: suggested partners for messaging: email is more important than the customer.
Customer is used mainly for classification / searching
Email is used mainly for communication.

bzr revid: tde@openerp.com-20130426094610-i0eaf96em24r72qb
2013-04-26 11:46:10 +02:00
Thibault Delavallée dd09b3185b [FIX] [FIX] Fix needaction counters, now updated dynamically.
Needaction counters are now updated :
- when loading the menus (as before),
- when performing an action in a form view (update the current menu),
- when cliking on a top-level menu item (update all childs menus)

bzr revid: tde@openerp.com-20130426093653-gwdciylu26nfntzp
2013-04-26 11:36:53 +02:00
Thibault Delavallée a281c372d9 [FIX] Fix needaction counters, now updated dynamically.
Added a needaction_menu_ref key in the context of some actions to
automatically reload the counter of menus related to an action.
Various mailboxes are now dynamic.
Reading messages now increase/decrease the needaction counters with the
corect number.
Added a missing message_unread filter on My Tasks in project_gtd.

bzr revid: tde@openerp.com-20130426093443-dx3bwe0i6ubczb0e
2013-04-26 11:34:43 +02:00
Thibault Delavallée 1088554b40 [REV] Removed code changed not related to this branch.
bzr revid: tde@openerp.com-20130426075650-jxzw3h52idj2zp7y
2013-04-26 09:56:50 +02:00
Thibault Delavallée c625881c1f [REV] Removed change not related to this branch.
bzr revid: tde@openerp.com-20130426075638-ofea10g8ll0z2h64
2013-04-26 09:56:38 +02:00
Thibault Delavallée 90d82b9fa6 [MERGE] Sync with 7.0
bzr revid: tde@openerp.com-20130425143845-si7n2luxdqpixjlf
bzr revid: tde@openerp.com-20130426074536-sto6625nzcbtdbah
2013-04-26 09:45:36 +02:00
Thibault Delavallée 5cafebd48a [MERGE] Sync with 7.0
bzr revid: tde@openerp.com-20130425143838-cl9k0fpml5r0q6bi
bzr revid: tde@openerp.com-20130426074530-16h0doe2cju6xkug
2013-04-26 09:45:30 +02:00
Launchpad Translations on behalf of openerp 7561f48578 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130426062412-awemubat7ag9ji19
bzr revid: launchpad_translations_on_behalf_of_openerp-20130426062416-6321y5y98sute3k0
2013-04-26 06:24:16 +00:00
Olivier Dony bc79d1cdd7 [FIX] portal_project_issue: ir.rules were failing to show relevant issues
Portal users expect to see the issues they directly follow
but also the issues whose "Customer" is them or anyone
from their company (and all of this should work only
for projects that are public, visible to portal or
visible to their followers. Could be refined further

bzr revid: odo@openerp.com-20130425162235-u64fufklfdhh77ga
2013-04-25 18:22:35 +02:00
Thibault Delavallée 9c88589286 [FIX] project_gtd: added missing 'message_unread' filter to use in conjunction with the needaction counter.
bzr revid: tde@openerp.com-20130425143807-h94ivrj0eftvakte
2013-04-25 16:38:07 +02:00
Thibault Delavallée 3adb202441 [FIX] mail.compose.message in email_template: fix model used to filter the available templates.
bzr revid: tde@openerp.com-20130425141743-gcq4wsso8jleosps
2013-04-25 16:17:43 +02:00
Quentin (OpenERP) 5cf3622148 [FIX] account_voucher: usability changes related to multi currency use cases. Display the options when needed only
bzr revid: qdp-launchpad@openerp.com-20130425125244-nnqv127m0gc70e4s
2013-04-25 14:52:44 +02:00
Quentin (OpenERP) dc51b7a465 [FIX] stock: fixed stock valuation bookings made in multi currency
bzr revid: qdp-launchpad@openerp.com-20130425124933-s7a7724si9lenpsp
2013-04-25 14:49:33 +02:00
Quentin (OpenERP) 2ae76572ea [FIX] account: fixed bad constraint message
bzr revid: qdp-launchpad@openerp.com-20130425124453-gc42mimtn6dfec3u
2013-04-25 14:44:53 +02:00
Quentin (OpenERP) b507941664 [FIX] account_voucher: usability improvement related to multi currency
bzr revid: qdp-launchpad@openerp.com-20130425124404-t22dzpv0rtohoh9y
2013-04-25 14:44:04 +02:00
Quentin (OpenERP) 11ac47133e [FIX] account_voucher: pay invoice 'wizard' now displays 1) the monetary widget even if the journal is in the company currency and 2) the writeoff fields
bzr revid: qdp-launchpad@openerp.com-20130425121815-nbooi3hpah8wqdxc
2013-04-25 14:18:15 +02:00
Thibault Delavallée 20a66a8fb5 [FIX] Chatter: suggested recipients: avoid displaying (false) when having suggested recipient without email address
bzr revid: tde@openerp.com-20130425093953-ech46xrkbjjupn3j
2013-04-25 11:39:53 +02:00
Thibault Delavallée ca4ccafb37 [FIX] mail: invite: avoid sendign a void invite message; but cleditor produces <br> instead of a void message when deleting the widget content.
bzr revid: tde@openerp.com-20130425085256-6jpfesyhbo7qgis3
2013-04-25 10:52:56 +02:00
Thibault Delavallée 92e09ed8c4 [FIX] hr: welcome message translatable.
bzr revid: tde@openerp.com-20130425091256-qan1jkw1875zhthh
2013-04-25 11:12:56 +02:00
Launchpad Translations on behalf of openerp 83fb6fbf02 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130425060541-r1eqpc1djb3vy953
bzr revid: launchpad_translations_on_behalf_of_openerp-20130425060609-9otf0125cci1hjvi
2013-04-25 06:06:09 +00:00
Vishmita Jadeja (openerp) 2178351145 [IMP]Improve code
bzr revid: vja@tinyerp.com-20130424131241-m9katp6tlbbnr9kd
2013-04-24 18:42:41 +05:30
Vishmita Jadeja (openerp) e18a85f261 [IMP]False return when there is no email address in recipient in chatter
bzr revid: vja@tinyerp.com-20130424123425-jo6i7jg8albrbhi2
2013-04-24 18:04:25 +05:30
Quentin (OpenERP) c366f6becf [FIX] hr_timesheet: proper fix for previously reverted commit 9058. Don't return a default value for journal and product if the uid doesn't have read access on it
bzr revid: qdp-launchpad@openerp.com-20130424092810-qmkgr66pv770euv3
2013-04-24 11:28:10 +02:00
Quentin (OpenERP) 2b89c192f2 [REV] revert of commit 9058, that was not appropriate for a stable version (again). :-s
bzr revid: qdp-launchpad@openerp.com-20130424092326-tec7siywgg4pbfu4
2013-04-24 11:23:26 +02:00
niv-openerp 616f705ef9 [FIX] pad: display problem due to wrong css selectors
bzr revid: nicolas.vanhoren@openerp.com-20130424075406-eemkxc7eyyvgiywi
2013-04-24 09:54:06 +02:00
niv-openerp e6902869ed [FIX] pad: regression that caused a stack trace
bzr revid: nicolas.vanhoren@openerp.com-20130424074638-aq3o08v7z9j1asz0
2013-04-24 09:46:38 +02:00