Commit Graph

87 Commits

Author SHA1 Message Date
Martin Trigaux 8f7484b6af [FIX] crm_partner_assign: message translation structure
Backport of 1989495 without breaking existing translations.
do not forward port in 9 where proper fix has been made at 1989495.

Do not generate the messages by putting bits of sentences together.
Other languages do not have the same structure (and 'have not' was not
translated anyway).

For 8.0 keep the same source for the base error message but create a new one for
the negation as it was wrong in other languages.
2015-09-10 11:45:50 +02:00
Fabien Meghazi faa09da325 Removed version="7.0" from form views 2014-06-12 09:09:59 +02:00
Denis Ledoux 5759df7bef [FIX] crm_partner_assign: add discussion subtype to interested/disintered messages, so portal users can see it
bzr revid: dle@openerp.com-20140404125450-v94rjpuuse9gkibr
2014-04-04 14:54:50 +02:00
Denis Ledoux ebb14f776a [FIX] crm_partner_assign: custom next client is not anymore usefull, cases where the record was no more readable after write (due to security changes) are now handled by the web client
bzr revid: dle@openerp.com-20140326154738-jocgzfjpiucdfxki
2014-03-26 16:47:38 +01:00
Thibault Delavallée 9cf78e93cc [MERGE] Sync with trunk, tries to solve conflicts. There are still some new images to convert into images in xml files.
bzr revid: tde@openerp.com-20140116103910-qmm2y6kucmngplnk
2014-01-16 11:39:10 +01:00
Denis Ledoux 39a54d1096 [FIX]crm_partner_assign: message_post only accept one thread id
bzr revid: dle@openerp.com-20140115113525-01dzfhjfawvxwopb
2014-01-15 12:35:25 +01:00
Denis Ledoux e5e397b01b [FIX] crm_partner_assign: on forward, set section_id if user_id has default section id
bzr revid: dle@openerp.com-20140107105324-xaa21r8fnl0ncg66
2014-01-07 11:53:24 +01:00
Thibault Delavallée e541755ae4 [MOV] portal: moved portal group into base.
Updated security rules. Basic res_partner rules are moved into base. Added rule with website_published.

bzr revid: tde@openerp.com-20131008113545-gpqydx0b199lcqpy
2013-10-08 13:35:45 +02:00
Denis Ledoux efca91362a [IMP]crm_partner_assign: using child of to find all partner from a company
bzr revid: dle@openerp.com-20130621094347-lmjd6tna1gffjxel
2013-06-21 11:43:47 +02:00
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 4fc3cc862f [FIX]crm_partner_assign: mass lead forward, now one email per partner, even in several partner mode + code/execution time optimization/improvement
bzr revid: dle@openerp.com-20130613163813-315l55kle96sn5gh
2013-06-13 18:38:13 +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) b9fd2226ba [IMP] improved code
bzr revid: pga@tinyerp.com-20130611064910-50u7hfdq7wkpym34
2013-06-11 12:19:10 +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
dle@openerp.com 3d96e3d789 [FIX]crm_partner_assign: add partner in lead followers
bzr revid: dle@openerp.com-20130527093528-vu00ptl0wf4yj184
2013-05-27 11:35:28 +02:00
Thibault Delavallée 661ff82af4 [FIX] crm partner assign: consider all forward message as mass_mailing; this way the message will not have any subtype, therefore not sent to any follower; but partner_ids (aka, assigned partner) will receive it.
bzr revid: tde@openerp.com-20130510141459-976io7ls9hllizvx
2013-05-10 16:14:59 +02:00
Raphael Collet 96ad608854 [IMP] general: use registry[X] instead registry.get(X) when X is dynamic
bzr revid: rco@openerp.com-20130329143720-80pkd4csemlk1aqz
2013-03-29 15:37:20 +01:00
Antony Lesuisse 3aa39206f9 [FIX] crm_partner_assign typos
bzr revid: al@openerp.com-20130312131039-yy28lv24gf2nybfk
2013-03-12 14:10:39 +01:00
Antony Lesuisse 6204bc28f0 [FIX] crm_partner_assign use email_template
bzr revid: al@openerp.com-20130312002934-4j84nb0dhcwayw9f
2013-03-12 01:29:34 +01:00
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
Vo Minh Thu e7f4891d46 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121206145632-0h1coh5aaem65wsy
2012-12-06 15:56:32 +01:00
Olivier Dony e5921325bd [REM] mail.compose.wizard: remove unused body_text and content_subtype fields
These fields were used in pre-7.0 to manage the plaintext variant of the 
mail being composed, but as of 7.0 the composition wizard will always
use the HTML/Rich text mode, so they can be dropped.

bzr revid: odo@openerp.com-20121115135634-fcy6mexnctwg0nxb
2012-11-15 14:56:34 +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
Thibault Delavallée c5cfb049f8 [FIX] Fixed last commit (forgotten a ','), fixed demo data about non-existing fields.
bzr revid: tde@openerp.com-20120824100205-nm4vjw13qx363cb5
2012-08-24 12:02:05 +02:00
Thibault Delavallée 6a386dc762 [FIX] crm_forward_to_partner: to_email is now tools.email_split.
bzr revid: tde@openerp.com-20120824093130-e24hm16pq14x84zb
2012-08-24 11:31:30 +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
Thibault Delavallée aac03b547d [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120814152634-ix63oxwcyrfkku4t
2012-08-14 17:26:34 +02:00
Vo Minh Thu 9822629548 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120813160657-ilujdek8ys4fzhp9
2012-08-13 18:06:57 +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
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
Thibault Delavallée f98c468905 [MERGE] Merged with main addons
bzr revid: tde@openerp.com-20120402085718-vkbvudzpa4e1t9m8
2012-04-02 10:57:18 +02:00
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
Thibault Delavallée 526281d470 [FIX] crm_partner_assign, hr_recruitment: fixed 2 write using an int instead of list
bzr revid: tde@openerp.com-20120228151441-kow3r6nn96qn6w4q
2012-02-28 16:14:41 +01:00
ron@tinyerp.com f56cc312e4 [IMP] crm_parner_assign, crm: Corrected history[whole, laetst, case info] for lead forword to its nearest partner email wizard
bzr revid: ron@tinyerp.com-20111130120640-t6l8pec0fb6pehjq
2011-11-30 17:36:40 +05:30