odoo/odoo.git
11 years ago[FIX] test_db_cursor: explicitely close the cursor (without relying on __del__).
Vo Minh Thu [Thu, 15 Nov 2012 12:39:37 +0000 (13:39 +0100)]
[FIX] test_db_cursor: explicitely close the cursor (without relying on __del__).

bzr revid: vmt@openerp.com-20121115123937-keq4eb2a3n85x0rv

11 years ago[IMP] removing some warnings (those one are generated by tests).
Vo Minh Thu [Thu, 15 Nov 2012 11:57:59 +0000 (12:57 +0100)]
[IMP] removing some warnings (those one are generated by tests).

bzr revid: vmt@openerp.com-20121115115759-toz6g9jcephwxmin

11 years ago[MERGE] Tools: mail.py: (E)Mail management
Thibault Delavallée [Wed, 14 Nov 2012 15:04:42 +0000 (16:04 +0100)]
[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

11 years ago[FIX] can not delete an analytic account having lines
Fabien Pinckaers [Wed, 14 Nov 2012 14:34:54 +0000 (15:34 +0100)]
[FIX] can not delete an analytic account having lines

bzr revid: fp@tinyerp.com-20121114143454-6bkldl0yk6ob8qmp

11 years ago[IMP] tools: html_email_clean: a bit more robust.
Thibault Delavallée [Wed, 14 Nov 2012 14:14:52 +0000 (15:14 +0100)]
[IMP] tools: html_email_clean: a bit more robust.

bzr revid: tde@openerp.com-20121114141452-n5jy3yzbmlbd3811

11 years ago[FIX] Typo in tests.
Thibault Delavallée [Wed, 14 Nov 2012 13:51:59 +0000 (14:51 +0100)]
[FIX] Typo in tests.

bzr revid: tde@openerp.com-20121114135159-nouaj72drtot5hiv

11 years ago[MERGE] a few merge props
Fabien Pinckaers [Wed, 14 Nov 2012 13:19:35 +0000 (14:19 +0100)]
[MERGE] a few merge props

bzr revid: fp@tinyerp.com-20121114131935-k8m4wfk31kagm86c

11 years ago[MERGE] added dependency on `web` in process and base_import.
Vo Minh Thu [Wed, 14 Nov 2012 13:21:15 +0000 (14:21 +0100)]
[MERGE] added dependency on `web` in process and base_import.

bzr revid: vmt@openerp.com-20121114132115-6mffowp3l7uj8747

11 years ago[FIX] references to renamed/removed methods in event handler bindings
Xavier Morel [Wed, 14 Nov 2012 13:06:00 +0000 (14:06 +0100)]
[FIX] references to renamed/removed methods in event handler bindings

bzr revid: xmo@openerp.com-20121114130600-2qf8egm0r9bwno1n

11 years ago[MERGE] loading: explicitely allow .js file, log a warning for unknown types.
Vo Minh Thu [Wed, 14 Nov 2012 13:05:35 +0000 (14:05 +0100)]
[MERGE] loading: explicitely allow .js file, log a warning for unknown types.

bzr revid: vmt@openerp.com-20121114130535-0ts5rbh51wre98ag

11 years ago[FIX] problem with invalid on*|do* refactoring
niv-openerp [Wed, 14 Nov 2012 12:59:22 +0000 (13:59 +0100)]
[FIX] problem with invalid on*|do* refactoring

bzr revid: nicolas.vanhoren@openerp.com-20121114125922-cirvs06k133dwako

11 years ago[MERGE] merged trunk.
Vo Minh Thu [Wed, 14 Nov 2012 12:59:00 +0000 (13:59 +0100)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20121114125900-egz3k82n98kwz47x

11 years ago[MERGE] merged trunk.
Vo Minh Thu [Wed, 14 Nov 2012 12:39:43 +0000 (13:39 +0100)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20121114123943-oh8f0ni1e2itj1os

11 years ago[MERGE] improved useability on stock
Fabien Pinckaers [Wed, 14 Nov 2012 12:37:58 +0000 (13:37 +0100)]
[MERGE] improved useability on stock

bzr revid: fp@tinyerp.com-20121114123758-hsezmxkmce0yki71

11 years ago[MERGE] improved account wizard report
Fabien Pinckaers [Wed, 14 Nov 2012 12:36:55 +0000 (13:36 +0100)]
[MERGE] improved account wizard report

bzr revid: fp@tinyerp.com-20121114123655-kjf42on4ak0so1cl

11 years ago[MERGE] improved wording in cancelling entries
Fabien Pinckaers [Wed, 14 Nov 2012 12:35:41 +0000 (13:35 +0100)]
[MERGE] improved wording in cancelling entries

bzr revid: fp@tinyerp.com-20121114123541-82qo0g31y11lrl6w

11 years ago[MERGE] translated key for INV (inventory)
Fabien Pinckaers [Wed, 14 Nov 2012 12:28:51 +0000 (13:28 +0100)]
[MERGE] translated key for INV (inventory)

bzr revid: fp@tinyerp.com-20121114122851-kn39kf8ranf7clkz

11 years ago[IMP] Adding a test for taxes
Fabien Pinckaers [Wed, 14 Nov 2012 12:23:30 +0000 (13:23 +0100)]
[IMP] Adding a test for taxes

bzr revid: fp@tinyerp.com-20121114122330-03x4q0g6b0v14er1

11 years ago[MERGE] fix in margins on products
Fabien Pinckaers [Wed, 14 Nov 2012 12:16:21 +0000 (13:16 +0100)]
[MERGE] fix in margins on products

bzr revid: fp@tinyerp.com-20121114121621-xn3wt014bieprh1g

11 years ago[MERGE] fix iban for coda
Fabien Pinckaers [Wed, 14 Nov 2012 12:13:26 +0000 (13:13 +0100)]
[MERGE] fix iban for coda

bzr revid: fp@tinyerp.com-20121114121326-xjoh3m79n8v21jef

11 years ago[MERGE] added a duplicate operation to the db service.
Vo Minh Thu [Wed, 14 Nov 2012 12:13:08 +0000 (13:13 +0100)]
[MERGE] added a duplicate operation to the db service.

bzr revid: vmt@openerp.com-20121114121308-3rbf8or8u1y9t0ks

11 years ago[MERGE] added a duplicate operation to the database managment screen.
Vo Minh Thu [Wed, 14 Nov 2012 12:12:50 +0000 (13:12 +0100)]
[MERGE] added a duplicate operation to the database managment screen.

bzr revid: vmt@openerp.com-20121114121250-9l0qmlvriwzp7zr9

11 years ago[IMP] rules
Fabien Pinckaers [Wed, 14 Nov 2012 12:09:45 +0000 (13:09 +0100)]
[IMP] rules

bzr revid: fp@tinyerp.com-20121114120945-in2c3eix7lqoxr2u

11 years ago[MERGE] fox for notes access rights
Fabien Pinckaers [Wed, 14 Nov 2012 12:05:01 +0000 (13:05 +0100)]
[MERGE] fox for notes access rights

bzr revid: fp@tinyerp.com-20121114120501-82vvhbojkpvoow3z

11 years ago[FIX] focus/blur in fieldm2mtags in case of tabbing in/out
Xavier Morel [Wed, 14 Nov 2012 11:45:08 +0000 (12:45 +0100)]
[FIX] focus/blur in fieldm2mtags in case of tabbing in/out

bzr revid: xmo@openerp.com-20121114114508-g97xdgq4a4fhpmjz

11 years ago[MERGE] merged trunk.
Vo Minh Thu [Wed, 14 Nov 2012 11:35:28 +0000 (12:35 +0100)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20121114113528-t6ed04bv1d5p7h31

11 years ago[MERGE] merged trunk.
Vo Minh Thu [Wed, 14 Nov 2012 11:35:07 +0000 (12:35 +0100)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20121114113507-o73jwcdow07daoho

11 years ago[FIX] jsonp wasn't working on some browse due to security restriction that do not...
Christophe Simonis [Wed, 14 Nov 2012 11:33:35 +0000 (12:33 +0100)]
[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

11 years ago[IMP] duplicate_database: better logging.
Vo Minh Thu [Wed, 14 Nov 2012 11:25:21 +0000 (12:25 +0100)]
[IMP] duplicate_database: better logging.

bzr revid: vmt@openerp.com-20121114112521-g9q2n88ql9qwvlum

11 years ago[REM] osv: removed temporary override of raise, added for debug purpose.
Thibault Delavallée [Wed, 14 Nov 2012 11:20:21 +0000 (12:20 +0100)]
[REM] osv: removed temporary override of raise, added for debug purpose.

bzr revid: tde@openerp.com-20121114112021-trre94clvs8nuo43

11 years ago[FIX] chrome.js: leftover typo after renaming of URL `action_id` param, new `action...
Olivier Dony [Wed, 14 Nov 2012 11:19:23 +0000 (12:19 +0100)]
[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

11 years ago[MERGE] fix voucher multi-lines rounding on taxes
Fabien Pinckaers [Wed, 14 Nov 2012 11:17:05 +0000 (12:17 +0100)]
[MERGE] fix voucher multi-lines rounding on taxes

bzr revid: fp@tinyerp.com-20121114111705-0ic4me8loy4jq3fl

11 years ago[FIX] temporarily disabled a hack on res.users to use the partners view because it...
niv-openerp [Wed, 14 Nov 2012 11:05:58 +0000 (12:05 +0100)]
[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

11 years ago[IMP] controllers/main.py: removed unneeded tupling/splatting.
Vo Minh Thu [Wed, 14 Nov 2012 11:00:53 +0000 (12:00 +0100)]
[IMP] controllers/main.py: removed unneeded tupling/splatting.

bzr revid: vmt@openerp.com-20121114110053-9vovll5tvjobjuka

11 years ago[IMP] css to make the m2o nicer
niv-openerp [Wed, 14 Nov 2012 10:55:54 +0000 (11:55 +0100)]
[IMP] css to make the m2o nicer

bzr revid: nicolas.vanhoren@openerp.com-20121114105554-ps21uqbrbremmjxb

11 years ago[FIX] Even IE9 only exposes console object when the debug window is opened
Fabien Meghazi [Wed, 14 Nov 2012 12:57:15 +0000 (13:57 +0100)]
[FIX] Even IE9 only exposes console object when the debug window is opened

bzr revid: fme@openerp.com-20121114125715-wgr0wxb91dvccuag

11 years ago[FIX] disable min-width on select fields when inside editable list row
Xavier Morel [Wed, 14 Nov 2012 12:51:34 +0000 (13:51 +0100)]
[FIX] disable min-width on select fields when inside editable list row

bzr revid: xmo@openerp.com-20121114125134-ojiupdhudxjtz6y5

11 years ago[IMP] tools: added a true test for html_sanitize, some function renaming.
Thibault Delavallée [Wed, 14 Nov 2012 10:38:49 +0000 (11:38 +0100)]
[IMP] tools: added a true test for html_sanitize, some function renaming.

bzr revid: tde@openerp.com-20121114103849-hbxni04dpog1fxju

11 years ago[CLEAN] html_email_clean: cleaned a bit the code.
Thibault Delavallée [Wed, 14 Nov 2012 10:38:17 +0000 (11:38 +0100)]
[CLEAN] html_email_clean: cleaned a bit the code.

bzr revid: tde@openerp.com-20121114103817-t19i2sv817jsur41

11 years ago[FIX] problem with list editable in o2m
niv-openerp [Wed, 14 Nov 2012 10:31:56 +0000 (11:31 +0100)]
[FIX] problem with list editable in o2m

bzr revid: nicolas.vanhoren@openerp.com-20121114103156-tzbz8sm4x54jgjvm

11 years ago[IMP] loading.py: be a bit more explicit about valid/invalid data/test files.
Vo Minh Thu [Wed, 14 Nov 2012 10:31:40 +0000 (11:31 +0100)]
[IMP] loading.py: be a bit more explicit about valid/invalid data/test files.

bzr revid: vmt@openerp.com-20121114103140-y0k40eb525ak99v1

11 years ago[REV] Revision 3408 revid:al@openerp.com-20121114005029-41tkuo2g93vbnz60 does not...
Fabien Meghazi [Wed, 14 Nov 2012 09:07:31 +0000 (10:07 +0100)]
[REV] Revision 3408 revid:al@openerp.com-20121114005029-41tkuo2g93vbnz60 does not pass runbot tests

bzr revid: fme@openerp.com-20121114090731-hrw2eh6b1and8soc

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Wed, 14 Nov 2012 08:38:22 +0000 (09:38 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121114083822-v5zjlspvkhacj4fo

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 14 Nov 2012 04:40:52 +0000 (04:40 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121114044052-9z7ql9gtqnfz7ay0

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 14 Nov 2012 04:40:31 +0000 (04:40 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20121114044031-2vwgqs6jlwz2c8oe

11 years ago[MERGE] menu possible to reload only a submenu
Antony Lesuisse [Wed, 14 Nov 2012 00:50:29 +0000 (01:50 +0100)]
[MERGE] menu possible to reload only a submenu

bzr revid: al@openerp.com-20121114005029-41tkuo2g93vbnz60

11 years ago[IMP] Css improvements for mail, hr and events modules
Fabien Meghazi [Tue, 13 Nov 2012 16:28:47 +0000 (17:28 +0100)]
[IMP] Css improvements for mail, hr and events modules

bzr revid: fme@openerp.com-20121113162847-1t6vhwbhlrrm25xa

11 years ago[IMP] mail & web menu: code review for reload menu
Christophe Matthieu [Tue, 13 Nov 2012 16:02:48 +0000 (17:02 +0100)]
[IMP] mail & web menu: code review for reload menu

bzr revid: chm@openerp.com-20121113160248-1p2003uc9f5nnxnm

11 years ago[FIX]fleet: fix bug when clicking on renew contract button and add small changes...
Cedric Snauwaert [Tue, 13 Nov 2012 15:58:59 +0000 (16:58 +0100)]
[FIX]fleet: fix bug when clicking on renew contract button and add small changes on odometer view

bzr revid: csn@openerp.com-20121113155859-9r7f4cc8w8f9j3e4

11 years ago[FIX]add a field to sort hr_employee by name
Cedric Snauwaert [Tue, 13 Nov 2012 15:36:45 +0000 (16:36 +0100)]
[FIX]add a field to sort hr_employee by name

lp bug: https://launchpad.net/bugs/1077140 fixed

bzr revid: csn@openerp.com-20121113153645-0lywi300wseowczw

11 years ago[FIX] form shortcuts being somewhat active in listview leading to strange behaviors
Xavier Morel [Tue, 13 Nov 2012 15:36:10 +0000 (16:36 +0100)]
[FIX] form shortcuts being somewhat active in listview leading to strange behaviors

added a predicate and a decorator to View, so that views can easily
check if they are the active view and only execute relevant actions
when they are.

lp bug: https://launchpad.net/bugs/1067133 fixed

bzr revid: xmo@openerp.com-20121113153610-7yogikfyg4rxwsjp

11 years ago[MERGE] Fix a bug related to Chatter when switching records in form view:
Thibault Delavallée [Tue, 13 Nov 2012 15:33:53 +0000 (16:33 +0100)]
[MERGE] Fix a bug related to Chatter when switching records in form view:
- when simply switching, old messages were concatenated
- when deleting a record, a crash occured

bzr revid: tde@openerp.com-20121113153353-jrl2hguv01oupam5

11 years ago[FIX] phonecalls to invoice
Arnaud Pineux [Tue, 13 Nov 2012 15:32:16 +0000 (16:32 +0100)]
[FIX] phonecalls to invoice

lp bug: https://launchpad.net/bugs/1017353 fixed

bzr revid: api@openerp.com-20121113153216-n22f5kponm0xb4fq

11 years ago[FIX] phonecalls to invoice
Arnaud Pineux [Tue, 13 Nov 2012 15:30:16 +0000 (16:30 +0100)]
[FIX] phonecalls to invoice

lp bug: https://launchpad.net/bugs/1017353 fixed
lp bug: https://launchpad.net/bugs/1017353 fixed

bzr revid: api@openerp.com-20121113135107-zqri9d453i1lsn0h
bzr revid: api@openerp.com-20121113153016-efe1yiwxs1phyem4

11 years ago[MERGE]merge with latest trunk
Cedric Snauwaert [Tue, 13 Nov 2012 15:28:46 +0000 (16:28 +0100)]
[MERGE]merge with latest trunk

bzr revid: csn@openerp.com-20121113152846-1l2o09b0e0ttnkwr

11 years ago[MERGE] from trunk
Christophe Matthieu [Tue, 13 Nov 2012 15:28:42 +0000 (16:28 +0100)]
[MERGE] from trunk

bzr revid: chm@openerp.com-20121113152842-qwe8eibf2pb5dsrv

11 years ago[FIX]bug when renewing contract and small changes in odometer tree view
Cedric Snauwaert [Tue, 13 Nov 2012 15:26:39 +0000 (16:26 +0100)]
[FIX]bug when renewing contract and small changes in odometer tree view

bzr revid: csn@openerp.com-20121113152639-72l14qtzo09p3aoj

11 years ago[MERGE] Tools: image: reverted change introduced at rev 4440 (revid fp@openerp.com...
Thibault Delavallée [Tue, 13 Nov 2012 15:23:47 +0000 (16:23 +0100)]
[MERGE] Tools: image: reverted change introduced at rev 4440 (revid fp@openerp.com-20120916212139-2qnvuwk6sppxnp99). The purpose of image_resize is to resize an image, without cropping, without aspect ratio changes, and to apply a sharpen filter for better-looking result. Otherwise this leads to distorted images when resizing not squarred images.

bzr revid: tde@openerp.com-20121113152347-2ah6l4co3pu774jp

11 years ago[MERGE] Email template improvement
Thibault Delavallée [Tue, 13 Nov 2012 15:09:03 +0000 (16:09 +0100)]
[MERGE] Email template improvement
- add a email_recipients field, that is a field holding a comma separated list of partner_ids; this allows to add partners in the compose wizard that are directly visible in the 'additional contacts' field
- updated EDI templates to use email_recipients instead of email_to
- email_to is kept and is still working; email_to matching partners and email_recipients are concatenated
- slighty improved mail.compose.message form view when email_template is installed
added a test for this upgraded feature

bzr revid: tde@openerp.com-20121113150903-igm0fppm4r8ezcbe

11 years ago[FIX]order the hr_employee by name
Cedric Snauwaert [Tue, 13 Nov 2012 15:03:37 +0000 (16:03 +0100)]
[FIX]order the hr_employee by name

bzr revid: csn@openerp.com-20121113150337-coj0e1uk2pdxveg6

11 years ago[FIX] mail: fix the openchatter reload when the user change of record view (click...
Christophe Matthieu [Tue, 13 Nov 2012 14:57:22 +0000 (15:57 +0100)]
[FIX] mail: fix the openchatter reload when the user change of record view (click on next, delete...)

bzr revid: chm@openerp.com-20121113145722-72d2j7eiaxxlp6ys

11 years ago[MEH] vertical alignments
Xavier Morel [Tue, 13 Nov 2012 14:39:53 +0000 (15:39 +0100)]
[MEH] vertical alignments

bzr revid: xmo@openerp.com-20121113143953-4rvozux8uurv16d4

11 years ago[FIX] tools: image: trying to fix the error about converting palette image.
Thibault Delavallée [Tue, 13 Nov 2012 14:38:35 +0000 (15:38 +0100)]
[FIX] tools: image: trying to fix the error about converting palette image.

bzr revid: tde@openerp.com-20121113143835-1j8t9azqcrskijq7

11 years ago[IMP] web menu: add a context value for reload one submenus of a parent id menu....
Christophe Matthieu [Tue, 13 Nov 2012 14:32:20 +0000 (15:32 +0100)]
[IMP] web menu: add a context value for reload one submenus of a parent id menu. If no default_menu, load all menus

bzr revid: chm@openerp.com-20121113143220-zhwo06j7pl8rt2wi

11 years ago[REV] tools: image: reverted changes introduced at rev 4440. The purpose of image_res...
Thibault Delavallée [Tue, 13 Nov 2012 14:17:52 +0000 (15:17 +0100)]
[REV] tools: image: reverted changes introduced at rev 4440. The purpose of image_resize is to resize an image, without cropping, without aspect ratio changes. If another image management function is needed, please implement a new one with matching comments and behavior.

bzr revid: tde@openerp.com-20121113141752-1rbsais66ooi89jp

11 years ago[FIX] email_template: email_recipients, when void, generate a not-void partner_ids.
Thibault Delavallée [Tue, 13 Nov 2012 14:12:13 +0000 (15:12 +0100)]
[FIX] email_template: email_recipients, when void, generate a not-void partner_ids.

bzr revid: tde@openerp.com-20121113141213-j2hp2bdakjb4bw8z

11 years ago[FIX] do_load_state: highlight right menu when loading action using xmlid
Christophe Simonis [Tue, 13 Nov 2012 14:00:02 +0000 (15:00 +0100)]
[FIX] do_load_state: highlight right menu when loading action using xmlid

bzr revid: chs@openerp.com-20121113140002-gq330rwod0c7qf5m

11 years ago[MERGE] fix the phone call to opportunity to quotation
Arnaud Pineux [Tue, 13 Nov 2012 13:49:11 +0000 (14:49 +0100)]
[MERGE] fix the phone call to opportunity to quotation

lp bug: https://launchpad.net/bugs/1017353 fixed

bzr revid: api@openerp.com-20121113134911-gd4o1zj6ixtu83hm

11 years ago[MERGE] merged the branch of vta, with reconciliation on bank statement improvements
Quentin (OpenERP) [Tue, 13 Nov 2012 13:43:49 +0000 (14:43 +0100)]
[MERGE] merged the branch of vta, with reconciliation on bank statement improvements

bzr revid: qdp-launchpad@openerp.com-20121113134349-hve6daoig68o16c3

11 years ago[FIX]change of tva in netherlands from 19 to 21%
Cedric Snauwaert [Tue, 13 Nov 2012 13:39:19 +0000 (14:39 +0100)]
[FIX]change of tva in netherlands from 19 to 21%

lp bug: https://launchpad.net/bugs/1067059 fixed

bzr revid: csn@openerp.com-20121113133919-o483vdz5d3plq0ik

11 years ago[REVIEW] Removed unnecessary statements.
Thibault Delavallée [Tue, 13 Nov 2012 13:38:15 +0000 (14:38 +0100)]
[REVIEW] Removed unnecessary statements.

bzr revid: tde@openerp.com-20121113133815-rswtzhidara3u4zt

11 years ago[IMP] email_template list view: added email_recipients field.
Thibault Delavallée [Tue, 13 Nov 2012 13:35:34 +0000 (14:35 +0100)]
[IMP] email_template list view: added email_recipients field.

bzr revid: tde@openerp.com-20121113133534-en53nvd7td91p1bs

11 years ago[FIX] clicking on checkbox (boolean field) of list view should correctly trigger...
Xavier Morel [Tue, 13 Nov 2012 13:18:06 +0000 (14:18 +0100)]
[FIX] clicking on checkbox (boolean field) of list view should correctly trigger whatever the row action is

replaced @disabled checkboxes for boolean fields by @readonly + alpha
(50%), as disabled input do not generate *any* event. Not default
action (of course) but not e.g. a click either, whether delegated or
bound directly on the element, there's no way at all to see if e.g. a
user has clicked on a disabled checkbox or radio.

lp bug: https://launchpad.net/bugs/1013569 fixed

bzr revid: xmo@openerp.com-20121113131806-7fhog1f96gxnjr67

11 years ago[IMP] sale: edi template uses email_recipients.
Thibault Delavallée [Tue, 13 Nov 2012 13:18:03 +0000 (14:18 +0100)]
[IMP] sale: edi template uses email_recipients.

bzr revid: tde@openerp.com-20121113131803-lndvum7wl68v96ov

11 years ago[MERGE] Sync with trunk before merge.
Thibault Delavallée [Tue, 13 Nov 2012 13:11:19 +0000 (14:11 +0100)]
[MERGE] Sync with trunk before merge.

bzr revid: tde@openerp.com-20121113131119-gan52qyz2l04gaaf

11 years ago[REV] [IMP] email_template tests: reverted CHM changes about adding self everywhere...
Thibault Delavallée [Tue, 13 Nov 2012 13:10:44 +0000 (14:10 +0100)]
[REV] [IMP] email_template tests: reverted CHM changes about adding self everywhere; cleaned the new test.

bzr revid: tde@openerp.com-20121113131044-0z0286izrw35w6f1

11 years ago[MERGE]merge with latest trunk
Cedric Snauwaert [Tue, 13 Nov 2012 13:03:29 +0000 (14:03 +0100)]
[MERGE]merge with latest trunk

bzr revid: csn@openerp.com-20121113130329-a3h2mpopgp14r219

11 years ago[REM] useless events binding
Xavier Morel [Tue, 13 Nov 2012 12:42:27 +0000 (13:42 +0100)]
[REM] useless events binding

edition is triggered by row_clicked on the internal List

not even sure there's any td left which isn't an oe_list_field_cell

bzr revid: xmo@openerp.com-20121113124227-173ykkiwgv862oly

11 years ago[FIX] remove min-width on number form fields when inside an editable list view
Xavier Morel [Tue, 13 Nov 2012 12:30:47 +0000 (13:30 +0100)]
[FIX] remove min-width on number form fields when inside an editable list view

otherwise it refused to fit in small cells

also remove !important specifications which are just a bloody fucking
pain every single time, they're just a shit hack over doing things
correctly in the first place, to hell with these things.

lp bug: https://launchpad.net/bugs/1046180 fixed

bzr revid: xmo@openerp.com-20121113123047-jspflyhfb8gei24r

11 years ago[REF] account_voucher: refactoring of new featured button to create/edit the reconcil...
Quentin (OpenERP) [Tue, 13 Nov 2012 12:30:13 +0000 (13:30 +0100)]
[REF] account_voucher: refactoring of new featured button to create/edit the reconciliations on bank statement line

bzr revid: qdp-launchpad@openerp.com-20121113123013-htxy2ods9rkynt75

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Tue, 13 Nov 2012 12:27:13 +0000 (13:27 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121113122713-ups545fzl9pfphyu

11 years ago[MERGE] trunk-bug-1078037-abo: improve crm usability by removing restrictions on...
Antonin Bourguignon [Tue, 13 Nov 2012 11:50:04 +0000 (12:50 +0100)]
[MERGE] trunk-bug-1078037-abo: improve crm usability by removing restrictions on leads deletion
Read bug ticket for more information: https://bugs.launchpad.net/openobject-addons/+bug/1078037

lp bug: https://launchpad.net/bugs/1078037 fixed

bzr revid: abo@openerp.com-20121113115004-691uktwb9qmgblpx

11 years ago[IMP] email_template: relooked a bit the mail.compose.message wizard, use_template...
Thibault Delavallée [Tue, 13 Nov 2012 11:36:25 +0000 (12:36 +0100)]
[IMP] email_template: relooked a bit the mail.compose.message wizard, use_template by default, on bottom-right choose the template; rendre only when use_template and template_id set.

bzr revid: tde@openerp.com-20121113113625-fg3jp3047gnrx2wr

11 years ago[FIX] sale, purchase, account: send by email button calls the mail.compose.message...
Thibault Delavallée [Tue, 13 Nov 2012 11:20:38 +0000 (12:20 +0100)]
[FIX] sale, purchase, account: send by email button calls the mail.compose.message in comment mode.

bzr revid: tde@openerp.com-20121113112038-hwp41jldofq1al6k

11 years ago[MERGE] trunk
Quentin (OpenERP) [Tue, 13 Nov 2012 11:16:38 +0000 (12:16 +0100)]
[MERGE] trunk

bzr revid: qdp-launchpad@openerp.com-20121113111638-lwlcno51ule5aq54

11 years ago[FIX] listview display when action button deletes the corresponding record
Xavier Morel [Tue, 13 Nov 2012 10:44:07 +0000 (11:44 +0100)]
[FIX] listview display when action button deletes the corresponding record

if a record has disappeared between activating a button and refreshing
the record, remove it from the list view

lp bug: https://launchpad.net/bugs/1042718 fixed

bzr revid: xmo@openerp.com-20121113104407-n924vinluqfdtesf

11 years ago[MERGE] SYNC trunk-improve-css-all-browsers
nwi-openerp [Tue, 13 Nov 2012 10:35:30 +0000 (11:35 +0100)]
[MERGE] SYNC trunk-improve-css-all-browsers

bzr revid: nwi@openerp.com-20121113103530-s2r2m2iq8nt8cp8z

11 years ago[MERGE] SYNC trunk-improve-css-all-browsers
nwi-openerp [Tue, 13 Nov 2012 10:33:17 +0000 (11:33 +0100)]
[MERGE] SYNC trunk-improve-css-all-browsers

bzr revid: nwi@openerp.com-20121113103317-po45876ojrfdqwhi

11 years ago[FIX] comment jquery ui bootstrap global styling
Fabien Meghazi [Tue, 13 Nov 2012 10:14:48 +0000 (11:14 +0100)]
[FIX] comment jquery ui bootstrap global styling

bzr revid: fme@openerp.com-20121113101448-a3603utoogsvvjta

11 years ago[MERGE] 20 merge props
Fabien Pinckaers [Tue, 13 Nov 2012 08:56:28 +0000 (09:56 +0100)]
[MERGE] 20 merge props

bzr revid: fp@tinyerp.com-20121113085628-a20qtouxxw7gh98b

11 years ago[MERGE] Sync with trunk.
Thibault Delavallée [Tue, 13 Nov 2012 08:41:53 +0000 (09:41 +0100)]
[MERGE] Sync with trunk.

bzr revid: tde@openerp.com-20121113084153-8qey53cjvg62a44s

11 years ago[MERGE] nop
Fabien Pinckaers [Tue, 13 Nov 2012 08:19:59 +0000 (09:19 +0100)]
[MERGE] nop

bzr revid: fp@tinyerp.com-20121113081959-b3rn25egh6zv4jg7

11 years ago[MERGE] l10n_fr chart of accounts cleanup
Fabien Pinckaers [Tue, 13 Nov 2012 08:19:19 +0000 (09:19 +0100)]
[MERGE] l10n_fr chart of accounts cleanup

bzr revid: fp@tinyerp.com-20121113081919-bh17h2r8jzoj0jii

11 years ago[MERGE] removed calendar view mode for analytic accounts
Fabien Pinckaers [Tue, 13 Nov 2012 08:18:35 +0000 (09:18 +0100)]
[MERGE] removed calendar view mode for analytic accounts

bzr revid: fp@tinyerp.com-20121113081835-ghrrckwd74me82hc

11 years ago[MERGE] fix ftp with filezilla
Fabien Pinckaers [Tue, 13 Nov 2012 08:17:55 +0000 (09:17 +0100)]
[MERGE] fix ftp with filezilla

bzr revid: fp@tinyerp.com-20121113081755-d0769mzd2yluf903

11 years ago[MERGE] fix search on budget lines
Fabien Pinckaers [Tue, 13 Nov 2012 08:17:14 +0000 (09:17 +0100)]
[MERGE] fix search on budget lines

bzr revid: fp@tinyerp.com-20121113081714-c6g1ydk3t88v7mxm

11 years ago[MERGE] fix demo data for payroll
Fabien Pinckaers [Tue, 13 Nov 2012 08:13:30 +0000 (09:13 +0100)]
[MERGE] fix demo data for payroll

bzr revid: fp@tinyerp.com-20121113081330-0vytlyg5524uvdtv

11 years ago[MERGE] fix belgian VAT statement
Fabien Pinckaers [Tue, 13 Nov 2012 08:12:46 +0000 (09:12 +0100)]
[MERGE] fix belgian VAT statement

bzr revid: fp@tinyerp.com-20121113081246-vvwv5cvintjfg9gg

11 years ago[MERGE] set context when None on sale.order
Fabien Pinckaers [Tue, 13 Nov 2012 08:09:08 +0000 (09:09 +0100)]
[MERGE] set context when None on sale.order

bzr revid: fp@tinyerp.com-20121113080908-jb73ee8q5vpfmxmf

11 years ago[FIX] assets
Fabien Pinckaers [Tue, 13 Nov 2012 08:07:06 +0000 (09:07 +0100)]
[FIX] assets

bzr revid: fp@tinyerp.com-20121113080706-1zlo8qnbieys8nxy