Commit Graph

35899 Commits

Author SHA1 Message Date
Thibault Delavallée b87449840e [DOC] Small update.
bzr revid: tde@openerp.com-20120420100751-55lnmbrygn1cln8v
2012-04-20 12:07:51 +02:00
Thibault Delavallée 4e5b58ce27 [DOC] Small mail doc update.
bzr revid: tde@openerp.com-20120420095301-v2k16q9nvmq2myqp
2012-04-20 11:53:01 +02:00
Thibault Delavallée 318ef517ab [REF] mail.message.common model: renamed subtype to content_subtype. Purpose: make a distinction between content and message model. Type and subtype will be used to distinguish messages, content_subtype to distinguish the content itself.
bzr revid: tde@openerp.com-20120420093645-tt78zzrmq2nxomvb
2012-04-20 11:36:45 +02:00
Thibault Delavallée 7a4ca1338c [ADD] Chatter widget: added links to hide a thread or a subtype. Only links, not functional currently, because logic is not implemented.
bzr revid: tde@openerp.com-20120420084241-02l4tfifzxjd88go
2012-04-20 10:42:41 +02:00
Thibault Delavallée caba5db34b [ADD] mail.message: added a message_subtype field, that will contain more precise data about the type of content. Example: create, cancel, ... Purpose: being able to filter (hide) a given content type.
bzr revid: tde@openerp.com-20120419162050-6uq495s94i4etnbp
2012-04-19 18:20:50 +02:00
Thibault Delavallée ae0dbd2145 [ADD] mail.group: added a 'models' field, to link groups to models. Purpose: group will be able to aggregate messages, and users following the group will receive notifications. Example: being able to follow all leads.
bzr revid: tde@openerp.com-20120419155339-etlzmi5jo5d8iwgf
2012-04-19 17:53:39 +02:00
Thibault Delavallée 491e8ad9f6 [ADD] mail.subscription.hide: added views and menu entry.
bzr revid: tde@openerp.com-20120419153825-xodlfiotdgdmco30
2012-04-19 17:38:25 +02:00
Thibault Delavallée 4a9e3512c5 [ADD] mail: added mail.subscription.hide model. This will holds the hiden notification subtypes.
bzr revid: tde@openerp.com-20120419152644-u3t5y18s0w7r5ton
2012-04-19 17:26:44 +02:00
Thibault Delavallée ac2b16e2ad [MERGE] Merged addon-side branch of feature 'fonts=..' in tree views. This comes with server and web branches already merged. It is used to display in bold records that have an need_action for the current user, in tree views, for addons inheriting from ir.needaction_mixin.
bzr revid: tde@openerp.com-20120419141539-qw4dhetbqnzm213q
2012-04-19 16:15:39 +02:00
niv-openerp 9ca448c1e8 [imp] Changed some names to improve framework comprehension
bzr revid: nicolas.vanhoren@openerp.com-20120419134341-b6rcx58lghgvayia
2012-04-19 15:43:41 +02:00
Thibault Delavallée 2c036b0977 [MERGE] Merged with main addons.
bzr revid: tde@openerp.com-20120419124615-i8yn739lifgts8p6
2012-04-19 14:46:15 +02:00
Xavier Morel d39f8a63ba [FIX] project_planning: correctly forward count parameter for search override
bzr revid: xmo@openerp.com-20120419115203-okiu2buyc9ci1bl4
2012-04-19 13:52:03 +02:00
Thibault Delavallée b79c25ccfd [MERGE] Merged web-side branch of feature allowing to use 'fonts=bold:expression' in list views. This comes with a server branch to add the 'fonts' attribute in RNG, and an addon branch using this feature with the need_action mechanism.
bzr revid: tde@openerp.com-20120419114557-mv7uf9h5p2i5t3os
2012-04-19 13:45:57 +02:00
Sbh (Openerp) b936b62275 [MERGE] Merge changes for bold the record based on needaction_pending
bzr revid: sbh@tinyerp.com-20120419102502-onn2o3uxg9w9xm2t
2012-04-19 15:55:02 +05:30
Turkesh Patel (Open ERP) 3ebc3652ff [IMP] mrp:improved code for tree view
bzr revid: tpa@tinyerp.com-20120419101638-ltl5621fdkyyv8yr
2012-04-19 15:46:38 +05:30
Kuldeep Joshi (OpenERP) b657cdb967 [IMP]hr_recruitment, hr_holidays: add treeview fonts bold
bzr revid: kjo@tinyerp.com-20120419100855-7tomt33drutwkpvy
2012-04-19 15:38:55 +05:30
Turkesh Patel (Open ERP) a326d17fab [IMP] purchase:improved code for tree view
bzr revid: tpa@tinyerp.com-20120419100653-1mwb6lao6oz0kf9p
2012-04-19 15:36:53 +05:30
Turkesh Patel (Open ERP) 055de194f1 [IMP] crm,sale:improved code for tree view
bzr revid: tpa@tinyerp.com-20120419095954-dx9quzex5k1d2ylb
2012-04-19 15:29:54 +05:30
Turkesh Patel (Open ERP) 6589bfeb81 [MRG] merge with main branch.
bzr revid: tpa@tinyerp.com-20120419095819-o07ywcs2qnx6s4tm
2012-04-19 15:28:19 +05:30
Turkesh Patel (Open ERP) 217cf2e14b [IMP] set proper indentation
bzr revid: tpa@tinyerp.com-20120419095646-p1q0u7jny2740ms3
2012-04-19 15:26:46 +05:30
Kuldeep Joshi (OpenERP) b55d7abf1c [IMP]project,project_issue: add listview bold feature
bzr revid: kjo@tinyerp.com-20120419094852-w5s0evbdt2z4nf8x
2012-04-19 15:18:52 +05:30
Thibault Delavallée 40e6aee377 [MERGE] Merged branch holding improvements and fixes about OpenChatter. Main modifications: css cleaning, feeds icon bug fix, message datetime management. Doc has also be updated even if it is not yet finished.
bzr revid: tde@openerp.com-20120419092435-stvju5o1d47wdqv6
2012-04-19 11:24:35 +02:00
Turkesh Patel (Open ERP) 19b67100da [MRG] merge with main branch
bzr revid: tpa@tinyerp.com-20120419091617-wcl0cw2lvgmd1iyj
2012-04-19 14:46:17 +05:30
Xavier Morel a8e48a2817 [FIX] forgotten root rename
bzr revid: xmo@openerp.com-20120419091552-8jqbyhwk6c9rqi0e
2012-04-19 11:15:52 +02:00
Thibault Delavallée 8ef72c59e6 [FIX] Dates on message are now displayed according to the user timezone.
bzr revid: tde@openerp.com-20120419085838-awmxdqjbsb8qyi38
2012-04-19 10:58:38 +02:00
Antony Lesuisse 9adb867204 [MERGE] pad fix
bzr revid: al@openerp.com-20120419084750-4msah8qgeft92vgi
2012-04-19 10:47:50 +02:00
Antony Lesuisse 08901b1393 [FIX] pad action
bzr revid: al@openerp.com-20120419084650-clu7oke9rz6me6pi
2012-04-19 10:46:50 +02:00
Antony Lesuisse ff16b9c988 [FIX] pad
bzr revid: al@openerp.com-20120419082815-3rkd76h0bztnb3p1
2012-04-19 10:28:15 +02:00
Xavier Morel cafb491afc [MERGE] model-backed datasets
bzr revid: xmo@openerp.com-20120419081433-6tmpdfum79lixxah
2012-04-19 10:14:33 +02:00
Xavier Morel e7ab44929f [MERGE] from trunk
bzr revid: xmo@openerp.com-20120419081213-m3fhofkgydj6gp1m
2012-04-19 10:12:13 +02:00
Thibault Delavallée 4b9dfed786 [FIX] Wrong var name due to copy and paste.
bzr revid: tde@openerp.com-20120419075354-ympww3kc0xw35vpb
2012-04-19 09:53:54 +02:00
Thibault Delavallée be1ed68742 [MERGE] Merged with main addons.
bzr revid: tde@openerp.com-20120419075256-dxo1vpvt7pnwv6xb
2012-04-19 09:52:56 +02:00
Launchpad Translations on behalf of openerp 75daaf4123 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120419043835-l1vrldcmgh9o6s0c
2012-04-19 04:38:35 +00:00
Antony Lesuisse 0b367fea81 [IMP] board move admin dashboard menuitem
bzr revid: al@openerp.com-20120418234134-4qjfl4n0b5bhs1zr
2012-04-19 01:41:34 +02:00
Antony Lesuisse 2199a94c82 [FIX] auditrail will soon remove menu audit from server
bzr revid: al@openerp.com-20120418223759-h1r3ge8moilsyqi0
2012-04-19 00:37:59 +02:00
Antony Lesuisse f2e684a4de [IMP] auditrail cleanup menu definition
bzr revid: al@openerp.com-20120418221907-tmx66nhnzxz7roc9
2012-04-19 00:19:07 +02:00
Antony Lesuisse e73f094c02 [FIX] crm dashboard look
bzr revid: al@openerp.com-20120418220127-32gqjgm3ymall0wi
2012-04-19 00:01:27 +02:00
Antony Lesuisse f5c37eabe9 [IMP] open in a new tab on menuitems
bzr revid: al@openerp.com-20120418213541-c88pw8hm81rht4rw
2012-04-18 23:35:41 +02:00
Antony Lesuisse a4be062420 [IMP] crm.lead proof of concept for empty lists. Leads empty list example.
bzr revid: al@openerp.com-20120418210508-613nm7wpm3qkhp2c
2012-04-18 23:05:08 +02:00
Antony Lesuisse 786f0f2243 [MERGE] empty lists arrow and help
bzr revid: al@openerp.com-20120418205424-vp0bj5djsou253wk
2012-04-18 22:54:24 +02:00
niv-openerp ebe86e63a4 [fix] small bug with m2o
bzr revid: nicolas.vanhoren@openerp.com-20120418163436-bhb1ueqdkzgtfl79
2012-04-18 18:34:36 +02:00
niv-openerp 93682f99db [fix] problem with text fields
lp bug: https://launchpad.net/bugs/979764 fixed

bzr revid: nicolas.vanhoren@openerp.com-20120418161047-8yzmvsiluszc0g78
2012-04-18 18:10:47 +02:00
Fabien Meghazi 70a48b74c9 [IMP] Improved layout outline debugging feature
bzr revid: fme@openerp.com-20120418161039-wztsy1ss7espeo8v
2012-04-18 18:10:39 +02:00
niv-openerp c7e392f18e [fix] problem sometimes when we delete a record
lp bug: https://launchpad.net/bugs/973627 fixed

bzr revid: nicolas.vanhoren@openerp.com-20120418155831-ps8erb3fqxgf0cix
2012-04-18 17:58:31 +02:00
niv-openerp 52848d03dd [fix] rare problem with o2m & buttons
lp bug: https://launchpad.net/bugs/965326 fixed

bzr revid: nicolas.vanhoren@openerp.com-20120418151844-6jlaggjrmz9sc05q
2012-04-18 17:18:44 +02:00
Fabien Meghazi 9ce87931f8 [FIX] Fixed m2o. (Sales/Customers form view could not open)
bzr revid: fme@openerp.com-20120418151705-1nmy4hey8v4bngnp
2012-04-18 17:17:05 +02:00
Thibault Delavallée fab959eda8 [FIX] Fixed wrong var name due to copy and paste.
bzr revid: tde@openerp.com-20120418150026-mxct64r1cuoq5131
2012-04-18 17:00:26 +02:00
niv-openerp 09b2ab7583 [fix] problem with format and parse
bzr revid: nicolas.vanhoren@openerp.com-20120418145003-vk8kkfgyp0y94hzm
2012-04-18 16:50:03 +02:00
niv-openerp ce0ea2fb9f [fix] removed sidebar in o2m
bzr revid: nicolas.vanhoren@openerp.com-20120418142714-gfq4f3lhjayo2qg9
2012-04-18 16:27:14 +02:00
niv-openerp b861606f84 [fix] problem with sidebar, removed all references to this.options.sidebar
bzr revid: nicolas.vanhoren@openerp.com-20120418142439-p63hdsfpgmmvayx5
2012-04-18 16:24:39 +02:00