Commit Graph

67034 Commits

Author SHA1 Message Date
Thibault Delavallée e0cf6831f0 [IMP] Continuing last commit: still some subtype description updated.
bzr revid: tde@openerp.com-20121219212747-gk9cnsuyvft1zm4x
2012-12-19 22:27:47 +01:00
Thibault Delavallée 8d26e78582 [IMP] Addons: removed bold in subtype descriptions.
bzr revid: tde@openerp.com-20121219212330-xfx3lykstl1nsa8m
2012-12-19 22:23:30 +01:00
Thibault Delavallée 83223c4200 [IMP] crm: res_partner: removed tracking of section_id.
bzr revid: tde@openerp.com-20121219205628-8xr8tijlp2h5uv2x
2012-12-19 21:56:28 +01:00
Thibault Delavallée 57c7839078 [CLEAN] stock: removed dead log_picking method, that is not working (not logging, and not called) since the beginning of OpenChatter and that no-one did seem to miss. Also cleaned some chatter messages, removing unnecessary calls.
bzr revid: tde@openerp.com-20121219205513-h7geda6mgcux8hpb
2012-12-19 21:55:13 +01:00
Thibault Delavallée 77be83ca28 [CLEAN] project, sale_stock: removed old chatter and needaction methods, not used anymore. In two words, dead code.
bzr revid: tde@openerp.com-20121219205412-0cco820gzgg5lpzx
2012-12-19 21:54:12 +01:00
Thibault Delavallée 2f8c05d4a5 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121219201730-dahlsv2010z2kxt9
2012-12-19 21:17:30 +01:00
vta vta@openerp.com adb16fd779 [FIX] Anonymous group allowed to create mail.message, so anonymous users can submit contact forms which creates a lead
bzr revid: vta@openerp.com-20121219200339-42fx8vxw7pzfclxl
2012-12-19 21:03:39 +01:00
Fabien Pinckaers b0cb29dea2 [IMP] Adding an extra_email argument to message_post_user_api
bzr revid: fp@tinyerp.com-20121219181835-twsoxzlu9x7y3mqr
2012-12-19 19:18:35 +01:00
Olivier Dony 833fcbd7a2 [FIX] mail: avoid duplicate notifications when receiving inbound mails
- disable auto-follow of system user used by mail
  gateway, when message_process calls message_new
  (otherwise this user would be a follower of all
  new records)
- avoid matching multiple partners with the same
  email when looking up partner_id for inbound
  emails - just 1 partner per email is enough
  (avoids more duplicates)
- delay setting partner_ids on mail_messages posted
  by the mail gateway, in order to avoid notifying
  again people who were direct recipient of the 
  message in the first place
  (should perhaps be improved to only do that for
  external emails, i.e. emails that are not
  present in the mail.alias table)

bzr revid: odo@openerp.com-20121219181003-xvw5q0dd3t2jtjw9
2012-12-19 19:10:03 +01:00
Fabien Meghazi e5a244eea3 [FIX] account move reconciliation: Properly evaluate action context (since evalpocalypse)
bzr revid: fme@openerp.com-20121219174009-se5fvfizxh2wmh4x
2012-12-19 18:40:09 +01:00
Thibault Delavallée 8d10312868 [ADD] Analytic: re-added analytic_data.xml file,holding subtypes.
bzr revid: tde@openerp.com-20121219173215-dub4p5985rbujkz0
2012-12-19 18:32:15 +01:00
Thibault Delavallée d53a63d563 [IMP] Analytic, hr_timesheet_invoice: moved chatter and subtypes for analytic into analytic; removed salesteam-related subtypes.
bzr revid: tde@openerp.com-20121219173127-xcz1j92p46sn6qu3
2012-12-19 18:31:27 +01:00
Thibault Delavallée 86200b4d9c [DOC] [IMP] mail_thread: updated documented the few magic context keys, mail_notify_noemail, mail_create_nosubscribe and mail_create_nolog.
bzr revid: tde@openerp.com-20121219171501-5ndw7aawi8kvttql
2012-12-19 18:15:01 +01:00
Thibault Delavallée 3dadb7b062 [CLEAN] Purchase: small code cleanup and subtypes update.
bzr revid: tde@openerp.com-20121219170228-bc143sbqcl0nqwsz
2012-12-19 18:02:28 +01:00
Thibault Delavallée 52557cbe41 [IMP] Note: removed chatter, replaced by a tracking on open.
bzr revid: tde@openerp.com-20121219170211-bsn51c0f5avzh6gv
2012-12-19 18:02:11 +01:00
Thibault Delavallée 20863bd787 [CLEAN] mail: cleaned and updated automatic followers, now also possible on write without having to add something specific. parent_field -> relation_field on message.subtype model. Templates of automatic tracking do not use mako anymore, not necessary for small messages. Added a tmp hack in mail_message to avoid a crash, do not forget to remove it.
bzr revid: tde@openerp.com-20121219164239-3vbj4zfqv4j6ct32
2012-12-19 17:42:39 +01:00
Thibault Delavallée 91e98f9d17 [CLEAN] crm: cleaned subtypes, removed auto following that will be added in mail_thread. Updated track_visility parameter.
bzr revid: tde@openerp.com-20121219164048-7q9xy3pjs3demtcf
2012-12-19 17:40:48 +01:00
Thibault Delavallée ce5dfe8212 [IMP] Portal: removed warnings about non-existent fields.
bzr revid: tde@openerp.com-20121219164020-8g0d8pbg7jjfopr3
2012-12-19 17:40:20 +01:00
Thibault Delavallée 3e67fc6d6b [CLEAN] Sale_crm: cleaned subtypes, removed auto following that will be added in mail_thread. Updated track_visility parameter.
bzr revid: tde@openerp.com-20121219164001-dbjvkl0q11e9f91t
2012-12-19 17:40:01 +01:00
Thibault Delavallée 8ab9ac2cf9 [CLEAN] Project: cleaned subtypes, removed auto following that will be added in mail_thread. Updated track_visility parameter.
bzr revid: tde@openerp.com-20121219163941-w7r4egokx9xiwxvl
2012-12-19 17:39:41 +01:00
Fabien Meghazi 068e93a887 [ADD] Added 'instance' in kanban box qweb redering context
bzr revid: fme@openerp.com-20121219163939-5l0pdjphzeaog9ko
2012-12-19 17:39:39 +01:00
Thibault Delavallée fe429e8082 [CLEAN] Project_issue: cleaned subtypes, removed auto following that will be added in mail_thread. Updated track_visility parameter.
bzr revid: tde@openerp.com-20121219163923-8xmhb00sxvddcx4g
2012-12-19 17:39:23 +01:00
Arnaud Pineux 5b902feba3 [MERGE] with l10n_nl
bzr revid: api@openerp.com-20121219161202-vdrx5mbrnru8957d
2012-12-19 17:12:02 +01:00
Arnaud Pineux 2943e56986 [MERGE] with trunk
bzr revid: api@openerp.com-20121219161100-tcqxynei48c43j5g
2012-12-19 17:11:00 +01:00
Arnaud Pineux f78b0c11e6 [MERGE] with l10n_pt
bzr revid: api@openerp.com-20121219160036-qwv2ma9aru7xfoau
2012-12-19 17:00:36 +01:00
Arnaud Pineux 98f67d8818 [MERGE] with l10n_pt
bzr revid: api@openerp.com-20121219155921-42ckmb81t3y4y6vs
2012-12-19 16:59:21 +01:00
Cedric Snauwaert 254caf6322 [MERGE]new account chart for bolivia
bzr revid: csn@openerp.com-20121219155526-pdgeprxll7ez1g3p
2012-12-19 16:55:26 +01:00
Arnaud Pineux 72fce993cb [IMP] l10n_nl for account_chart
bzr revid: api@openerp.com-20121219155112-qxeiom58o8376f1r
2012-12-19 16:51:12 +01:00
Fabien Meghazi edf0f5553d [IMP] Improved kanban view + bounce effect
Kanban cards now have a dedicated container in grouped mode
so we avoid mixes with 'Quick create' and 'Show more' elements.

Bounce effect is now centralized as a jQuery plugin

bzr revid: fme@openerp.com-20121219154843-ptc54arrp36pz60w
2012-12-19 16:48:43 +01:00
Fabien Meghazi b33e5309c3 [IMP] Improved kanban style
bzr revid: fme@openerp.com-20121219154717-61fe54e66q6f2rs5
2012-12-19 16:47:17 +01:00
Antony Lesuisse f14a8b9aac [IMP] version_info more info
bzr revid: al@openerp.com-20121219154505-lcartslny586t07n
2012-12-19 16:45:05 +01:00
Cedric Snauwaert adbab2dc2f [MERGE]new account chart for bolivia
bzr revid: csn@openerp.com-20121219153606-yz3wr2nmxx7sw2gj
2012-12-19 16:36:06 +01:00
Arnaud Pineux 07054a4bdc [IMP] l10n_pt new account chart and taxes for Portugal
bzr revid: api@openerp.com-20121219153238-ry2esy2sdtrpb28m
2012-12-19 16:32:38 +01:00
Fabien Meghazi bcd4686ad8 [FIX] osv exception message not displayed anymore
Reverted part of revid:chs@openerp.com-20121108145001-pswe7r5ss4nzgu00

bzr revid: fme@openerp.com-20121219151550-6lkn996jxdv2r7x2
2012-12-19 16:15:50 +01:00
Arnaud Pineux d7feb862b2 [MERGE] with l10n_it improvement
bzr revid: api@openerp.com-20121219151443-21ei862og61vsrmj
2012-12-19 16:14:43 +01:00
Fabien Meghazi 31592e96aa [ADD] Added an openerpBounce jquery plugin
bzr revid: fme@openerp.com-20121219151217-bxp1p04gmbccckys
2012-12-19 16:12:17 +01:00
Arnaud Pineux f3a92356bf [MERGE] with trunk
bzr revid: api@openerp.com-20121219150210-7lhs82far0ta37h4
2012-12-19 16:02:10 +01:00
Fabien Meghazi d234a24de0 [MERGE] trunk
bzr revid: fme@openerp.com-20121219150025-h9h1956xey3tok57
2012-12-19 16:00:25 +01:00
Cedric Snauwaert 615a0a568e [MERGE]l10n_fr improvement for v7
bzr revid: csn@openerp.com-20121219145503-6upbwzeos3dkarxi
2012-12-19 15:55:03 +01:00
Arnaud Pineux 60efa06d9b [IMP] l10n_it
bzr revid: api@openerp.com-20121219144347-gd1te0hjuz5ofmmz
2012-12-19 15:43:47 +01:00
Arnaud Pineux f6104b80b5 [MERGE] with l10n_ro improvements
bzr revid: api@openerp.com-20121219144110-tz8nd2y3nrapn0is
2012-12-19 15:41:10 +01:00
Arnaud Pineux 1b1c022523 [MERGE] with trunk
bzr revid: api@openerp.com-20121219143447-vqk6z1txel2k8b23
2012-12-19 15:34:47 +01:00
Cedric Snauwaert 7b8712a936 [REF]l10n_fr_account_tax_sequence for v7
bzr revid: csn@openerp.com-20121219143218-vz0w75qf20j9y1fd
2012-12-19 15:32:18 +01:00
Arnaud Pineux b1d45f0a89 [MERGE] l10n_ro
bzr revid: api@openerp.com-20121219141155-ilt606wdfzal3l7r
2012-12-19 15:11:55 +01:00
Fabien Pinckaers 777ed1e0dc [IMP] transparent background support for images in RML
bzr revid: fp@tinyerp.com-20121219132504-zvcs346g007sloua
2012-12-19 14:25:04 +01:00
Frédéric van der Essen 9a403975d5 [MERGE] css fixes for IE
bzr revid: fva@openerp.com-20121219131801-mdtkf46x1h2iyj0j
2012-12-19 14:18:01 +01:00
Frédéric van der Essen 4aad0882fc [MERGE] from upstream
bzr revid: fva@openerp.com-20121219131730-wakba5a01chxgsnv
2012-12-19 14:17:30 +01:00
Frédéric van der Essen f078db001b [FIX] for mail action icons in IE
bzr revid: fva@openerp.com-20121219131501-vqst77eys5f65864
2012-12-19 14:15:01 +01:00
Thibault Delavallée 33ea9c9f73 [CLEAN] account, account_voucher: updated subtypes, removed dead code and unnecessary chatter message.
bzr revid: tde@openerp.com-20121219130024-bmf584gyw5p8khrc
2012-12-19 14:00:24 +01:00
Thibault Delavallée 2348a598d5 [FIX] mail_thread: write could receive integer instead of list for write.
bzr revid: tde@openerp.com-20121219123142-t3y2awe0du245s3l
2012-12-19 13:31:42 +01:00