Commit Graph

916 Commits

Author SHA1 Message Date
Thibault Delavallée d4dbd3524c [FIX] mail, project, project_issue, crm_lead: fixed 'XX Created' subtype not triggered because of condition
based on state=new and not state=draft.
For tasks, issues and leads, no generic 'Document created' message is posted anymore
because of the 'XX Created' message with subtype automatically logged.
Generic creation message is logged before automatic subscription to enable
message pushing to responsibles.

bzr revid: tde@openerp.com-20130529131458-9709ffrsy479hwy3
2013-05-29 15:14:58 +02:00
Thibault Delavallée cdffc4db54 [FIX] project_issue: fixed write of date_action_last: it is possible to post a message without having access to write access rights on an issue, therefore using SUPERUSER_ID (e.g. portal user).
[FIX] mail_message, mail, project, task, issue: it is now possible to have model-specific access rule checking for mail.message related acces right / rules. Task and issue allow to create mail.message when the user has a read access on the related document, not only when having write access.

bzr revid: tde@openerp.com-20130528144447-3ivcom6r9x7q949b
2013-05-28 16:44:47 +02:00
Amit Bhavsar (Open ERP) 24848a8dcc [MERGE] merge with latest trunk
bzr revid: bde@tinyerp.com-20130522095432-1sl1b6uu6ewod4md
bzr revid: amb@tinyerp.com-20130528091941-wak8fnembuvewwjf
2013-05-28 14:49:41 +05:30
Thibault Delavallée 3f5c738084 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130522110325-hos9ocph7yo9ae7w
bzr revid: tde@openerp.com-20130522143206-uv1f6lj6xsenzj6u
2013-05-22 16:32:06 +02:00
Thibault Delavallée 8aa85c2523 [FORWARD] Forward port of addons until revision 8711
bzr revid: tde@openerp.com-20130521133807-5n97jep45f3lf6uq
bzr revid: tde@openerp.com-20130522083012-4yry4ht2943sjatn
2013-05-22 10:30:12 +02:00
Thibault Delavallée a05b0bebbe [FORWARD] Forward port of 7.0 branch until revision 9143.
bzr revid: tde@openerp.com-20130521122359-b5vii7gv8arluz06
2013-05-21 14:23:59 +02:00
Thibault Delavallée ae2712b8f1 [MERGE] Sync with trunk
bzr revid: tde@openerp.com-20130517084342-8vxovyxbpg4ncccn
bzr revid: tde@openerp.com-20130517090959-fat7rqbbtsdapfqk
2013-05-17 11:09:59 +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
Quentin (OpenERP) b6a4e2fc5f [FIX] project: do not hide tasks from template project in the project kanban and if we open those tasks from the project template
bzr revid: qdp-launchpad@openerp.com-20130516121306-3d24o7z9y8odmvqh
2013-05-16 14:13:06 +02:00
Cedric Snauwaert 231103feeb [FIX]project: show tasks of project that are in template state when clicking on the show task button from the project.
bzr revid: csn@openerp.com-20130516101616-g4unvwc2e1dxb5dc
2013-05-16 12:16:16 +02:00
Thibault Delavallée 8c513eb7e5 [FIX] project: correct model given to alias when creating a project.
bzr revid: tde@openerp.com-20130516094954-4c6i6ql82xohm12r
2013-05-16 11:49:54 +02:00
Thibault Delavallée a5bb69ec28 [IMP] project: improved privacy_visiliby options labels, improved form view according to new specs.
bzr revid: tde@openerp.com-20130507093636-gk9k1rc52u3ats3a
2013-05-07 11:36:36 +02: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
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
ggh-openerp 3b73e2b2a4 [IMP]Removed space before Exclamation marks [!]
bzr revid: ggh@tinyerp.com-20130429071557-vnxo5nni03vc886j
2013-04-29 12:45:57 +05:30
Pinakin Nayi (OpenERP) 56afde0c84 [FIX]project: if there is no any project manager and try to schedule task its give traceback
bzr revid: pna@tinyerp.com-20130429060231-epygcrs2073f23ny
2013-04-29 11:32:31 +05:30
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
Christophe Matthieu 300a2aaeee [MERGE] from trunk
bzr revid: chm@openerp.com-20130423152943-8qbm6nhc9ubds5td
2013-04-23 17:29:43 +02:00
Thibault Delavallée ef210bd489 [FIX] project: default visibility is employees only. Updated demo data by the way.
bzr revid: tde@openerp.com-20130416141145-3tsaz7u51xt80rer
2013-04-16 16:11:45 +02:00
Thibault Delavallée c7897690e2 [REF] project: removed duplicate files introduced when merging 7 into branch, because of backport of some modifications done in this branch in 7
bzr revid: tde@openerp.com-20130416133936-cr0sno29vk5dyj0e
2013-04-16 15:39:36 +02:00
Thibault Delavallée 3c79c0be17 [MERGE] Sync with trunk, especially about project and portal project security rules that were backported into 7.0
bzr revid: tde@openerp.com-20130416081736-ictzkj9feu46wm6y
2013-04-16 10:17:36 +02:00
Thibault Delavallée 812c852fd0 [FORWARD] Merged 7.0 addons revisions until 9021
bzr revid: tde@openerp.com-20130415084302-hx7zxtpl5u6yphfg
bzr revid: tde@openerp.com-20130415153732-v4ols3t56rku92oz
2013-04-15 17:37:32 +02:00
Thibault Delavallée b6223ecb7f [FIX] [ADD] project, project_issue, portal_project, portal_project_issue: improved privacy_visibility selection of project.project; improved access rules; added tests to enforce them.
bzr revid: tde@openerp.com-20130412143719-ztjo06r900l024dm
2013-04-12 16:37:19 +02:00
Thibault Delavallée 3519e2c19f [IMP] project, task, issues: improvement of ir rules. Still a bit WIP.
bzr revid: tde@openerp.com-20130410160139-vx9z4rsmfiji1vu9
2013-04-10 18:01:39 +02:00
Thibault Delavallée ef3ff580f5 [MERGE] Branch holding update on project visibility settings.
bzr revid: tde@openerp.com-20130409121850-11gzewmeozxkr5t7
2013-04-09 14:18:50 +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
Josse Colpaert ecbcbdfbb6 [FIX] Progress rate visibility not an issue in trunk
bzr revid: jco@openerp.com-20130404100457-5jm3e37ilatoto2n
2013-04-04 12:04:57 +02:00
Josse Colpaert 76af9027a7 [IMP] Add options for privacy_visibility in project
bzr revid: jco@openerp.com-20130404084824-notnfhyda1w4q2ig
2013-04-04 10:48:24 +02:00
Christophe Matthieu 43d34d9a0d [IMP] project: get_empty_list_help
bzr revid: chm@openerp.com-20130327161107-zpgjva798txezvkr
2013-03-27 17:11:07 +01:00
Christophe Matthieu 9845f41c09 [IMP] project, project_issue: improve get_empty_list_help
bzr revid: chm@openerp.com-20130325104012-h5ryupgzglia4twg
2013-03-25 11:40:12 +01:00
Ajay Chauhan (OpenERP) 267cabe036 [IMP] project: removed field 'priority' from model 'project.project'
bzr revid: cha@tinyerp.com-20130322090311-vvwy5w7zm2uvsk4g
2013-03-22 14:33:11 +05:30
Christophe Matthieu 9d45f9ad82 [IMP] code cleaning for get_empty_list_help
bzr revid: chm@openerp.com-20130321133139-k6ycur34ojw2qhjq
2013-03-21 14:31:39 +01:00
Christophe Matthieu 809ec6e49f [IMP] view_form: statusbar with folded selection, remove fold = false
bzr revid: chm@openerp.com-20130321125626-83cckp5vdb14t18u
2013-03-21 13:56:26 +01:00
Christophe Matthieu ae30f8fff3 [MERGE] from trunk
bzr revid: chm@openerp.com-20130320125517-jv2ot85iypncoesj
2013-03-20 13:55:17 +01:00
Ajay Chauhan (OpenERP) bdf8c2bc1f [IMP] project: apply string 'Priority' to 'sequense' instead od 'priority'
bzr revid: cha@tinyerp.com-20130320124310-hcld832k3kfjirn7
2013-03-20 18:13:10 +05:30
Ajay Chauhan (OpenERP) 76cc5abd98 [MERGE]: merge with lp:openobject-addons
bzr revid: cha@tinyerp.com-20130320072744-bs2e9hvc611mf6ci
2013-03-20 12:57:44 +05:30
Pinakin Nayi (OpenERP) b20b9aa198 [FIX]project:when try to duplicate task or project than the state of task is not set to default
bzr revid: pna@tinyerp.com-20130319060954-dhk9vgtkpnayt1cv
2013-03-19 11:39:54 +05:30
Quentin (OpenERP) be05b374a1 [MERGE] forwardport of bugfixes made in v7 up to revision 8854.
bzr revid: qdp-launchpad@openerp.com-20130314112740-s01t51p4m7mxcumz
2013-03-14 12:27:40 +01:00
Christophe Matthieu b255703166 [MERGE] from trunk
bzr revid: chm@openerp.com-20130313141718-dw76m7fvy0co3rfi
2013-03-13 15:17:18 +01:00
Ajay Chauhan (OpenERP) c36e25c640 [IMP] mail, project: change string of fields 'alias_name' & 'priority'
bzr revid: cha@tinyerp.com-20130312051759-2ty3vro2l3x9nfol
2013-03-12 10:47:59 +05:30
Quentin (OpenERP) 96267bdfce [FIX] project: when writing on several projects, don't erase the name of all projects with the last one's name! stupid me.
bzr revid: qdp-launchpad@openerp.com-20130306172856-35dmxn7efydr5xyf
2013-03-06 18:28:56 +01:00
Christophe Matthieu ae16e29f87 [IMP] project,crm: display default alias_domain for creation
bzr revid: chm@openerp.com-20130305090452-lkt7y1clbaj1qe5r
2013-03-05 10:04:52 +01:00
Christophe Matthieu 7515824c60 [IMP] display alias on project, crm, hr
bzr revid: chm@openerp.com-20130304151355-g3asldjob722urc0
2013-03-04 16:13:55 +01:00
Christophe Matthieu 8cd3602a9f [IMP] issue: dynamic_help
bzr revid: chm@openerp.com-20130304141240-mpbtizm2y8r01456
2013-03-04 15:12:40 +01:00
Fabien Pinckaers a46f8bc96d [IMP] improved naming of project visibility
bzr revid: fp@openerp.com-20130226204022-n2256r7b4jyxet1x
2013-02-26 21:40:22 +01:00
Christophe Matthieu b76f4c7a45 [IMP] salesteams: add sales order and quotation
bzr revid: chm@openerp.com-20130206094414-8f7kp19dam6su991
2013-02-06 10:44:14 +01:00
Christophe Matthieu bfcbb3f619 [IMP] crm: dynamic_help
bzr revid: chm@openerp.com-20130205161002-3dxect9a9x43852z
2013-02-05 17:10:02 +01:00
Christophe Matthieu a58fb0df5c [IMP] project: display group with empty message
bzr revid: chm@openerp.com-20130205145101-h6jk9uw8av79aygp
2013-02-05 15:51:01 +01:00
Christophe Matthieu 3dd59aa69b [IMP] project: multi alias if no default_project_id
bzr revid: chm@openerp.com-20130205133933-0x3s16gh4ftnx21y
2013-02-05 14:39:33 +01:00
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