Commit Graph

158 Commits

Author SHA1 Message Date
rba-odoo c6d8eaabf5 [IMP]kanban View: harmonize kanban view by changing head as bold and centered and aliases as centered 2014-07-02 14:52:29 +02:00
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
Thibault Delavallée d0aea936ac [CLEAN] Misc cleaning before merging, mainly in views
bzr revid: tde@openerp.com-20130625084630-oqlertvzxl8a8w7f
2013-06-25 10:46:30 +02:00
Thibault Delavallée 88e3505554 [IMP] mail_alias: added reference to the parent record.
The parent record is the record that holds the alias. It is different
from the record updated or created using the alias. For example
projects have aliases whose parent is the given projet, and that creates
new task inside the project.
Updated alias creation and management accordingly.
This ownership concept is used to compute the 'followers' contact
settings of aliases.

bzr revid: tde@openerp.com-20130516164207-1zr0q6abw6a34ndf
2013-05-16 18:42:07 +02:00
Thibault Delavallée 93a112e9f2 [IMP] hr, res_users, project, mail_group: improved form view about aliases, following new specs.
bzr revid: tde@openerp.com-20130507122223-scy54ukfdndtj2d8
2013-05-07 14:22:23 +02:00
Thibault Delavallée a91274c18c [IMP] project, mail_group, hr_job, sales team: added alias_contact parameter in form view. Also fixed a typo in project form view about visilibity -> privacy_visibility.
bzr revid: tde@openerp.com-20130416142901-c6wbc82yp2kwj1dt
2013-04-16 16:29:01 +02:00
Thibault Delavallée a3de5c872f [REF] [IMP] mail_alias improvement
alias_name is not required anymore
crm, hr_job, project, mail_group, res_users: alias creation is now different
and done more like other inherits, except an alias_model_name that is given
to the context to find the alias alias_model_id.
crm, jr_job, project, mail_group, res_users: updated form views using
aliases
mail_alias: added a filter on 'inactive' aliases (alias_name False) and
added a button to redirect to the related document if any

bzr revid: tde@openerp.com-20130409111158-bv04n5o01z9l3c17
2013-04-09 13:11:58 +02:00
Thibault Delavallée 1fe0a9afe9 [MERGE] Alias Visibility and Salesteams View. Improve the display of alias in form views and in empty list help messages. Improve the use, visibility and display of salesteams.
This revision adds a configuration in Settings/Sales: enable the use of sales team. If not enabled, users have access to Leads and Opportunities menus; Sales Teams menu is hidden, as well as all fields related to sales teams. If enabled, a Sales Teams menu is added that works as the Project menu. The new sales Teams kanban view allows to have an overview of the sales team (leads, opportunities, quotations, sales orders, invoices). Clicking on a link of the kanban vignette redirect to the related list/kanban view, filtered by the chosen sales team.

This revision also improves the display of help message (also shown for empty kanban views) for leads, opportunities, tasks, issues, applicants. It displays the current sales team / project / job alias, or a default alias if no context is provided.

bzr revid: tde@openerp.com-20130405151914-8892yfmsmr2xwbbk
2013-04-05 17:19:14 +02:00
Thibault Delavallée d50b159f81 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20130405111048-kqxll4mdwnsq2r8o
2013-04-05 13:10:48 +02:00
Thibault Delavallée 034d244be6 [REF] crm, hr, project: refactored kanban/form html/css to be cleaner and remove custom CSS. kanban specific css for aliases has been moved into web_kanban.
bzr revid: tde@openerp.com-20130405110737-xhdgxodrffqtfrzp
2013-04-05 13:07:37 +02:00
Thibault Delavallée c934ab4a7a [IMP] mail_group, hr_job: added aliases always visible in form view.
bzr revid: tde@openerp.com-20130329101857-ryp7jtzo475g73kf
2013-03-29 11:18:57 +01:00
Christophe Matthieu ae30f8fff3 [MERGE] from trunk
bzr revid: chm@openerp.com-20130320125517-jv2ot85iypncoesj
2013-03-20 13:55:17 +01:00
Christophe Matthieu 4493f81e7e [FIX] mail alias: remove space for alias in mail group view
bzr revid: chm@openerp.com-20130301141302-2nw49e0mitwhc1ma
2013-03-01 15:13:02 +01:00
Thibault Delavallée 94c07f4d6e [IMP] mail: mail_group chatter placeholder improvement.
bzr revid: tde@openerp.com-20130226100206-yqzmnn02yfupd438
2013-02-26 11:02:06 +01:00
Christophe Matthieu 18da8cdc5b [IMP] crm,project,mail: css for alias
bzr revid: chm@openerp.com-20130201115642-n1wijg4exsibju84
2013-02-01 12:56:42 +01:00
Christophe Matthieu a92bacb55c [IMP] alias: make chatter and aliases feature more user friendly and visible to the users. Delete res_config for display option: create leads/issue from incoming emails
bzr revid: chm@openerp.com-20130129100756-40z640jwo18z9qcj
2013-01-29 11:07:56 +01:00
Thibault Delavallée 6b893e4a1a [FIX] mail_group: fixed client action, no more Unread messages, send or log -> composition box with a correct message.
bzr revid: tde@openerp.com-20130327095822-m3m2jiwpsa6y5qvi
2013-03-27 10:58:22 +01:00
vta vta@openerp.com 76417f249f [MERGE] trunk-improve_portal-vta.
bzr revid: vta@openerp.com-20121129090801-mheiq7yb3h24onqf
2012-11-29 10:08:01 +01:00
Fabien Pinckaers 70c499a4d8 [IMP] lead form view, group form, project_gtd not an app
bzr revid: fp@tinyerp.com-20121124175319-35lipyk2wj8w9mmh
2012-11-24 18:53:19 +01:00
vta vta@openerp.com 946a5e700d [FIX] Remove remaining message_followers widget.
bzr revid: vta@openerp.com-20121121135721-rqjd3x4d2bdu4a7i
2012-11-21 14:57:21 +01:00
Christophe Matthieu 3918c05a37 [MERGE] from trunk
bzr revid: chm@openerp.com-20121115101056-m96xojis7lky8xcn
2012-11-15 11:10:56 +01:00
Fabien Pinckaers 0cca84f1f7 [IMP] views
bzr revid: fp@tinyerp.com-20121115083400-i18b1yxfkq6j7y70
2012-11-15 09:34:00 +01:00
Christophe Matthieu a43662d125 [IMP] mail: change the header title and description for each mailbox and group discussion
bzr revid: chm@openerp.com-20121114122033-dl70fqty2kbd5gj1
2012-11-14 13:20:33 +01:00
Fabien Pinckaers 4b0b9a54bb [FIX] group follow buttons
bzr revid: fp@openerp.com-20121112231909-sjkldv9bplwphzh5
2012-11-13 00:19:09 +01:00
Fabien Pinckaers 87326d2564 fix
bzr revid: fp@openerp.com-20121112231512-q23jkuckdnglweeo
2012-11-13 00:15:12 +01:00
Fabien Pinckaers 5854861cf5 [IMP] mail group view
bzr revid: fp@openerp.com-20121112230418-nhvk886m3rzbglmg
2012-11-13 00:04:18 +01:00
Fabien Pinckaers 6e2f3e7b84 [IMP] join -> join group
bzr revid: fp@openerp.com-20121112225301-jovaktczma0vf6mh
2012-11-12 23:53:01 +01:00
Fabien Pinckaers c3148e3097 [IMP] mail group: CSS
bzr revid: fp@openerp.com-20121112225207-e55skxtvybgfe0x7
2012-11-12 23:52:07 +01:00
Frédéric van der Essen 7cdf99ade1 [IMP] mail: improved display of openchatter in form views
bzr revid: fva@openerp.com-20121026095821-c3idarsd5yi9fzso
2012-10-26 11:58:21 +02:00
Antony Lesuisse 6dd16f2613 [MERGE] trunk
bzr revid: al@openerp.com-20120930141638-bw50m7b5a8wnu2yh
2012-09-30 16:16:38 +02:00
Antonin Bourguignon 8683ea9c6d [MERGE] trunk
bzr revid: abo@openerp.com-20120928152152-p6s1dzq96g0sy2sf
2012-09-28 17:21:52 +02:00
Fabien Pinckaers 0272743218 [FIX] group creation by normal employees
bzr revid: fp@tinyerp.com-20120925083811-mroiaj30jnc2y9yr
2012-09-25 10:38:11 +02:00
Christophe Matthieu f47111449c [IMP] mail_follower: unique field widget, sub-types on click
bzr revid: chm@openerp.com-20120924095616-keuji387bvy6pmcs
2012-09-24 11:56:16 +02:00
Christophe Matthieu fa63653de9 [MERGE] from trunk-mail-mail-rules-tde
bzr revid: chm@openerp.com-20120921095037-czl4s3v0do11yhkq
2012-09-21 11:50:37 +02:00
Thibault Delavallée 1206b8f7a0 [IMP] Addons: added message_is_follower and message_subtype_data invisible fields to all views using Chatter and Followers widgets.
bzr revid: tde@openerp.com-20120920115900-vvpfhjvw135vhf91
2012-09-20 13:59:00 +02:00
Thibault Delavallée 7f309d2df0 [FIX] Mail: fixed mail_followers widget, now taking into account crash when reading message_follower_ids, to disply only the number of followers, when the user does not have read access on the partners (ex: portal members).
bzr revid: tde@openerp.com-20120917150129-7ahagbvopo2iqoe5
2012-09-17 17:01:29 +02:00
Olivier Dony 41e16c6592 [MERGE] sync with trunk
bzr revid: odo@openerp.com-20120905163135-9f6q0ghri1kq6z75
2012-09-05 18:31:35 +02:00
niv-openerp 5126f6ff6e wip
bzr revid: nicolas.vanhoren@openerp.com-20120904163725-ptsij09rve8j3txs
2012-09-04 18:37:25 +02:00
Thibault Delavallée fd2a413969 [FIX] [CLEAN] mail_thread: misc cleanup (comments, vars, typo). Fixed subscriber API. It now handles a read_back key in context to return the new value of the field. The purpose is to use it in mail_followers widget, that behaves asynchronously compared to the form_view, and that need updated values after subscribing a user. Updated mail_followers widget, cleaned its code. Updated mail_group with wrappers on message_subscriber_users, because it was setting user_ids as context.
bzr revid: tde@openerp.com-20120904133648-plsziijac64lw4de
2012-09-04 15:36:48 +02:00
Thibault Delavallée 48c081f271 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120904075142-4xnbxyf52ph0jezj
2012-09-04 09:51:42 +02:00
Fabien Pinckaers ef307f1497 [NEW] First version of sticky notes module
bzr revid: fp@openerp.com-20120903223741-2buu5a361pq4kbko
2012-09-04 00:37:41 +02:00
Fabien Pinckaers e20d096a26 [IMP] class on projects
bzr revid: fp@tinyerp.com-20120903120621-cv1k580qiexrq1i7
2012-09-03 14:06:21 +02:00
Thibault Delavallée c14a11482c [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120831074032-3b41p3qnuknfv461
2012-08-31 09:40:32 +02:00
Fabien Meghazi 6e80e425d1 [IMP] Use 'open' action in kanban views
bzr revid: fme@openerp.com-20120829114847-dzvqs8gaas03ma5b
2012-08-29 13:48:47 +02:00
Fabien Pinckaers 08f22c7411 fix
bzr revid: fp@tinyerp.com-20120823142622-8dsevh9eqarj1nht
2012-08-23 16:26:22 +02:00
Thibault Delavallée 49596ebe91 [IMP] mail_thread: message_is_follower field is now calculated with other functional fields (message_summary and message_read). Cleaned message_subscribe and message_unsubscribe. Added deletion of followers when unlinking a record. Propagated change in mail_group view.
bzr revid: tde@openerp.com-20120822110313-is3p1h4s2e8c4hbm
2012-08-22 13:03:13 +02:00
Antonin Bourguignon 6dd74a31b0 [IMP] rename some of the mail menuitems
bzr revid: abo@openerp.com-20120820172348-t1i0r9lwkid0796v
2012-08-20 19:23:48 +02:00
Thibault Delavallée bb3c9d573f [CLEAN] mail views: cleaned names, removed dead and not necessary code.
bzr revid: tde@openerp.com-20120820155124-iyve6xumamearb11
2012-08-20 17:51:24 +02:00
Thibault Delavallée 12cf6b614a [FIX] mail_group_view: fixed missing field declaratrion in kanban view.
bzr revid: tde@openerp.com-20120820133838-biep91sf0eb2fds2
2012-08-20 15:38:38 +02:00
Fabien Pinckaers 17c295a964 [IMP] removing some options and requirement of ds_thread
bzr revid: fp@openerp.com-20120819175309-9c3bl70yg10mmkqr
2012-08-19 19:53:09 +02:00