Commit Graph

701 Commits

Author SHA1 Message Date
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Antonin Bourguignon 1df211b693 [IMP] rename methods in crm_lead and crm_phonecall:
in these classes, the method convert_partner() is now named handle_partner_assignation()
also the method in crm_phonecall has received the same refactoring than the one in crm_lead
documentation has been improved
these two method are a pure code duplication and would deserve a refactoring

bzr revid: abo@openerp.com-20121205192146-rogbsln3atcm1lvt
2012-12-05 20:21:46 +01:00
Antonin Bourguignon fdfb872c68 [IMP] code style
bzr revid: abo@openerp.com-20121205184617-ohe292g8zp2x83jq
2012-12-05 19:46:17 +01:00
Antonin Bourguignon 825472c6a7 [IMP] remove the make_partner() method which wasn't in use anywhere anymore
bzr revid: abo@openerp.com-20121205171815-ztd21cjrfi0cy1vr
2012-12-05 18:18:15 +01:00
Antonin Bourguignon 1dba8eb0c3 [FIX] typo in docstring
bzr revid: abo@openerp.com-20121204153544-ungdrl3sf88h3ej0
2012-12-04 16:35:44 +01:00
Antonin Bourguignon 4f1e657da7 [IMP] we actually can merge more than two opps together
bzr revid: abo@openerp.com-20121203164026-jd722eo3h2vqwfkq
2012-12-03 17:40:26 +01:00
Antonin Bourguignon a9f67c3729 [IMP] indentation
bzr revid: abo@openerp.com-20121130165958-eg00un2qhipubcwr
2012-11-30 17:59:58 +01:00
Antonin Bourguignon 4e64f8e96f [WIP] redirect to the right view (opp or lead)
improve documentation and code style

bzr revid: abo@openerp.com-20121120181333-ho2zu27q1qs2hoe5
2012-11-20 19:13:33 +01:00
Antonin Bourguignon 3dba2e5586 [IMP] remove a write() that sincerely seems useless
improve some var names

bzr revid: abo@openerp.com-20121119181224-c206f0xzuxw2hes0
2012-11-19 19:12:24 +01:00
Antonin Bourguignon 9591811eb4 [IMP] use a many2many_tags widget instead of an array for the salesmen field in the massive conversion wizard
bzr revid: abo@openerp.com-20121115171958-wdnkhjqfp18qdfi6
2012-11-15 18:19:58 +01:00
Antonin Bourguignon fda57cd226 [IMP] remove whitespaces
bzr revid: abo@openerp.com-20121115171457-al3d1r0qz0fv2s0c
2012-11-15 18:14:57 +01:00
Antonin Bourguignon 6974be3d6d [IMP] remove dead code from crm_partner_to_opportunity and crm_phonecall_to_opportunity
fp and al judged that phonecall2opp wizard was just a 'one more click' step
instead of the wizard, a phonecall will directly be converted into an opp when clicking on the 'Convert to opp' button (todo)
tests have been adapted, but some tests are still missing like 'merge lead with opp' or 'merge leads together' (todo)
documentation has been improved

bzr revid: abo@openerp.com-20121114184134-m37k9mwsq2hclgii
2012-11-14 19:41:34 +01:00
Antonin Bourguignon e6bfe6583e [IMP] rename lead2partner (again) into crm.partner.binding; also rephrase the documentation
bzr revid: abo@openerp.com-20121113172235-j6ngsolg0wbu84yg
2012-11-13 18:22:35 +01:00
Antonin Bourguignon 357a407738 [IMP] take both partner_name AND contact_name into account while looking for a matching partner
slightly improve code style

bzr revid: abo@openerp.com-20121112142158-5kgxn23ji5ubuura
2012-11-12 15:21:58 +01:00
Antonin Bourguignon 3b2b5f31b9 [WIP] rename 'lead2partner' into 'generate.partner' for more clarity
bzr revid: abo@openerp.com-20121112133033-urh3emybeabfvdxm
2012-11-12 14:30:33 +01:00
Antonin Bourguignon ffbb5bacbd [WIP] remove dead code from previous 2partner wizards, and start refactirubg some parts of the code
bzr revid: abo@openerp.com-20121112121743-ilsr59d6juacodj2
2012-11-12 13:17:43 +01:00
Antonin Bourguignon 5b5951143c [IMP] remove dead code from the deprecated phonecall2partner wizard view
bzr revid: abo@openerp.com-20121112121505-0oaozvs14xr8i1gv
2012-11-12 13:15:05 +01:00
Antonin Bourguignon ef241cf6bb [IMP] remove dead code from the deprecated lead2partner wizard view
bzr revid: abo@openerp.com-20121112114639-411nkyl7ne188ug8
2012-11-12 12:46:39 +01:00
Antonin Bourguignon 730c3f940c [IMP] indentation
bzr revid: abo@openerp.com-20121112114108-p7qt0owe8lnljn27
2012-11-12 12:41:08 +01:00
Antonin Bourguignon cccbbdfbb2 [IMP] indentation
bzr revid: abo@openerp.com-20121112101514-5da79d21g009t8o1
2012-11-12 11:15:14 +01:00
Antonin Bourguignon 9c3aefeb02 [IMP] indentation
bzr revid: abo@openerp.com-20121108175841-mf5c1jhywj07cvvk
2012-11-08 18:58:41 +01:00
Antonin Bourguignon 48bf8e72da [IMP] minor imp of code style
bzr revid: abo@openerp.com-20121107161142-c5iqr501mxbghy82
2012-11-07 17:11:42 +01:00
Antonin Bourguignon efd48ffbef [WIP] fix the duplicate partner creation when converting a lead to opportunity
lp bug: https://launchpad.net/bugs/1065751 fixed

bzr revid: abo@openerp.com-20121106175142-eoozcwd8xz5412mk
2012-11-06 18:51:42 +01:00
pankita shah (Open ERP) 17f1e6a12c [IMP] default value for Planned Date field
bzr revid: shp@tinyerp.com-20121012052927-y7njhusx5emlxf4j
2012-10-12 10:59:27 +05:30
Antonin Bourguignon 22d2823e74 [FIX] leads merge feature
bzr revid: abo@openerp.com-20120927134513-pi9wr5vt0f02bqsu
2012-09-27 15:45:13 +02:00
Antonin Bourguignon 93f9d1f3cf [IMP] leads2opportunity views
these improvements are based on some APR remarks aiming to simplify these views

bzr revid: abo@openerp.com-20120926163110-1eblgmiol140ep8l
2012-09-26 18:31:10 +02:00
Antonin Bourguignon 47f237fa3c [IMP] indentation
bzr revid: abo@openerp.com-20120926155450-ebhc7xaiz0d0roto
2012-09-26 17:54:50 +02:00
Antonin Bourguignon 392d0ff664 [IMP] code style, comments
bzr revid: abo@openerp.com-20120926154232-yzg3rlpknaqqpzza
2012-09-26 17:42:32 +02:00
Fabien Pinckaers d6daf0ff88 [MERGE]
bzr revid: fp@tinyerp.com-20120926085454-0tk5yhd664es3kk1
2012-09-26 10:54:54 +02:00
Divyesh Makwana (Open ERP) acf3ddf809 [IMP] crm : when lead has already a customer assigned to it and we click on convert to opp, it should not propose to create new customer in that wizard, it should give option 'Link to an Existing Customer' with the customer assigned to that lead.
bzr revid: mdi@tinyerp.com-20120926051933-59ln6fw4q0uz6mvp
2012-09-26 10:49:33 +05:30
Divyesh Makwana (Open ERP) 34935043bc [IMP] crm : when lead has already a customer assigned to it and we click on convert to opp, it should not propose to create new customer in that wizard, it should give option 'Link to an Existing Customer' with the customer assigned to that lead.
bzr revid: mdi@tinyerp.com-20120918071815-n1x7v0wvaarpyc1r
2012-09-18 12:48:15 +05:30
Fabien Pinckaers 4efd1a346c [IMP] usability improvements
bzr revid: fp@tinyerp.com-20120912175527-lru5i9rltp1qnnrg
2012-09-12 19:55:27 +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 4deba0a548 [IMP] removed unused actions
bzr revid: fp@openerp.com-20120903060200-4p32jlxqeq2pn30h
2012-09-03 08:02:00 +02:00
Olivier Dony 971756e016 [FIX] crm: correct mass conversion wizard defaults, fixes crm tests
bzr revid: odo@openerp.com-20120824161320-mdfqibfe53v2op79
2012-08-24 18:13:20 +02:00
Olivier Dony cd67c50e29 [MERGE] crm: cherry-pick of mass conversion improvements from 6.1
This corresponds to rev.6762 from 6.1, which includes a lot
of fixes related to mass conversions, and is completely
related to the kind of fixes currently done for crm during
the mail refactoring.
This should not break crm more than it is already in this branch.

bzr revid: odo@openerp.com-20120823200629-1m1eym62l7aabzgl
2012-08-23 22:06:29 +02:00
Olivier Dony a7193cb193 [FIX] crm: fix some missing bits after the big refactoring
bzr revid: odo@openerp.com-20120823193130-4u42mhyih43k32nb
2012-08-23 21:31:30 +02:00
Fabien Pinckaers 282f2535bc [IMP] mail cleaning
bzr revid: fp@tinyerp.com-20120816154823-84cnif2cw99vn0qu
2012-08-16 17:48:23 +02:00
Vo Minh Thu 9822629548 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120813160657-ilujdek8ys4fzhp9
2012-08-13 18:06:57 +02:00
Antonin Bourguignon ee4fd16e94 [FIX] remove the option from the user_id fields
we want users to be openable !
also improve indentation and remove some useless whitespaces

bzr revid: abo@openerp.com-20120809163529-8adlpszt3n6lhszi
2012-08-09 18:35:29 +02:00
Antonin Bourguignon 24f6e09c45 [MERGE] latest trunk
bzr revid: abo@openerp.com-20120809143919-qrn9nm5ut5vlm8hw
2012-08-09 16:39:19 +02:00
Twinkle Christian (OpenERP) 2d6aae609b [IMP]Remove type field from the views
bzr revid: tch@tinyerp.com-20120808121950-r4tux6lfej82bi2h
2012-08-08 17:49:50 +05:30
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
Antonin Bourguignon d928b07ace [IMP] rephrase some error and warning messages in caldav and crm
remove exclamation marks at the end of messages
remove first person usage ('I' and 'We')
remove unjustified capital letters

bzr revid: abo@openerp.com-20120806170732-nr7hhhgww1br2hem
2012-08-06 19:07:32 +02:00
Mayur Maheshwari (OpenERP) 7c51b1811d [FIX]all :set a no_open widget in this filed(country_id,state_id,title,context_id,timebox_id,user_id)
bzr revid: mma@tinyerp.com-20120806110307-nj7qipixr14puhub
2012-08-06 16:33:07 +05:30
pso (OpenERP) 8be94b1e93 [MERGE] Merge with main branch
bzr revid: pso@tinyerp.com-20120722082152-l24vpuuxjb34126g
2012-07-22 13:51:52 +05:30
Pinakin Nayi (OpenERP) ea721d65af [IMP]crm-warning-msg
bzr revid: pna@tinyerp.com-20120712055038-06rgow7j1sgae6v6
2012-07-12 11:20:38 +05:30
Thibault Delavallée 5c8c8a5aaa [REM] Removed a THIS file that had nothing to do here; removed temporary data for debug.
bzr revid: tde@openerp.com-20120711080802-2eakl0qztyxowa9x
2012-07-11 10:08:02 +02:00
Thibault Delavallée 1daefb8fd5 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120711075257-1gldrjfxw8vgi7hx
2012-07-11 09:52:57 +02:00
Fabien Pinckaers 64a9321d56 [IMP] footer on forms
bzr revid: fp@tinyerp.com-20120710164011-unqi1okf2uu8yhts
2012-07-10 18:40:11 +02:00
Fabien Pinckaers 3de5a56fd5 [IMP] new wizard style
bzr revid: fp@tinyerp.com-20120710162921-kxlxfevs926820ah
2012-07-10 18:29:21 +02:00
Thibault Delavallée 4fad550d69 [MERGE] Merged with main addons.
bzr revid: tde@openerp.com-20120709081834-18pf4bol39s50uno
2012-07-09 10:18:34 +02:00
Thibault Delavallée 28611901c9 [REM] Removed crm_add_note.
bzr revid: tde@openerp.com-20120706155201-nsgixesgxgiru0bu
2012-07-06 17:52:01 +02:00
Raphael Collet d177d9a2a9 [IMP] move the views of crm.meeting in base_calendar, adapt xml ids in xml, and improve the code that opens those views
bzr revid: rco@openerp.com-20120706122959-o8clpxqvewpyha0k
2012-07-06 14:29:59 +02:00
Thibault Delavallée 2f3256d325 [MERGE] Merged with addons/trunk, because of the mail_thread widget renaming.
bzr revid: tde@openerp.com-20120703122104-pl5qn39hte3ui71p
bzr revid: tde@openerp.com-20120703142103-mfssnvtoqx5jn4df
2012-07-03 16:21:03 +02:00
Raphael Collet 6b1606f8de [IMP] move crm.wizard.mail_compose_message to module mail, to reduce module dependencies on crm
bzr revid: rco@openerp.com-20120703131453-dz0gpdq3t9155bfw
2012-07-03 15:14:53 +02:00
Thibault Delavallée 289dad87d4 [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120703122020-79rl9b03mygz5s0h
2012-07-03 14:20:20 +02:00
Kuldeep Joshi (OpenERP) 2d3db62f66 [MERGE] lp:openobject-addons
bzr revid: kjo@tinyerp.com-20120702112750-bxjvfh3cfxc7s5da
2012-07-02 16:57:50 +05:30
Quentin (OpenERP) 6fe94bd4bc [MERGE] merged with maint runk
bzr revid: qdp-launchpad@openerp.com-20120629123618-z1bv3dqdfqy23hno
2012-06-29 14:36:18 +02:00
Raphael Collet 5133bee1d5 [FIX] in form views, replace class 'oe_highlight_on_dirty' by 'oe_highlight'
bzr revid: rco@openerp.com-20120629083024-rqhtbf9melkygg0m
2012-06-29 10:30:24 +02:00
Raphael Collet 4e354e55c1 [IMP] clean up views
bzr revid: rco@openerp.com-20120628153316-3bwp71lz22v6tmc4
2012-06-28 17:33:16 +02:00
Raphael Collet 2963e31ebf [MERGE] from trunk
bzr revid: rco@openerp.com-20120628142628-qi35145b8hsvpsfi
2012-06-28 16:26:28 +02:00
Fabien Pinckaers 69d935883d [IMP] better views and actions on partners
bzr revid: fp@tinyerp.com-20120628134842-h2wowcbhx2ai1l5g
2012-06-28 15:48:42 +02:00
Kuldeep Joshi (OpenERP) 2cbeac1824 [MERGE] lp:openobject-addons
bzr revid: kjo@tinyerp.com-20120628133334-d7silxlcezn2zmi5
2012-06-28 19:03:34 +05:30
Quentin (OpenERP) 46f2c2c9ca [IMP] improvements during code review
bzr revid: qdp-launchpad@openerp.com-20120628121820-r8bxfzq38fy8pcgt
2012-06-28 14:18:20 +02:00
Kuldeep Joshi (OpenERP) 0c04f79c03 [IMP]remove unused code
bzr revid: kjo@tinyerp.com-20120628103551-e70yj2ae9um9zf0p
2012-06-28 16:05:51 +05:30
Kuldeep Joshi (OpenERP) 8d4e3166ee [MERGE/IMP] lp:~openerp-commiter/openobject-addons/trunk-crm-sale-stock-imp-pat and some change done
bzr revid: kjo@tinyerp.com-20120628095725-znjl9dgt4g7jzyzl
2012-06-28 15:27:25 +05:30
Sanjay Gohel (Open ERP) 1702b2335d [IMP]remove tabs and add spaces instead of them
bzr revid: sgo@tinyerp.com-20120628064005-zuerrpazumf5lf1q
2012-06-28 12:10:05 +05:30
Sanjay Gohel (Open ERP) 1b87acc3f4 [IMP]remove layout option from sheet
bzr revid: sgo@tinyerp.com-20120628062343-7xbs4bvyivnhergs
2012-06-28 11:53:43 +05:30
Jigar Amin - OpenERP 8be3b211fd [FIX] Added cancel button and removed the icons
bzr revid: jam@tinyerp.com-20120627130432-s5c78dmjnpdhucld
2012-06-27 18:34:32 +05:30
Jigar Amin - OpenERP 7c645856fe [MERGE] lp:openobject-addons
bzr revid: jam@tinyerp.com-20120627114052-094g4yequ34sr59d
2012-06-27 17:10:52 +05:30
Fabien Meghazi b22523e082 [IMP] opportunity2phonecall wizard, use oe_link on cancel button
bzr revid: fme@openerp.com-20120627094142-nut1pqe4vzevvu4z
2012-06-27 11:41:42 +02:00
Ankita Patel (OpenERP) c35d4a2d16 [FIX]crm_sale_stock
bzr revid: pat@tinyerp.com-20120627072342-du6rrus64c0t0cq3
2012-06-27 12:53:42 +05:30
Twinkle (OpenERP) 471037495c [IMP]Apply css class flow on wizards buttons
bzr revid: tch@tinyerp.com-20120626063119-5i93di16milljxap
2012-06-26 12:01:19 +05:30
Twinkle (OpenERP) 0e97cefe9e [IMP]Improve wizard button
bzr revid: tch@tinyerp.com-20120625100901-ucjbttxod55erqmf
2012-06-25 15:39:01 +05:30
Kuldeep Joshi (OpenERP) 522df2d0a9 [IMP]remove separator and typefrom wizard Schedule other call
bzr revid: kjo@tinyerp.com-20120625073240-6re9p4817tr72ea3
2012-06-25 13:02:40 +05:30
Jigar Amin - OpenERP ae34954e1d [MERGE] lp:~openerp-dev/openobject-addons/trunk-wiz-remove-btn-highlight-tch
bzr revid: jam@tinyerp.com-20120620123242-tvm11xx0s3olkdif
2012-06-20 18:02:42 +05:30
Twinkle (OpenERP) 660cc67256 [IMP]Added highlight button on wizard
bzr revid: tch@tinyerp.com-20120620104923-z1hty740vn160fg9
2012-06-20 16:19:23 +05:30
Twinkle (OpenERP) 1c4476e8b6 [IMP]Improve wizard usability
bzr revid: tch@tinyerp.com-20120620073712-xql1mgekjyb7ufwv
2012-06-20 13:07:12 +05:30
ajay javiya (OpenERP) 25bcae09f8 [REM] : Remove cancel button from wizard
bzr revid: aja@tinyerp.com-20120618124511-362td1pd82io8sxr
2012-06-18 18:15:11 +05:30
Thibault Delavallée 5292250c0a [MERGE] Merged with mail-state-tde branch, recently udpated with trunk.
bzr revid: tde@openerp.com-20120615084006-krv0lotdahcrx1ga
2012-06-15 10:40:06 +02:00
Stephane Wirtel d36169b906 [REF] Review some form views with the guide lines
bzr revid: stw@openerp.com-20120613090657-xfz9vtvqek3znqdr
2012-06-13 11:06:57 +02:00
Thibault Delavallée 08813cc9d5 [MERGE] Merged wih main addons.
bzr revid: tde@openerp.com-20120611104147-gnqgnt51taq899su
2012-06-11 12:41:47 +02:00
Fabien Pinckaers 1f885950b4 [FIX] headers
bzr revid: fp@tinyerp.com-20120609222849-gm9loztzarjyn7pl
2012-06-10 00:28:49 +02:00
Fabien Pinckaers 08e986653c [IMP] better form views, new guidelines
bzr revid: fp@tinyerp.com-20120609141849-kq5ng1r4n1cieafo
2012-06-09 16:18:49 +02:00
Fabien Pinckaers 4f4a0e54bf [IMP] better form views, new guidelines
bzr revid: fp@tinyerp.com-20120609141314-m26hf1pfyk0hd8oz
2012-06-09 16:13:14 +02:00
Thibault Delavallée c82a00e5e5 [MERGE] Merged with main addons.
bzr revid: tde@openerp.com-20120605125516-24q0o6160ihxzexa
2012-06-05 14:55:16 +02:00
Fabien Pinckaers 48f8823bad [IMP] replaced all oe_form_topbar with the new <header> style
bzr revid: fp@tinyerp.com-20120604121139-zqoqbou9v2fdue5h
2012-06-04 14:11:39 +02:00
Fabien Pinckaers c45b53a446 [IMP] phonecall view
bzr revid: fp@openerp.com-20120604044906-9hvhybk38od4dlei
2012-06-04 06:49:06 +02:00
Thibault Delavallée 7a553f429b [MERGE] Merged with main addons.
bzr revid: tde@openerp.com-20120511124643-y1rsa0ouh3e6xq1k
2012-05-11 14:46:43 +02:00
Raphael Collet 5e3be53a7d [IMP] adapt po files to label changes, to ease translations
bzr revid: rco@openerp.com-20120510130012-utuullgkp7cg6bgs
2012-05-10 15:00:12 +02:00
Thibault Delavallée 5caa26fa26 [MERGE] Merged with main addons
bzr revid: tde@openerp.com-20120430082139-p0q9c33x63dnsul1
2012-04-30 10:21:39 +02:00
Mayur Maheshwari (OpenERP) c71446957f [MERGE]: Merge with lp:openobject-addons
bzr revid: mma@tinyerp.com-20120426091833-ocminkwzjkntdkde
2012-04-26 14:48:33 +05:30
Raphael Collet 8a66d6191b [IMP] crm, crm_claim, crm_fundraising, crm_helpdesk, crm_partner_assign: remove group_extended
bzr revid: rco@openerp.com-20120425115139-3tpfec3kqn7zltkb
2012-04-25 13:51:39 +02:00
Mayur Maheshwari (OpenERP) 9e59ce8812 [IMP]all: Improve all typos
bzr revid: mma@tinyerp.com-20120424060532-ohrf0sxwq8rpq6ls
2012-04-24 11:35:32 +05:30
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
Quentin (OpenERP) ffd0c86ec2 [FIX] a lot of fixes in several modules, as the result of the code review of the merge of the objects res.partner and res.partner.address
bzr revid: qdp-launchpad@openerp.com-20120330090837-s87z2qzsvynhlbwr
2012-03-30 11:08:37 +02:00
Bhumika (OpenERP) 79ff0e3424 [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20120321065319-pj7o5oz8pdr0v2jm
2012-03-21 12:23:19 +05:30
Stephane Wirtel f817f3f340 [FIX] In the case where the user has no signature, we set up a default value to avoid to have a body with 'False'.
bzr revid: stephane@openerp.com-20120312103025-dn5q7hml9sy5u0t7
2012-03-12 11:30:25 +01:00
Jigar Amin - OpenERP 7829ce4bb7 [FIX] Opportunity to phonecall wizard removed the contact name field
bzr revid: jam@tinyerp.com-20120306111830-dc3jbmybtjyg6xrn
2012-03-06 16:48:30 +05:30