Commit Graph

916 Commits

Author SHA1 Message Date
Christophe Matthieu 01cddc42a5 [IMP] project: help alias in bold
bzr revid: chm@openerp.com-20130205112209-nsn8m1fd3j8aje8j
2013-02-05 12:22:09 +01:00
Christophe Matthieu bd8cefa073 [IMP] project: use dynamic_help to add alias on help
bzr revid: chm@openerp.com-20130204150058-x2erdwbt71d1lz1p
2013-02-04 16:00:58 +01:00
Quentin (OpenERP) 7ec52bb84b [FIX] crm: at lead creation, take into account the type given in vals to find the stage_id (if not provided) + refactoring of create() of tasks, project issues and leads
bzr revid: qdp-launchpad@openerp.com-20130115100353-z35mqrwij936n54s
2013-01-15 11:03:53 +01:00
Olivier Dony ad70edb40b [FIX] mail_thread subclasses: message_new must not override the explicitly provided ``custom_values``
This was the case before, but was broken involuntarily during the
big mail refactoring for v7. The default values provided by
custom message_new methods should only be used as defaults.

bzr revid: odo@openerp.com-20130110172723-ym7mcmdllcucj0j3
2013-01-10 18:27:23 +01:00
Olivier Dony 77ebf01b1a [FIX] project.issue: incorrect params in super().message_update() call
bzr revid: odo@openerp.com-20130107111701-8tjcqla0u1x4ljcc
2013-01-07 12:17:01 +01:00
Thibault Delavallée 8da57cbd2e [IMP] crm, project, project_issue: reply_to address is now the alias of the parent section, project, project, if any.
bzr revid: tde@openerp.com-20130103170316-8n6d8u0h14dy4x48
2013-01-03 18:03:16 +01:00
Thibault Delavallée 9c6489d9a4 [FIX] crm, project, project_issue: fixed default_stage_id assignment, not overriding values in vals when writing.
bzr revid: tde@openerp.com-20130103101036-eroa3fd31dcqly8i
2013-01-03 11:10:36 +01:00
Quentin (OpenERP) 95dd819251 [FIX] project, project_issue: don't use context if you didn't check it's not equal to None... stupid me
bzr revid: qdp-launchpad@openerp.com-20121228143729-x2n47tfp50uf7se8
2012-12-28 15:37:29 +01:00
Chris Biersbach f96f20e4d3 [FIX] The default stage for issues and tasks is now correctly a draft stage of the project the issue or task belongs to.
bzr revid: cbi@openerp.com-20121228084527-ive0ope41di6bpjn
2012-12-28 09:45:27 +01:00
Thibault Delavallée e3c31cab9e [IMP] track_visibility atribute: moved onto explicit strings.
bzr revid: tde@openerp.com-20121220114730-nip8qaaajr5mqw6s
2012-12-20 12:47:30 +01:00
Thibault Delavallée fa36ac76ee [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121220091908-7qy8excmhe3ussi0
2012-12-20 10:19:08 +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 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
Quentin (OpenERP) 319908f1f6 [FIX] project: modifying the type of an analytic account wasn't working
bzr revid: qdp-launchpad@openerp.com-20121219134353-bsq71cu1ayvyn2tk
2012-12-19 14:43:53 +01:00
Fabien Pinckaers 065821dfd6 [MOD] use read() instead of browse
bzr revid: fp@tinyerp.com-20121218234907-j672neyvifmo4bur
2012-12-19 00:49:07 +01:00
Thibault Delavallée d24f297054 [REF] Project, task: added tracked fields, added modified auto subscription, removed now unnecessary chatter messages.
bzr revid: tde@openerp.com-20121218153601-advl23p0stjg5ylc
2012-12-18 16:36:01 +01:00
Thibault Delavallée b95b32d644 [MERGE] Merged branch holding subtype work by APA.
bzr revid: tde@openerp.com-20121218131142-2jb6wac6y9q6dc7v
2012-12-18 14:11:42 +01:00
Thibault Delavallée 2dbe4a696e [MERGE] Sync wirth trunk.
bzr revid: tde@openerp.com-20121218093241-y0id5g1r1k6yok42
2012-12-18 10:32:41 +01:00
Cecile Tonglet 15fe515601 [MERGE] From trunk
bzr revid: cto@openerp.com-20121217144306-tkodwpox30cuvb28
2012-12-17 15:43:06 +01:00
Thibault Delavallée 6d2a0d270f [MERGE] Merged lp:~openerp-dev/openobject-addons/trunk-tracked-fields-chs, with some selective choices.
bzr revid: tde@openerp.com-20121217095510-8upbg071esk5hlk1
2012-12-17 10:55:10 +01:00
Foram Katharotiya (OpenERP) 1f2f15c51d [IMP] update followers
bzr revid: fka@tinyerp.com-20121217091402-pylrooffkzykcnu9
2012-12-17 14:44:02 +05:30
Foram Katharotiya (OpenERP) 7608fe70de [IMP] add generic method _subscribe_followers_subtype in mail_thread & remove method in all module
bzr revid: fka@tinyerp.com-20121217073817-8kmp0j3kn39gyrwg
2012-12-17 13:08:17 +05:30
Foram Katharotiya (OpenERP) 6ebeb076c3 [MERGE] with trunk
bzr revid: fka@tinyerp.com-20121217051643-o8j4hz7w8thwbymi
2012-12-17 10:46:43 +05:30
Sanjay Gohel (Open ERP) de45fd4fc1 [MERGE]with trunk
bzr revid: sgo@tinyerp.com-20121217050659-q5w6zwefizgjv4fd
2012-12-17 10:36:59 +05:30
Fabien Pinckaers 1be0da09b3 [FIX] project small stuff: star, search on tags, #documents
bzr revid: fp@tinyerp.com-20121215101227-jb4z7hu57p2q11b4
2012-12-15 11:12:27 +01:00
Foram Katharotiya (OpenERP) c9ab0fc392 [MERGE] with trunk
bzr revid: fka@tinyerp.com-20121214045839-1f2nt6t138t8f4uo
2012-12-14 10:28:39 +05:30
Fabien Pinckaers a32f7d22b5 [IMP] typo
bzr revid: fp@tinyerp.com-20121213155202-fmfock0x4q0a0we1
2012-12-13 16:52:02 +01:00
Fabien Pinckaers 0f43de3144 [IMP] visible handle in the list of projects
bzr revid: fp@tinyerp.com-20121213151418-yq1grgu6n1xw5dsl
2012-12-13 16:14:18 +01:00
Sanjay Gohel (Open ERP) 26fd182e32 [MERGE]merge with trunk
bzr revid: sgo@tinyerp.com-20121211063215-44s68mudkztyy56b
2012-12-11 12:02:15 +05:30
Foram Katharotiya (OpenERP) 38e578d2c0 [MERGE] with trunk
bzr revid: fka@tinyerp.com-20121211045123-gi4y8dsm3fxq1lii
2012-12-11 10:21:23 +05:30
Fabien Pinckaers 2f96683e20 [IMP] contract management
bzr revid: fp@tinyerp.com-20121210192810-eff3qaqn90vgl5q3
2012-12-10 20:28:10 +01:00
Vo Minh Thu 6072fd11af [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121210111654-0pm3pupnqqeip52n
2012-12-10 12:16:54 +01:00
Sanjay Gohel (Open ERP) 510af53747 [MERGE]with trunk
bzr revid: sgo@tinyerp.com-20121210050956-qie5jf94xvgogiaq
2012-12-10 10:39:56 +05:30
Foram Katharotiya (OpenERP) 955f2588a2 [MERGE] with trunk
bzr revid: fka@tinyerp.com-20121210045724-sk2hk8mmi8iahfwn
2012-12-10 10:27:24 +05:30
Fabien Pinckaers 1ba06876db [MERGE] improvements in projects
bzr revid: fp@tinyerp.com-20121208111857-9q0f7v09z2mvdu8v
2012-12-08 12:18:57 +01:00
Olivier Dony 5db87bea9c [MERGE] Bugfixes from 6.1 until revision 6800
bzr revid: odo@openerp.com-20121206153856-9y9v8ok6yxo6l5f0
2012-12-06 16:38:56 +01:00
Vo Minh Thu ca89ae8f71 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206151316-u1eqx41ltjpz2lrd
2012-12-06 16:13:16 +01:00
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Atul Patel (OpenERP) ce19fb4689 [FIX]: Fix task problem in kanban view
bzr revid: atp@tinyerp.com-20121205113440-tgwb5cpr33fumlfo
2012-12-05 17:04:40 +05:30
RGA(OpenERP) 6032365479 [FIX] project.task search override: search on project template return it's task which is skip by orm because project template task has active: false
bzr revid: rgaopenerp-20121204071154-n5pfqubx0z9qfd0w
2012-12-04 12:41:54 +05:30
Sanjay Gohel (Open ERP) c91da1fb35 [MERGE]merge with latest trunk
bzr revid: sgo@tinyerp.com-20121203132425-umzbdj5gm6m29b6c
2012-12-03 18:54:25 +05:30
Thibault Delavallée 300e802490 [IMP] [REVIEW] project: cleaned subtypes, added comments in data files. Updated messages body to have shorter sentences.
bzr revid: tde@openerp.com-20121203113906-g0nhtn9j22d3lf0b
2012-12-03 12:39:06 +01:00
Thibault Delavallée c3a3492848 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121203093454-lf21qlsuse1ve8ro
2012-12-03 10:34:54 +01:00
Fabien Pinckaers 33048d7c79 [IMP] merge addons23
bzr revid: fp@openerp.com-20121130100516-r0gspmovo8ebdqi0
2012-11-30 11:05:16 +01:00
Fabien Pinckaers bd61641572 [FIX] project issue
bzr revid: fp@tinyerp.com-20121129130655-rm5hrk8m7tsy8g4v
2012-11-29 14:06:55 +01:00
Fabien Pinckaers 93eddbd4a8 [IMP] fixes for kanban column visible in tasks & issues
bzr revid: fp@tinyerp.com-20121129112737-w3h80e7nbxs0l5lp
2012-11-29 12:27:37 +01:00
Sanjay Gohel (Open ERP) 4080fc712c [IMP]remove unused messge post
bzr revid: sgo@tinyerp.com-20121128121126-s9n0910qjcgc66pt
2012-11-28 17:41:26 +05:30
Sanjay Gohel (Open ERP) ccd78ad745 [IMP] remove message post for stage change and implement subtype on changed stage
bzr revid: sgo@tinyerp.com-20121126055541-nh8wjs35wviiybks
2012-11-26 11:25:41 +05:30
Foram Katharotiya (OpenERP) c5c6279a28 [IMP] improve code
bzr revid: fka@tinyerp.com-20121122124648-t38mpzva7uf4jsfy
2012-11-22 18:16:48 +05:30
Randhir Mayatra (OpenERP) 01636ac48b [IMP] improve the code
bzr revid: rma@tinyerp.com-20121122071522-ck8a1hyhszqlzd0j
2012-11-22 12:45:22 +05:30
Sanjay Gohel (Open ERP) b2be129ead [IMP]tracked project task fields
bzr revid: sgo@tinyerp.com-20121122052635-vutkm8h23gc6t171
2012-11-22 10:56:35 +05:30
Randhir Mayatra (OpenERP) c57028fdd3 [IMP] remove the cancelled subtype in project task and issue
bzr revid: rma@tinyerp.com-20121121103820-ieoqpx0g0rghbav7
2012-11-21 16:08:20 +05:30
Randhir Mayatra (OpenERP) d936c69aaa [IMP] remove the cancelled subtype in project
bzr revid: rma@tinyerp.com-20121121095140-qkjkvyqfqpoa9i50
2012-11-21 15:21:40 +05:30
Randhir Mayatra (OpenERP) 7b27d67bc4 [IMP] make changes into project
bzr revid: rma@tinyerp.com-20121121062518-c8dna23myzgwgbgb
2012-11-21 11:55:18 +05:30
Randhir Mayatra (OpenERP) d2a53149c1 [MERGE] merge with trunk
bzr revid: rma@tinyerp.com-20121121045840-g7wwhicdnqhofi81
2012-11-21 10:28:40 +05:30
Divyesh Makwana (Open ERP) 0eb1d5ba65 [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20121120115512-l36ib5zrd7odkj0x
2012-11-20 17:25:12 +05:30
Randhir Mayatra (OpenERP) cf50a968b6 [IMP] change the subtype in project issue
bzr revid: rma@tinyerp.com-20121120104556-hta7g7z27aa9jgl9
2012-11-20 16:15:56 +05:30
Randhir Mayatra (OpenERP) fd598ba6ff [IMP] add the subtypes in project tasks
bzr revid: rma@tinyerp.com-20121120071715-ap0xs1aw8sfx66q6
2012-11-20 12:47:15 +05:30
Thibault Delavallée 62af1f1883 [FIX] addons: fixed calls to command_re.
bzr revid: tde@openerp.com-20121119132509-dyes929xalp0pgcj
2012-11-19 14:25:09 +01:00
Tejas Tank 6073fdc425 [Fix]: As a project/user, try to create a project from the project field of the task form, get traceback.
bzr revid: tta@openerp.com-20121119101518-wgxpkgbtp6ba3dx5
2012-11-19 15:45:18 +05:30
Fabien Pinckaers fa769d4d53 [MERGE] fix when scheduling project without start date'
bzr revid: fp@tinyerp.com-20121113075426-vrg3dnretxlf11ec
2012-11-13 08:54:26 +01:00
Fabien Pinckaers 49a5450508 [MERGE] fix translated message when deleting project
bzr revid: fp@tinyerp.com-20121112084248-pmns12j5fnhpgwo1
2012-11-12 09:42:48 +01:00
Ajay Chauhan (OpenERP) dc499d7402 [MERGE] merge with lp:openobject-addons
bzr revid: cha@tinyerp.com-20121109131831-n8ppcfjlhdrerreq
2012-11-09 18:48:31 +05:30
Ajay Chauhan (OpenERP) 2dc6914649 [IMP] project: match indetation in code
bzr revid: cha@tinyerp.com-20121109091552-0kakdezzs2h24xus
2012-11-09 14:45:52 +05:30
Ajay Chauhan (OpenERP) e5b6b3f7e0 [FIX] project: solve traceback on clicking 'Documents' button
bzr revid: cha@tinyerp.com-20121109083903-d8fk1yw5823u8q8k
2012-11-09 14:09:03 +05:30
Fabien Pinckaers a19b7ceb27 [IMP] project reevaluate task when reopening
bzr revid: fp@tinyerp.com-20121108100947-tktayv1tt0by059z
2012-11-08 11:09:47 +01:00
Foram Katharotiya (OpenERP) 0710ad8a67 [IMP] remove context
bzr revid: fka@tinyerp.com-20121106064613-ky6ujndnxpzlygwy
2012-11-06 12:16:13 +05:30
Amit Patel 018115c1e1 [MERGE]:merged rma's branch
bzr revid: apa@tinyerp.com-20121105104145-9m9bhnuuuy68a55w
2012-11-05 16:11:45 +05:30
Randhir Mayatra (OpenERP) da33e29cd9 [IMP] remove the reactive wizard when time estimation group are not selected
bzr revid: rma@tinyerp.com-20121105103546-19saqv77olaza4u0
2012-11-05 16:05:46 +05:30
Randhir Mayatra (OpenERP) 241dd4188e [MERGE] merge with parent branch
bzr revid: rma@tinyerp.com-20121105093202-rwm0n5in43bym7ye
2012-11-05 15:02:02 +05:30
Fabien Pinckaers 88bb090baa [MERGE] English typos
bzr revid: fp@openerp.com-20121102174200-wg7p02quakvby09j
2012-11-02 18:42:00 +01:00
Thibault Delavallée 93976b33f9 [DOC] Added some comments.
bzr revid: tde@openerp.com-20121102160734-gbh3iox0zb9hign7
2012-11-02 17:07:34 +01:00
Thibault Delavallée 3450efc109 [FIX] project_issue: fixed subtype implementation, about followers of project automatically following issues. Updated subtype names.
bzr revid: tde@openerp.com-20121102154154-o8dpil045ub2spbd
2012-11-02 16:41:54 +01:00
Thibault Delavallée d8a67f02f8 [FIX] project: fixed auto-follow for task and cleaned code. Also fixed subtype name and related models, as well as comment, now Discussions.
bzr revid: tde@openerp.com-20121102152430-mww1cqcjiluuhtvv
2012-11-02 16:24:30 +01:00
Thibault Delavallée ec906e2f02 [MERGE] Sync with addons/trunk.
bzr revid: tde@openerp.com-20121102145711-qyht7qj9s1gfb21a
2012-11-02 15:57:11 +01:00
Fabien Pinckaers 75407d52fd [MERGE] project improvemrents: docs
bzr revid: fp@tinyerp.com-20121102080836-q0435djnu2xl89xo
2012-11-02 09:08:36 +01:00
Somesh Khare(OpenERP) eb4b42e85f [FIX]project: Error when no date given in the selected project in Scheduling Task Wizard and Press Compute button
bzr revid: mma@tinyerp.com-20121101133024-cvg0lixafru3arjm
2012-11-01 19:00:24 +05:30
RGA(OpenERP) f816f75de9 [IMP] Add context for set default value of document
bzr revid: rgaopenerp-20121101115757-6vl76bt4mjqe37us
2012-11-01 17:27:57 +05:30
Mayur Maheshwari (OpenERP) 6024802408 [FIX]project: Removed *args and **kwargs from unlink method and add context as it was not able to translate
bzr revid: mma@tinyerp.com-20121101090756-9pagfz23l2i20214
2012-11-01 14:37:56 +05:30
RGA(OpenERP) f51bf32516 [IMP] refectore code
bzr revid: rgaopenerp-20121031053953-32jg6wg27pxonclj
2012-10-31 11:09:53 +05:30
Hiral Patel (OpenERP) 5f12c5732e [IMP] Change tooltip to 'Ready for next stage' instead of 'Ready to Pull'
bzr revid: hip@tinyerp.com-20121031045346-rlvom6vymxftjx40
2012-10-31 10:23:46 +05:30
RGA(OpenERP) 3d7067d2a7 Merge with lp:~openerp-dev/openobject-addons/trunk-addons_project-task-hip
bzr revid: rgaopenerp-20121030133616-f8cbc064pnrdn309
2012-10-30 19:06:16 +05:30
RGA(OpenERP) 7d4d1e346a [IMP] project kanban: add link to dispalay related docs with it's count
bzr revid: rgaopenerp-20121030133222-3mq4l2frtdvmeo1q
2012-10-30 19:02:22 +05:30
Hiral Patel (OpenERP) 48417bd695 [MERGE] Merge with lp:~openerp-dev/openobject-addons/trunk-project-10click-rga
bzr revid: hip@tinyerp.com-20121030124512-uxnp6bta5gk8zbmg
2012-10-30 18:15:12 +05:30
Hiral Patel (OpenERP) 4ceda106d2 [IMP] Add the colour for star when priority is very high
bzr revid: hip@tinyerp.com-20121030102916-tm1goftrzhqc96tg
2012-10-30 15:59:16 +05:30
RGA(OpenERP) 01c00da9c8 [IMP] Project: documents button should open only it's own attachment, rather than whole ir.attachment object
bzr revid: rgaopenerp-20121030072656-8jxtkcbvkuxl17la
2012-10-30 12:56:56 +05:30
Twinkle Christian (OpenERP) c5c50041bc [MERGE]Merge with project branch
bzr revid: tch@tinyerp.com-20121029060747-5zecetvjcug08y03
2012-10-29 11:37:47 +05:30
Fabien Pinckaers a7368145ca [MERGE] typo
bzr revid: fp@openerp.com-20121024201424-98la8f2wkhfjrtae
2012-10-24 22:14:24 +02:00
Twinkle Christian (OpenERP) 3fa45da187 [IMP]Improve tooltip in Quatation
bzr revid: tch@tinyerp.com-20121023120415-b3eo9x5248hr6n7i
2012-10-23 17:34:15 +05:30
Quentin (OpenERP) 3555be5c56 [FIX] project: when delegating a task, do copy the task state too
bzr revid: qdp-launchpad@openerp.com-20121018125423-8qj0j380j7odvaz0
2012-10-18 14:54:23 +02:00
Quentin (OpenERP) 5795a34ec4 [FIX] project: state is not draft by default, but given by the stage
bzr revid: qdp-launchpad@openerp.com-20121018124949-97x6tc5tlvskfh3f
2012-10-18 14:49:49 +02:00
Mayur Maheshwari (OpenERP) 8346293d72 [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20121015090200-irfaskfn9i1p68j9
bzr revid: mma@tinyerp.com-20121016052513-vl56jxtp7xbpa2ry
2012-10-16 10:55:13 +05:30
Stephane Wirtel 2064311302 [FIX] project: set the right sql view
bzr revid: stw@openerp.com-20121012135429-xjic1fcwcp0e9upj
2012-10-12 15:54:29 +02:00
Mayur Maheshwari (OpenERP) 0b87880029 [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012114258-w2q3hg1wb5wlt8wi
2012-10-12 17:12:58 +05:30
Quentin (OpenERP) f830a534d6 [MERGE] staging branch with several small fixes
bzr revid: qdp-launchpad@openerp.com-20121011171328-an6udr3wulgza86c
2012-10-11 19:13:28 +02:00
Quentin (OpenERP) 65d3b24726 [FIX] project: default type of analytic account must be 'contract'
bzr revid: qdp-launchpad@openerp.com-20121011150311-ycxbxe38930o6hl5
2012-10-11 17:03:11 +02:00
Antonin Bourguignon b54b785266 [IMP] make sure that the view is properly dropped before we re-create it
the REPLACE VIEW statement can generate type conflicts in case where the view's data types change between two updates

bzr revid: abo@openerp.com-20121011140430-0wgo70snzjhuxpyr
2012-10-11 16:04:30 +02:00
Antonin Bourguignon a297629286 [MERGE] trunk
bzr revid: abo@openerp.com-20121010111720-g9zzhyrywz1z9jdw
2012-10-10 13:17:20 +02:00
Antonin Bourguignon 9fa829ebca [FIX] replace the related field with a m2o field and adapt the requet in init() method
bzr revid: abo@openerp.com-20121010111649-11p1h305w6j7dwqf
2012-10-10 13:16:49 +02:00
Christophe Matthieu 4b941c580c [MERGE] from trunk-mail_subtype-atp
bzr revid: chm@openerp.com-20121010111206-ywwybe4bspt3ddu5
2012-10-10 13:12:06 +02:00
Olivier Dony e9d314646d [FIX] mail.thread subclasses: convert body to plaintext in message_new, as body is now HTML
Also disable the updating of the body when new messages
are received for project.issue records, because this
might discard important information that was manually
entered.

bzr revid: odo@openerp.com-20121009155420-72xvyhhiwd696upv
2012-10-09 17:54:20 +02:00
Olivier Dony 42ece6cdb7 [FIX] project: leftover typos in mail processing methods
bzr revid: odo@openerp.com-20121009103535-ohvpd1u81hcc5izi
2012-10-09 12:35:35 +02:00
Atul Patel (OpenERP) 74cfb3db10 [IMP]: Improve subtype state mapping in project
bzr revid: atp@tinyerp.com-20121003180417-wi7jy1veyj5fxygl
2012-10-03 23:34:17 +05:30
Atul Patel (OpenERP) 307b705a9f [IMP]: Add subtype to task and issue from project.
bzr revid: atp@tinyerp.com-20121003135828-cblz52ewh2lyc2ta
2012-10-03 19:28:28 +05:30
Nimesh (Open ERP) cfbb548717 [ADD] add suptype in task of the related project.
bzr revid: nco@tinyerp.com-20121003102718-vycgkv7y4odup01q
2012-10-03 15:57:18 +05:30
Fabien Pinckaers 55ae1c8b4b [FIX]
bzr revid: fp@openerp.com-20121002211234-z6rlmxjwf762zvjb
2012-10-02 23:12:34 +02:00
Fabien Pinckaers c93d70e919 [MERGE] chm - improved subtype - fixes
bzr revid: fp@openerp.com-20121002204023-8v3jf2n84xe2jol9
2012-10-02 22:40:23 +02:00
Antonin Bourguignon 2b2288a3bd [FIX] a few problems introduced with the last merge
bzr revid: abo@openerp.com-20121002111231-zo41jejkrm8afavu
2012-10-02 13:12:31 +02:00
Antonin Bourguignon 1653332080 [MERGE] trunk
bzr revid: abo@openerp.com-20121002102915-424prxd74izb1szw
2012-10-02 12:29:15 +02:00
Antony Lesuisse cb287a1964 [MERGE] trunk
bzr revid: al@openerp.com-20120930141653-rm3miqkgxam9ko4i
2012-09-30 16:16:53 +02:00
Antony Lesuisse 6dd16f2613 [MERGE] trunk
bzr revid: al@openerp.com-20120930141638-bw50m7b5a8wnu2yh
2012-09-30 16:16:38 +02:00
Fabien Pinckaers 917ec39f14 [IMP] project useability
bzr revid: fp@openerp.com-20120929195825-5prbl0e9liixztdi
2012-09-29 21:58:25 +02:00
Fabien Pinckaers 16d0e61259 [fIX] default state/stage when duplicating
bzr revid: fp@tinyerp.com-20120929084519-k88veru6m5osrst6
2012-09-29 10:45:19 +02:00
Fabien Pinckaers 0eee48d30a [MERGE] auto-follow Sales Team, Projet, HR Manager
bzr revid: fp@tinyerp.com-20120927191059-pug5mrft8f06uwux
2012-09-27 21:10:59 +02:00
Atul Patel (OpenERP) 1c1978fbb7 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120927041011-e90b4710saidnlcf
2012-09-27 09:40:11 +05:30
Atul Patel (OpenERP) d050d743ee [FIX]: override write method into hr module..
bzr revid: atp@tinyerp.com-20120926184445-3o03o0n4oxgprern
2012-09-27 00:14:45 +05:30
Atul Patel (OpenERP) feec62da0b [FIX]: Fix task name
bzr revid: atp@tinyerp.com-20120926172429-cvk8ueo1rg52a4ir
2012-09-26 22:54:29 +05:30
Atul Patel (OpenERP) f7c2177157 [IMP]: Improve write method for project
bzr revid: atp@tinyerp.com-20120926162225-io7szog9omvd0sx6
2012-09-26 21:52:25 +05:30
Atul Patel (OpenERP) 679c4284d0 [MERGE]: Merged with lp:openobject-addons
bzr revid: atp@tinyerp.com-20120925051541-np2wlz7jmfg127r0
2012-09-25 10:45:41 +05:30
Antonin Bourguignon 1fbb4a5c16 [IMP] handling of '(copy)' l10n
bzr revid: abo@openerp.com-20120924162645-z1h4l2mj6c8i6wr3
2012-09-24 18:26:45 +02:00
Atul Patel (OpenERP) 4199e2bfbb [MERGE]: Merged lp:~openerp-dev/openobject-addons/trunk-auto_follow-atp-sales_auto_follow-pja
bzr revid: atp@tinyerp.com-20120924125139-uaw26laihpyk4u7o
2012-09-24 18:21:39 +05:30
Atul Patel (OpenERP) 1283433051 [MERGE]: Merged lp:~openerp-dev/openobject-addons/trunk-auto_follow-atp-auto_follow_project-nco
bzr revid: atp@tinyerp.com-20120924120541-uczgc1r8vau96ae7
2012-09-24 17:35:41 +05:30
Nimesh (Open ERP) cbb3407f26 [IMP] improve code.
bzr revid: nco@tinyerp.com-20120924111449-ovy2a2bel0vn6jm6
2012-09-24 16:44:49 +05:30
Nimesh (Open ERP) 380b9040c5 [ADD] followers of the project are auto follower of issue
bzr revid: nco@tinyerp.com-20120924084456-5avy6a5nf1x32uwr
2012-09-24 14:14:56 +05:30
Nimesh (Open ERP) 76a1fc90e9 [ADD] followers of the project are auto follower of task
bzr revid: nco@tinyerp.com-20120924073347-dotwb5mifv4r7ap6
2012-09-24 13:03:47 +05:30
Thibault Delavallée cb806332be [FIX] subtype_xml_id -> subtype in message_post.
bzr revid: tde@openerp.com-20120920145405-vwi1kt1ttkd2w8sz
2012-09-20 16:54:05 +02:00
Thibault Delavallée 84fbc3b7da [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120920144900-isobpji9066sftj1
2012-09-20 16:49:00 +02:00
Thibault Delavallée e560a74cb5 [CLEAN] project: cleaned subtypes.
bzr revid: tde@openerp.com-20120919135423-ldfd3fx4wtyss7ae
2012-09-19 15:54:23 +02:00
Sanjay Gohel (Open ERP) b6e298534c [MERGE]merge with parent branch
bzr revid: sgo@tinyerp.com-20120913053647-12otf3bev3rap3l7
2012-09-13 11:06:47 +05:30
Sanjay Gohel (Open ERP) a807b57f4e [MERGE]merge with trunk addons
bzr revid: apa@tinyerp.com-20120911054811-24s3e1perqf7x1wo
bzr revid: apa@tinyerp.com-20120911084547-trlru6t8r1dv1yhd
bzr revid: apa@tinyerp.com-20120912050215-glxhb94pu2aed5fz
bzr revid: apa@tinyerp.com-20120913050959-re58fqvnaqrhgzg0
bzr revid: sgo@tinyerp.com-20120914053201-khnzm9ei7rpjcp7u
2012-09-14 11:02:01 +05:30
Sanjay Gohel (Open ERP) 6f0b8abe31 [IMP]account,project,project_issue: changed as per new spec
bzr revid: sgo@tinyerp.com-20120913053540-atfsrw8bkf16qo3t
2012-09-13 11:05:40 +05:30
Harry (OpenERP) eaf7187bfe [MERGE]
bzr revid: hmo@tinyerp.com-20120912150054-hcyocgpatjg7t0if
2012-09-12 20:30:54 +05:30
Raphael Collet c7ac9adaf5 [IMP] project: improve consistency of term 'related status' in task stages
bzr revid: rco@openerp.com-20120912101233-zhwfmha19xq52tju
2012-09-12 12:12:33 +02:00
Jigar Amin - OpenERP 08a5a24194 Merge lp:openobject-addons
bzr revid: jam@tinyerp.com-20120910041726-jmjdogjyn0dcv1ts
2012-09-10 09:47:26 +05:30
Harry (OpenERP) f7d5567691 [MERGE]
bzr revid: hmo@tinyerp.com-20120907074548-jybqvq191mb96km2
2012-09-07 13:15:48 +05:30
Amit Patel (OpenERP) 28c02858aa [MERGE]:trunk
bzr revid: apa@tinyerp.com-20120907051238-z0a84gfgpvq1hn1h
2012-09-07 10:42:38 +05:30
Fabien Pinckaers c07aa9b5da read_grouop_fold
bzr revid: fp@tinyerp.com-20120906161812-5yop3buxhpbuylmm
2012-09-06 18:18:12 +02:00
Fabien Pinckaers e084498b7d [IMP] removing some board stuff
bzr revid: fp@tinyerp.com-20120906152303-v6svwvqms858xm9t
2012-09-06 17:23:03 +02:00
Harry (OpenERP) 1c8c87f30c [MERGE]
bzr revid: hmo@tinyerp.com-20120906110646-4kesgt6lqbjuxdts
2012-09-06 16:36:46 +05:30
Sanjay Gohel (Open ERP) 7044dd54fe [MERGE][IMP]made changes and mmerged lp:~openerp-dev/openobject-addons/trunk-message-sub-type-apa-demo_project-rma
bzr revid: sgo@tinyerp.com-20120905061645-znnsnsr0fziosj41
2012-09-05 11:46:45 +05:30
Ajay Chauhan (OpenERP) b2485b147e [IMP] revert the changes in domain with one change
bzr revid: cha@tinyerp.com-20120905055627-3r4ivpcqv4zxc2r3
2012-09-05 11:26:27 +05:30
Amit Patel (OpenERP) 0a5ebb52e1 [MERGE]:trunk-mail-cleaning-fp
bzr revid: apa@tinyerp.com-20120904104409-w9zl98qjpem10pan
2012-09-04 16:14:09 +05:30
Ajay Chauhan (OpenERP) cccbe77b77 [IMP] hr_recruitment, project, project_issue: made some little changes in domain for field 'stage_id'
bzr revid: cha@tinyerp.com-20120904102212-ccxp2ik0r5kp3vc3
2012-09-04 15:52:12 +05:30
Thibault Delavallée fdfaa0f5cf [REF] project_mailgate: moved content of project_mailgate (basically message_new and message_update overrides, and a now dead message_thread_followers) into project. Removed project_mailgate module.
bzr revid: tde@openerp.com-20120904092938-fmesjk7cwzxa3s0h
2012-09-04 11:29:38 +02:00
Randhir Mayatra (OpenERP) 61118d7847 [IMP] add subtype data into project and project_issue module
bzr revid: rma@tinyerp.com-20120904085626-klbtc8hrrksi4gy9
2012-09-04 14:26:26 +05:30
Amit Patel (OpenERP) 13659d0590 [MERGE]:trunk-mail-cleaning-fp
bzr revid: apa@tinyerp.com-20120903100634-qxrkrpnpon10s44i
2012-09-03 15:36:34 +05:30
Ajay Chauhan (OpenERP) c895c53341 [IMP] crm, project, hr_recruitment: made stages accute on view according to state
bzr revid: cha@tinyerp.com-20120903093127-vao5eoi61is1pqfx
2012-09-03 15:01:27 +05:30
Thibault Delavallée 6fa349a4eb [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120903091818-0qnjl3e5tss54bbj
2012-09-03 11:18:18 +02:00
Jigar Amin - OpenERP 9fb0a6d190 Merge lp:openobject-addons
bzr revid: jam@tinyerp.com-20120903050501-0j9qk8rxs6gat7gr
2012-09-03 10:35:01 +05:30
Stephane Wirtel 1eac0fbe52 [REF] Replace the user id 1 by openerp.SUPERUSER_ID
bzr revid: stw@openerp.com-20120831135136-8k2wjeiixqt6tnkr
2012-08-31 15:51:36 +02:00
Sanjay Gohel (Open ERP) f99095ecd0 [MERGE]merge with mail-cleaning-fp n resolve conflicts
bzr revid: sgo@tinyerp.com-20120831090308-2k6uj5iy3tds1wm5
2012-08-31 14:33:08 +05:30
Thibault Delavallée c14a11482c [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120831074032-3b41p3qnuknfv461
2012-08-31 09:40:32 +02:00
Ajay Chauhan (OpenERP) 5af24918fd [MERGE] merge with main addons
bzr revid: cha@tinyerp.com-20120831051739-95um0c4jj4ir96nt
2012-08-31 10:47:39 +05:30
Jigar Amin - OpenERP 990951b01c Merge lp:~openerp-dev/openobject-addons/trunk-addons7-mrp-tch
bzr revid: jam@tinyerp.com-20120830124912-ub9nwl4ukklcnfqi
2012-08-30 18:19:12 +05:30
Twinkle Christian (OpenERP) 69af96255b [IMP]In stage object replace state to status
bzr revid: tch@tinyerp.com-20120830124359-yidn3iwmcq2ubnal
2012-08-30 18:13:59 +05:30
Twinkle Christian (OpenERP) e6136314ee [IMP]Replace category to tag
bzr revid: tch@tinyerp.com-20120830121256-kpgxk6spojucj96e
2012-08-30 17:42:56 +05:30
Sanjay Gohel (Open ERP) 91c022497b [MERGE]merge with lp:~openerp-dev/openobject-addons/trunk-mail-cleaning-fp and done changes as needed
bzr revid: sgo@tinyerp.com-20120830112426-15b9jere67yyoa3q
2012-08-30 16:54:26 +05:30
Fabien Pinckaers 1c7213ab41 imp
bzr revid: fp@tinyerp.com-20120830075118-39gdhfw1zhnc6lqk
2012-08-30 09:51:18 +02:00
Fabien Pinckaers 8b0f2cfd71 [IMP] cleaning project/contracts and removing unused code
bzr revid: fp@tinyerp.com-20120830074903-m8yiovofd2891p7i
2012-08-30 09:49:03 +02:00
Foram Katharotiya (OpenERP) 0135c779a8 [IMP] Improve code in project demo
bzr revid: fka@tinyerp.com-20120830062948-llta7r2pc2ezbjij
2012-08-30 11:59:48 +05:30
Foram Katharotiya (OpenERP) aa9fa89423 [IMP] improve demo data of crm and add demo data in project
bzr revid: fka@tinyerp.com-20120829131532-vpvaaq0mbwdfktyk
2012-08-29 18:45:32 +05:30
Thibault Delavallée 4b0d1be1c0 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120827083705-p2edynkzch7hszrd
2012-08-27 10:37:05 +02:00
Pinakin Nayi (OpenERP) fb08d41118 [IMP]project issue5
bzr revid: pna@tinyerp.com-20120827053040-xq743y0ivvtrfwzc
2012-08-27 11:00:40 +05:30
Amit Patel (OpenERP) 7b8f37932c [MERGE]
bzr revid: apa@tinyerp.com-20120823050617-295o33cjm876nw75
2012-08-23 10:36:17 +05:30
Antonin Bourguignon 31c6018909 [IMP] remove unused dummy() method
bzr revid: abo@openerp.com-20120822163237-ujifdtucyl18w9ze
2012-08-22 18:32:37 +02:00
Fabien Pinckaers b531d9cff1 [IMP] needaction after mail.thread
bzr revid: fp@tinyerp.com-20120822153145-g7xopqq7oje7y60c
2012-08-22 17:31:45 +02:00
Thibault Delavallée 6c109e7d7e [REM] project: removed custom 'followers' fields; security rule updated to use follower_ids.
bzr revid: tde@openerp.com-20120822074924-bbb5lc1w48dtebeb
2012-08-22 09:49:24 +02:00
Fabien Pinckaers b62858e83e [IMP] Merging different ways of posting a message:
message_append_note
  message_append_dict
  message_append
  --> merged all to message_post

bzr revid: fp@tinyerp.com-20120817100302-bqsqv23ogrchslew
2012-08-17 12:03:02 +02:00
Amit Patel (OpenERP) 64470badab [IMP]:project:improved code
bzr revid: apa@tinyerp.com-20120816093817-gxsvt8bdmjvb2bu8
2012-08-16 15:08:17 +05:30
Fabien Pinckaers a2b7f82a81 [IMP] no auto_follow, we will use auto-compose instead on some actions
bzr revid: fp@tinyerp.com-20120816090243-nzu6ounygswiceqi
2012-08-16 11:02:43 +02:00
Sanjay Gohel (Open ERP) 1f60976cbc [IMP]minor changes in name
bzr revid: sgo@tinyerp.com-20120816084621-s0v4o24o6hlqfrs0
2012-08-16 14:16:21 +05:30
Sanjay Gohel (Open ERP) 95082105eb [IMP]improve code as per new changes
bzr revid: sgo@tinyerp.com-20120816073021-p7wwjuoeegapjxjn
2012-08-16 13:00:21 +05:30
Thibault Delavallée 92c70aa6ea [IMP] Addons: propagated new automatic subscription mechanism.
bzr revid: tde@openerp.com-20120815205143-twthjirie2b5kr7n
2012-08-15 22:51:43 +02:00
Thibault Delavallée 61274acd89 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120815195652-839w3fyumomq0ubf
2012-08-15 21:56:52 +02:00
Thibault Delavallée a6482fe07c [WIP] Followers rewrite: in create/write, the purpose is to add the field in the values to write, and to simplify automatic subscription. WIP, lack of time to finish. Will be continued.
bzr revid: tde@openerp.com-20120814170612-ax8xhcmmttrcphnl
2012-08-14 19:06:12 +02:00
Thibault Delavallée aac03b547d [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120814152634-ix63oxwcyrfkku4t
2012-08-14 17:26:34 +02:00
Olivier Dony 0a22166f88 [FIX] mail.alias: fix constraint creation warnings + properly hide alias on creation form for inhering classes
bzr revid: odo@openerp.com-20120814105114-ei0qbgy71fyc8jtb
2012-08-14 12:51:14 +02:00
Olivier Dony ac4e5d746b [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20120814082029-i1b7d4l5cqgs434g
2012-08-14 10:20:29 +02:00
Thibault Delavallée 18aaed7f4f [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120813073105-pz2vdiz7gc27triz
2012-08-13 09:31:05 +02:00
Thibault Delavallée 620b7e9b11 [IMP] Addons: user_email -> email.
bzr revid: tde@openerp.com-20120810144339-30ro9omgfxtjtjyz
2012-08-10 16:43:39 +02:00
Olivier Dony b35671ceb3 [FIX] project,hr: improved alias creation/duplication
bzr revid: odo@openerp.com-20120809171726-ade5v5171r2r2hxp
2012-08-09 19:17:26 +02:00
Stephane Wirtel 91f8b5439c [FIX] project*: Replace the labels with 'Partner' by Contact
bzr revid: stw@openerp.com-20120809105009-0f7mw99dnavgs01s
2012-08-09 12:50:09 +02:00
Olivier Dony 93720744cf [FIX] project: prevent double project creation when use_{tasks,issues} is check on analytic account
bzr revid: odo@openerp.com-20120808181522-ajgmdy5wijxqyore
2012-08-08 20:15:22 +02:00
Olivier Dony 217df4232e [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20120807180759-6ezme82cn1byqc9v
2012-08-07 20:07:59 +02:00
Olivier Dony 675ed5e84f [IMP] mail.alias: fix copy() errors for inheriting models
bzr revid: odo@openerp.com-20120807140821-xijunvy5d546o8c6
2012-08-07 16:08:21 +02:00
Antonin Bourguignon a97687a420 [MERGE] latest trunk
also replace the error message title 'Operation Not Permitted' by 'Invalid Action'

bzr revid: abo@openerp.com-20120807120451-zdrrecilfh82obhl
2012-08-07 14:04:51 +02:00
Antonin Bourguignon 59aa37f0e4 [IMP] all the warning messages now start with 'Warning\!' (not 'Warning' or 'Warning \!')
bzr revid: abo@openerp.com-20120807113414-7mryqyt3jnq8shsa
2012-08-07 13:34:14 +02:00
Fabien Pinckaers de4fb4d740 [IMP] small fix
bzr revid: fp@openerp.com-20120806200710-mkqimou9tdz8h6f2
2012-08-06 22:07:10 +02:00
pso (OpenERP) 3bbe3ddbd5 Improvements
bzr revid: pso@tinyerp.com-20120806104204-yd7mqqttglgaer8h
2012-08-06 16:12:04 +05:30
Olivier Dony 1902a15821 [IMP] mail alias review - work in progress
bzr revid: odo@openerp.com-20120806012717-k5rtz4i78o4m198b
2012-08-06 03:27:17 +02:00
Olivier Dony 56009ed513 [IMP] mail alias review - work in progress
bzr revid: odo@openerp.com-20120806004417-9uviymtavkxlh92m
2012-08-06 02:44:17 +02:00
Antonin Bourguignon 206252d606 [IMP] fix a first batch of typos and spelling mistakes (listed by UCO on the 2012-08-01)
bzr revid: abo@openerp.com-20120803172636-s23g6yturpb5chd6
2012-08-03 19:26:36 +02:00
Olivier Dony f0873dcb32 [MERGE] Sync with trunk - bunch of conflicts resolved
bzr revid: odo@openerp.com-20120803142450-97z551yam1js822h
2012-08-03 16:24:50 +02:00
Olivier Dony 093f739273 [IMP] mail alias review - work in progress
bzr revid: odo@openerp.com-20120801091439-2m7z9fhn771go35j
2012-08-01 11:14:39 +02:00
Antonin Bourguignon f14850b63d [MERGE] latest trunk
bzr revid: abo@openerp.com-20120727092135-6vsw4et9khbph9io
2012-07-27 11:21:35 +02:00
Divyesh Makwana (Open ERP) b8221e8f7d [Merge] Merge with main addons.
bzr revid: mdi@tinyerp.com-20120726042316-1lricsztfdwmx500
2012-07-26 09:53:16 +05:30
Antonin Bourguignon 7350bdb271 [MERGE] latest trunk
bzr revid: abo@openerp.com-20120725180118-l6flsrakml2ijxqy
2012-07-25 20:01:18 +02:00
Mayur Maheshwari (OpenERP) 56dea51d07 [IMP]project: now stage move from kanban it also notify in feeds message
bzr revid: mma@tinyerp.com-20120724123754-051kmza6tmpyi8el
2012-07-24 18:07:54 +05:30
Divyesh Makwana (Open ERP) 8ee2cca822 [IMP] project : Override the 'on_change_template' method.
bzr revid: mdi@tinyerp.com-20120723120754-a1tjp5tpbooxskhk
2012-07-23 17:37:54 +05:30
Antonin Bourguignon 7c8fa25785 [MERGE] latest trunk
bzr revid: abo@openerp.com-20120713100147-xgtikeq5dgxsx475
bzr revid: abo@openerp.com-20120713143010-kn46sk76lv3t59cb
bzr revid: abo@openerp.com-20120716092228-fe1kgyyj1k3t5ffg
2012-07-16 11:22:28 +02:00