Commit Graph

35 Commits

Author SHA1 Message Date
Denis Ledoux 69c314c51d [RENAME]RERENAME crm_channel => crm_partner_assign, for migration and translation issue
bzr revid: dle@openerp.com-20130620175326-0lgpbdxiusa65ss2
2013-06-20 19:53:26 +02:00
Denis Ledoux c536045818 [RENAME]crm_partner_assign => crm_channel
bzr revid: dle@openerp.com-20130620150725-ksoctsc2pnyavx3t
2013-06-20 17:07:25 +02:00
Denis Ledoux 03d32a781f [FIX]crm_partner_assign: flake8 + try catch for get object reference + replace country,city of lead in view by one concatened char field with country and city, same for partner location
bzr revid: dle@openerp.com-20130613143601-dfsytrwij03fdov0
2013-06-13 16:36:01 +02:00
Parth Gajjar (Open ERP) b2684b01b0 [IMP] Improved Template
bzr revid: pga@tinyerp.com-20130612073519-9tva91agjof11ivl
2013-06-12 13:05:19 +05:30
Parth Gajjar (Open ERP) 65f12180c5 [IMP] Added Validation and some code improvement
bzr revid: pga@tinyerp.com-20130611115730-035v1wo2nwy2083m
2013-06-11 17:27:30 +05:30
Parth Gajjar (Open ERP) c0ef010544 [IMP] Improved Wizard
bzr revid: pga@tinyerp.com-20130610125057-3guyl18ktcnmhbch
2013-06-10 18:20:57 +05:30
Thibault Delavallée 28e66609b6 [FIX] crm_partner_assign: fixed crash with now unexisting method onchange_partner_ids; deleted dead code. This wizard is very ugly but seems to work.
bzr revid: tde@openerp.com-20130222121155-ytjog1hq32daamip
2013-02-22 13:11:55 +01:00
Thibault Delavallée 5506e519fe [IMP] crm_forward_to_partner: on_change_partner_ids -> onchange_partner_ids, already defined on mail.compose.message.
bzr revid: tde@openerp.com-20120904120240-hidqb9e3ivys9vpo
2012-09-04 14:02:40 +02:00
Thibault Delavallée c52ab94960 [REVIEW] addons: small cleanups nex to a diff read. Some improvements will follow, this commit is about small cleanups.
bzr revid: tde@openerp.com-20120904092820-56zgwpkqfpd7as5k
2012-09-04 11:28:20 +02:00
Thibault Delavallée d91979671f [REF] crm_partner_assign: refactored code a bit, following cleaning of mail, because it inherit from mail.compose.message. Removed send_to field, as the new composer is based on partners and simplify this wizard; removed a lot of code about setting email_from, email_to, ... because this should be managed by the other layers of the mail module. Cleaned the code in a more general way to remove weird things. Updated releveant form view, especially about context on Forward button, and the form view of the wizard that has been much simplified.
bzr revid: tde@openerp.com-20120824142000-0jbgvgdiip5475yp
2012-08-24 16:20:00 +02:00
Thibault Delavallée fb76f9f037 [IMP] [FIX] crm_partner_assign: as it inherits from mail.compose.message, updated the form view to avoid crashe; updated mail.compose.message composition mode, that is now an updatable selection field. crm_partner_assign will habe to be massively cleaned with the new mail module.
bzr revid: tde@openerp.com-20120824122928-dof1y1uxv3lkiwly
2012-08-24 14:29:28 +02:00
Fabien Pinckaers 06f60b3517 [FIX] body_text --> body, not ure it's good enough
bzr revid: fp@tinyerp.com-20120817120606-t97l9x2dguuv7kmp
2012-08-17 14:06:06 +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
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
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
Fabien Pinckaers 64a9321d56 [IMP] footer on forms
bzr revid: fp@tinyerp.com-20120710164011-unqi1okf2uu8yhts
2012-07-10 18:40:11 +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
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
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
Twinkle (OpenERP) 660cc67256 [IMP]Added highlight button on wizard
bzr revid: tch@tinyerp.com-20120620104923-z1hty740vn160fg9
2012-06-20 16:19:23 +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
Jigar Amin - OpenERP ca5a69de4f [IMP] crm : crm_partner_assign cleanup address dependancy
bzr revid: jam@tinyerp.com-20120306134846-yp4llvi8kbg14n0w
2012-03-06 19:18:46 +05:30
Harry (OpenERP) 477e4c09b4 [IMP] crm_partner_assign: clean test case and APIs
bzr revid: hmo@tinyerp.com-20111026092133-xdrikqkxs4e5usw3
2011-10-26 14:51:33 +05:30
ron@tinyerp.com ba3e68b092 [FIX]: crm_partner_assign: Cannot find field body in the following view parts composing the view of object model crm.lead.forward.to.partner
bzr revid: ron@tinyerp.com-20111019071325-vwxdwdtmk42bia48
2011-10-19 12:43:25 +05:30
Olivier Dony 3b1196867b [FIX] crm_partner_assign: remove obsolete field from view
bzr revid: odo@openerp.com-20110925014842-d3rx8nhgizgmv8sp
2011-09-25 03:48:42 +02:00
Harry (OpenERP) 3ec3fdc5b7 [FIX] crm_partner_assign: fixed regression
bzr revid: hmo@tinyerp.com-20110428101250-l9au5ucweq4mkw8n
2011-04-28 15:42:50 +05:30
Harry (OpenERP) 0577796333 [MERGE] merged addons trunk development branch after resolving conflicts
bzr revid: hmo@tinyerp.com-20110421080156-3c8gg29i01089rgo
2011-04-21 13:31:56 +05:30
Rifakat Haradwala (Open ERP) dbf82a8fb4 [FIX] rename name, descrition field to subject and body to remaining modules
bzr revid: rha@tinyerp.com-20110408072853-bhoeuqdfgoqx3tyb
2011-04-08 12:58:53 +05:30
Rifakat Haradwala (Open ERP) afc74ed47f [IMP] email.compose.message: removed method save_to_drafts() and did related changes for this
bzr revid: rha@tinyerp.com-20110407045607-tub41samcup20t5d
2011-04-07 10:26:07 +05:30
Thibault Francois c2531d6426 [IMP] mass forward lead also + fix email_to empty + fix body not defined
bzr revid: tfr@openerp.com-20110308164002-e28rir542eim9fff
2011-03-08 17:40:02 +01:00
Thibault Francois 6ef20247f0 [ADD] Mass mailing + Mass forward
bzr revid: tfr@openerp.com-20110228171827-32ftmy34psg9c600
2011-02-28 18:18:27 +01:00
Yogesh (OpenERP) df503eaf0d [IMP] crm,crm_partner_assing:- inherit email.compose.message instead of crm.send.mail and fix some problem.
bzr revid: ysa@tinyerp.com-20110225062346-tt0xn3mv6a90dozx
2011-02-25 11:53:46 +05:30
Fabien Pinckaers 7b315f70c3 moved
bzr revid: fp@tinyerp.com-20100921083731-vxl42pk01j9maz79
2010-09-21 10:37:31 +02:00