Commit Graph

63822 Commits

Author SHA1 Message Date
Antony Lesuisse 36e4ed47b7 [FIX] login params
bzr revid: al@openerp.com-20121114151714-i0hsz4lyfmps307x
2012-11-14 16:17:14 +01:00
Xavier Morel 923f75eeef [MEH] hardcode min-width for date fields in list view
bzr revid: xmo@openerp.com-20121114150717-sdf6ut4hbappaf8x
2012-11-14 16:07:17 +01:00
Thibault Delavallée 4e2609f35f [MERGE] Mail: improve incoming/outgoing emails behavior
Main:
- updated overall code to match the new mail openerp tools
- message_route: after checking the headers to find if the incoming email is a reply in an existing discussion, it checks whether the email is a reply to a private discussion (without model, res_id), based on the message_id of the mail; it then relies on the aliases then fetchmail, as before
- incoming emails and quick posting through Chatter now calls message_post_user_api (based on old message_post_api), that performs some things the composer do on its side (adding recipients of a replied message, cleaning the content)
Misc:
- general: updated modules according to the new tools mail functions
- general: message related to a new app installation now have a comment subtype, meaning they will effectively be pushed
- mail: improved set_message_read, fixed a bug with message_id
- fetchmail: fixed a bug in fetchmail module about non-existing variable
- portal: updated demo data

bzr revid: tde@openerp.com-20121114150500-pzj8zhyt5e29aekb
2012-11-14 16:05:00 +01:00
Thibault Delavallée f0569f7133 [MERGE] Tools: mail.py: (E)Mail management
Refactored a bit openerp/tools about (e)mails and html.
- moved some (e)mail related functions from misc to mail
- moved html_sanitizer into mail
- added html_email_clean, to clean incoming emails (remove quotes, signature)
- added a plaintext2html function, to convert plaintext into html (\n and \r are replaced by <br/>, more than two <br/> are replaced by end and beginning of paragraphs)
- append_content_to_html now uses plaintext2html, according to some new flags
- added tests for html_email_clean, plaintext2html, updated test for append_content_to_html, html_sanitize

bzr revid: tde@openerp.com-20121114150442-4rpfdy9spm1ig0qw
2012-11-14 16:04:42 +01:00
Cedric Snauwaert f76ac92242 [FIX]fix problem when iterating on several ids in create_move (value_residual was not recomputed)
bzr revid: csn@openerp.com-20121114150133-8hvrdkrwor7v9i2m
2012-11-14 16:01:33 +01:00
Denis Ledoux dle@openerp.com 8dcaac7f54 [FIX]Wrong date for datepicker, due to using self.value instead of self.get('value')
lp bug: https://launchpad.net/bugs/1075504 fixed

bzr revid: dle@openerp.com-20121114144345-boqe04siijwsuqor
2012-11-14 15:43:45 +01:00
Thibault Delavallée 3b31bdd295 [IMP] mail: small css tweak.
bzr revid: tde@openerp.com-20121114143516-zs3k4s5tzvbftbzb
2012-11-14 15:35:16 +01:00
Thibault Delavallée 026a042e7b [FIX] mail_thread: fixed message_subtype wrongly taken into account when posting through Chatter or fetchmail.
bzr revid: tde@openerp.com-20121114143506-qcmhrcngfxm4tbvu
2012-11-14 15:35:06 +01:00
Fabien Pinckaers 13f9de3d7c [FIX] can not delete an analytic account having lines
bzr revid: fp@tinyerp.com-20121114143454-6bkldl0yk6ob8qmp
2012-11-14 15:34:54 +01:00
Thibault Delavallée eb04795e28 [FIX] Fixed last fix...
bzr revid: tde@openerp.com-20121114141559-31w4389i22x7l7cd
2012-11-14 15:15:59 +01:00
Thibault Delavallée 23743683ea [IMP] tools: html_email_clean: a bit more robust.
bzr revid: tde@openerp.com-20121114141452-n5jy3yzbmlbd3811
2012-11-14 15:14:52 +01:00
Thibault Delavallée f7cb95db00 [FIX] email_template: fixed last revert. xml_id of user is now correct.
bzr revid: tde@openerp.com-20121114135515-y28jhsbmjcmln9gr
2012-11-14 14:55:15 +01:00
Thibault Delavallée 8e15ab0dff [FIX] Typo in tests.
bzr revid: tde@openerp.com-20121114135159-nouaj72drtot5hiv
2012-11-14 14:51:59 +01:00
Thibault Delavallée c6bd2c0ee0 [REV] mail.compose.message: some of the wizard fields back to invisible mode.
bzr revid: tde@openerp.com-20121114134803-hlbmmd14psdc2sk7
2012-11-14 14:48:03 +01:00
Thibault Delavallée 45eadceea6 [FIX] email_template: udpated test according to new specs of append_content_to_html.
bzr revid: tde@openerp.com-20121114133438-8m1q0r02i4xory0e
2012-11-14 14:34:38 +01:00
Thibault Delavallée 8dce388719 [REV] portal demo data: demo portal user xml_id back to its former value.
bzr revid: tde@openerp.com-20121114133422-3tb28n9rfdyh80d0
2012-11-14 14:34:22 +01:00
Fabien Pinckaers fdf9f920f0 [MERGE] a few merge props
bzr revid: fp@tinyerp.com-20121114131935-k8m4wfk31kagm86c
2012-11-14 14:19:35 +01:00
Vo Minh Thu 2136b24b53 [MERGE] added dependency on `web` in process and base_import.
bzr revid: vmt@openerp.com-20121114132115-6mffowp3l7uj8747
2012-11-14 14:21:15 +01:00
Xavier Morel 67115184f8 [FIX] references to renamed/removed methods in event handler bindings
bzr revid: xmo@openerp.com-20121114130600-2qf8egm0r9bwno1n
2012-11-14 14:06:00 +01:00
Vo Minh Thu ccbbb94b19 [MERGE] loading: explicitely allow .js file, log a warning for unknown types.
bzr revid: vmt@openerp.com-20121114130535-0ts5rbh51wre98ag
2012-11-14 14:05:35 +01:00
niv-openerp de39dccefb [FIX] problem with invalid on*|do* refactoring
bzr revid: nicolas.vanhoren@openerp.com-20121114125922-cirvs06k133dwako
2012-11-14 13:59:22 +01:00
Vo Minh Thu c20e2afda1 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121114125900-egz3k82n98kwz47x
2012-11-14 13:59:00 +01:00
Vo Minh Thu 6fe4d55251 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121114123943-oh8f0ni1e2itj1os
2012-11-14 13:39:43 +01:00
Fabien Pinckaers 11e4c9bd73 [MERGE] improved useability on stock
bzr revid: fp@tinyerp.com-20121114123758-hsezmxkmce0yki71
2012-11-14 13:37:58 +01:00
Fabien Pinckaers 5f0e2c8528 [MERGE] improved account wizard report
bzr revid: fp@tinyerp.com-20121114123655-kjf42on4ak0so1cl
2012-11-14 13:36:55 +01:00
Fabien Pinckaers 5790d33c81 [MERGE] improved wording in cancelling entries
bzr revid: fp@tinyerp.com-20121114123541-82qo0g31y11lrl6w
2012-11-14 13:35:41 +01:00
Fabien Pinckaers 241b6f9d3d [MERGE] translated key for INV (inventory)
bzr revid: fp@tinyerp.com-20121114122851-kn39kf8ranf7clkz
2012-11-14 13:28:51 +01:00
Fabien Pinckaers 2ac59ccc4b [IMP] Adding a test for taxes
bzr revid: fp@tinyerp.com-20121114122330-03x4q0g6b0v14er1
2012-11-14 13:23:30 +01:00
Fabien Pinckaers 56ce3d8f13 [MERGE] fix in margins on products
bzr revid: fp@tinyerp.com-20121114121621-xn3wt014bieprh1g
2012-11-14 13:16:21 +01:00
Fabien Pinckaers 4ca992b5aa [MERGE] fix iban for coda
bzr revid: fp@tinyerp.com-20121114121326-xjoh3m79n8v21jef
2012-11-14 13:13:26 +01:00
Vo Minh Thu 2e6efe423b [MERGE] added a duplicate operation to the db service.
bzr revid: vmt@openerp.com-20121114121308-3rbf8or8u1y9t0ks
2012-11-14 13:13:08 +01:00
Vo Minh Thu 19011a6d76 [MERGE] added a duplicate operation to the database managment screen.
bzr revid: vmt@openerp.com-20121114121250-9l0qmlvriwzp7zr9
2012-11-14 13:12:50 +01:00
Fabien Pinckaers a8a3b92c55 [IMP] rules
bzr revid: fp@tinyerp.com-20121114120945-in2c3eix7lqoxr2u
2012-11-14 13:09:45 +01:00
Fabien Pinckaers cf9aed2718 [MERGE] fox for notes access rights
bzr revid: fp@tinyerp.com-20121114120501-82vvhbojkpvoow3z
2012-11-14 13:05:01 +01:00
Thibault Delavallée 64277d04c3 [IMP] Addons: messages when installing key apps is not of comment subtype, meaning they are effectively pushed.
bzr revid: tde@openerp.com-20121114115504-tvh0j9ks0jde12ed
2012-11-14 12:55:04 +01:00
Xavier Morel 01630d6800 [FIX] focus/blur in fieldm2mtags in case of tabbing in/out
bzr revid: xmo@openerp.com-20121114114508-g97xdgq4a4fhpmjz
2012-11-14 12:45:08 +01:00
Vo Minh Thu 1ba3ae959f [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121114113528-t6ed04bv1d5p7h31
2012-11-14 12:35:28 +01:00
Vo Minh Thu 136363aff3 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20121114113507-o73jwcdow07daoho
2012-11-14 12:35:07 +01:00
Christophe Simonis e1f5dfc388 [FIX] jsonp wasn't working on some browse due to security restriction that do not store the third parties cookies.
bzr revid: chs@openerp.com-20121114113335-nag3ljcwwx0yfdnu
2012-11-14 12:33:35 +01:00
Vo Minh Thu 7dcb31bcde [IMP] duplicate_database: better logging.
bzr revid: vmt@openerp.com-20121114112521-g9q2n88ql9qwvlum
2012-11-14 12:25:21 +01:00
Thibault Delavallée 8b5a7c49a4 [REM] osv: removed temporary override of raise, added for debug purpose.
bzr revid: tde@openerp.com-20121114112021-trre94clvs8nuo43
2012-11-14 12:20:21 +01:00
Olivier Dony 524c3d500d [FIX] chrome.js: leftover typo after renaming of URL `action_id` param, new `action` param was being ignored
bzr revid: odo@openerp.com-20121114111923-x2qs3zdfzmezt5z8
2012-11-14 12:19:23 +01:00
Fabien Pinckaers bfe22e3c72 [MERGE] fix voucher multi-lines rounding on taxes
bzr revid: fp@tinyerp.com-20121114111705-0ic4me8loy4jq3fl
2012-11-14 12:17:05 +01:00
Thibault Delavallée 17c2939ddc [IMP] mail_thread: message_process: plaintext incoming messages are preserved in pre tags.
bzr revid: tde@openerp.com-20121114111129-8nkneu1h6ij2lk99
2012-11-14 12:11:29 +01:00
Thibault Delavallée 5afe27095f [FIX] mail_followes: signature addition is back, wrong var name.
bzr revid: tde@openerp.com-20121114111104-0jyqh2v0tk7zznc1
2012-11-14 12:11:04 +01:00
niv-openerp 44bdf27363 [FIX] temporarily disabled a hack on res.users to use the partners view because it made a lot of views crash
bzr revid: nicolas.vanhoren@openerp.com-20121114110558-lylif3w917pjeu3y
2012-11-14 12:05:58 +01:00
Vo Minh Thu a219c013f1 [IMP] controllers/main.py: removed unneeded tupling/splatting.
bzr revid: vmt@openerp.com-20121114110053-9vovll5tvjobjuka
2012-11-14 12:00:53 +01:00
niv-openerp 9f89256ef3 [IMP] css to make the m2o nicer
bzr revid: nicolas.vanhoren@openerp.com-20121114105554-ps21uqbrbremmjxb
2012-11-14 11:55:54 +01:00
Fabien Meghazi 3f0f60faa9 [FIX] Even IE9 only exposes console object when the debug window is opened
bzr revid: fme@openerp.com-20121114125715-wgr0wxb91dvccuag
2012-11-14 13:57:15 +01:00
Xavier Morel a36748ebe4 [FIX] disable min-width on select fields when inside editable list row
bzr revid: xmo@openerp.com-20121114125134-ojiupdhudxjtz6y5
2012-11-14 13:51:34 +01:00