Commit Graph

63585 Commits

Author SHA1 Message Date
Vo Minh Thu 7c33378557 [IMP] loading: the warning about access rights give an example that can be copied.
bzr revid: vmt@openerp.com-20121115160611-9dkyx82d94pve2rx
2012-11-15 17:06:11 +01:00
Vo Minh Thu 147fae832a [FIX] test_db_cursor: explicitely close the cursor (without relying on __del__).
bzr revid: vmt@openerp.com-20121115123937-keq4eb2a3n85x0rv
2012-11-15 13:39:37 +01:00
Vo Minh Thu 08a2115754 [IMP] removing some warnings (those one are generated by tests).
bzr revid: vmt@openerp.com-20121115115759-toz6g9jcephwxmin
2012-11-15 12:57:59 +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
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 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 8e15ab0dff [FIX] Typo in tests.
bzr revid: tde@openerp.com-20121114135159-nouaj72drtot5hiv
2012-11-14 14:51:59 +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
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
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
Thibault Delavallée cbf3c82e88 [IMP] tools: added a true test for html_sanitize, some function renaming.
bzr revid: tde@openerp.com-20121114103849-hbxni04dpog1fxju
2012-11-14 11:38:49 +01:00
Thibault Delavallée 7508a5c724 [CLEAN] html_email_clean: cleaned a bit the code.
bzr revid: tde@openerp.com-20121114103817-t19i2sv817jsur41
2012-11-14 11:38:17 +01:00
niv-openerp 729eb0ff4f [FIX] problem with list editable in o2m
bzr revid: nicolas.vanhoren@openerp.com-20121114103156-tzbz8sm4x54jgjvm
2012-11-14 11:31:56 +01:00
Vo Minh Thu 45f8c4adb7 [IMP] loading.py: be a bit more explicit about valid/invalid data/test files.
bzr revid: vmt@openerp.com-20121114103140-y0k40eb525ak99v1
2012-11-14 11:31:40 +01:00
Fabien Meghazi 9114457d71 [REV] Revision 3408 revid:al@openerp.com-20121114005029-41tkuo2g93vbnz60 does not pass runbot tests
bzr revid: fme@openerp.com-20121114090731-hrw2eh6b1and8soc
2012-11-14 10:07:31 +01:00
Thibault Delavallée e2e94513f7 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121114083822-v5zjlspvkhacj4fo
2012-11-14 09:38:22 +01:00
Launchpad Translations on behalf of openerp 9d8a2ea8e9 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121114044052-9z7ql9gtqnfz7ay0
2012-11-14 04:40:52 +00:00
Launchpad Translations on behalf of openerp 0fb44bd06c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121114044031-2vwgqs6jlwz2c8oe
2012-11-14 04:40:31 +00:00
Antony Lesuisse d639ae250c [MERGE] menu possible to reload only a submenu
bzr revid: al@openerp.com-20121114005029-41tkuo2g93vbnz60
2012-11-14 01:50:29 +01:00
Fabien Meghazi f6ac96016b [IMP] Css improvements for mail, hr and events modules
bzr revid: fme@openerp.com-20121113162847-1t6vhwbhlrrm25xa
2012-11-13 17:28:47 +01:00
Christophe Matthieu 0cf93f912b [IMP] mail & web menu: code review for reload menu
bzr revid: chm@openerp.com-20121113160248-1p2003uc9f5nnxnm
2012-11-13 17:02:48 +01:00
Cedric Snauwaert eedab29ddf [FIX]fleet: fix bug when clicking on renew contract button and add small changes on odometer view
bzr revid: csn@openerp.com-20121113155859-9r7f4cc8w8f9j3e4
2012-11-13 16:58:59 +01:00