Commit Graph

2633 Commits

Author SHA1 Message Date
Antony Lesuisse f5254e03ff [FIX] res.users last_login typodowan
bzr revid: al@openerp.com-20121122221200-2ut9pdc3z40b26r1
2012-11-22 23:12:00 +01:00
Arnaud Pineux 16203707c3 [IMP] change order for top menu item sequence number
bzr revid: api@openerp.com-20121122082630-ujk49g77z1mb8gqg
2012-11-22 09:26:30 +01:00
Vo Minh Thu dc3d462b9f [IMP] test_search: comment typos.
bzr revid: vmt@openerp.com-20121121143159-mppc6s7rezpwc3hx
2012-11-21 15:31:59 +01:00
Quentin (OpenERP) b4742249b4 [FIX] base: test_search, invalid use of search criterion 'active in (True, False)' replaced by 'active is True OR active is False'
bzr revid: qdp-launchpad@openerp.com-20121121125347-hsihsibwz0igp03r
2012-11-21 13:53:47 +01:00
Quentin (OpenERP) d0b4d040e1 [FIX] base: fixed syntax errors and test import of test_search python test
bzr revid: qdp-launchpad@openerp.com-20121121122106-4mrnlw4z01np21dq
2012-11-21 13:21:06 +01:00
Quentin (OpenERP) 72014c4109 [ADD] base: added python test on the search() method
bzr revid: qdp-launchpad@openerp.com-20121121114557-5swzfuisp2apttd5
2012-11-21 12:45:57 +01:00
Launchpad Translations on behalf of openerp 3eb3d5bb6b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121121044755-oo3gvj8xlcswn1xq
2012-11-21 04:47:55 +00:00
Olivier Dony 4f58796e38 [IMP] res.users: avoid spurious warnings when last login date cannot be updated
bzr revid: odo@openerp.com-20121120131610-v0xwu5zsbmxwvcwe
2012-11-20 14:16:10 +01:00
Thibault Delavallée 8520f45315 [MOV] admin and demo avatars: moved from mail to server.
bzr revid: tde@openerp.com-20121120091831-ja4zv52q1l8burs7
2012-11-20 10:18:31 +01:00
Launchpad Translations on behalf of openerp a792b03064 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121120045120-19bxfsgj0kx6nbld
2012-11-20 04:51:20 +00:00
Raphael Collet 6bbac26ffb [IMP] ir_confir_parameter: add parameter 'force' in method 'init' to reinitialize existing parameters
This is useful when creating a new database from a dump (reinitialize database.uuid, etc.)

bzr revid: rco@openerp.com-20121119110206-la2yaohf7wmi9yx2
2012-11-19 12:02:06 +01:00
Launchpad Translations on behalf of openerp caa54bb76f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121119043724-mjkn4taco62obn62
2012-11-19 04:37:24 +00:00
Thibault Delavallée 29e0ab965f [IMP] res_users: removed hack about redirecting the fields view get. Added a simplified contact form the the user, used for example when viewing a salesman profile.
bzr revid: tde@openerp.com-20121115103412-jl0o40t8d3d76ysd
2012-11-15 11:34:12 +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
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
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 0fb44bd06c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121114044031-2vwgqs6jlwz2c8oe
2012-11-14 04:40:31 +00:00
Launchpad Translations on behalf of openerp 4d51fd1c02 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121113051658-s3j4n5kom54a2wex
2012-11-13 05:16:58 +00:00
Thibault Delavallée d52fdd0ab3 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121112160536-63tx1u3c6yr2u8x9
2012-11-12 17:05:36 +01:00
Olivier Dony 91e2d25cdd [MERGE] ir.filters now have @is_default and a corresponding API adaptation
Client code usually calls get_filters() to get the list of filters for
a particular model, and then create_or_replace() to manage these filters.
In both cases a new @is_default attribute is now available - the idea
being that the default filter is always applied when a view is newly
opened. Global (user_id = False) filters are replaced by user-specific
filters when there are any.

bzr revid: odo@openerp.com-20121109140828-gpuifdjwrmefg5n2
2012-11-09 15:08:28 +01:00
Thibault Delavallée 62c419e66f [IMP] tools: mail: improved append_content_to_html, including plaintext2html. Updated tests.
bzr revid: tde@openerp.com-20121109123521-e04g4zrhtv947l1r
2012-11-09 13:35:21 +01:00
Xavier Morel 4a4fc38d5e [FIX] nuke ir.model.data caches before starting imports
Otherwise a previous validation (or 2) will poison the cache and the
import itself will fail even though the validation succeeeded (and
importing with no validation would have succeeded), as the orm cache
doesn't take DB rollbacks in account.

bzr revid: xmo@openerp.com-20121109113951-p3qgg6m5g7poay5e
2012-11-09 12:39:51 +01:00
Thibault Delavallée 0d027a3f8b [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121108161124-au0kg2b4h2uzzf6c
2012-11-08 17:11:24 +01:00
Thibault Delavallée 95f07f7773 [FIX] demo data: moved email address of admin from data to demo.
bzr revid: tde@openerp.com-20121108161036-97lynkhqdhpjbfa8
2012-11-08 17:10:36 +01:00
Quentin (OpenERP) 21af7835e0 [FIX] base, res.partner.view: remove duplicated invisible attribute that was totally hiding the 'type' field
bzr revid: qdp-launchpad@openerp.com-20121108140551-lefrv5ndvyzw5tt9
2012-11-08 15:05:51 +01:00
Thibault Delavallée 89083480fa [IMP] [DEMO] admin, demo: updated demo data (email, signature).
bzr revid: tde@openerp.com-20121108101715-3ipopg5otdq9u0vx
2012-11-08 11:17:15 +01:00
Olivier Dony 384a95461a [IMP] ir_filters: use "shared filters" to designate global filters, to match the UI
bzr revid: odo@openerp.com-20121108092822-l8bog0ow0m0ey0b8
2012-11-08 10:28:22 +01:00
Thibault Delavallée 311cd19465 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20121108090825-jrs7pwqnkeoyi8z4
2012-11-08 10:08:25 +01:00
Fabien Pinckaers b5b3cbf4e4 [FIX] typo
bzr revid: fp@tinyerp.com-20121107173349-02vp0acqgdcnmi83
2012-11-07 18:33:49 +01:00
Thibault Delavallée e6a9084677 [IMP] tools: added text2html function, basically turning plaintext into html. Added a test for this function. Updated signature for demo data.
bzr revid: tde@openerp.com-20121107164117-2caoqna2aclzowpk
2012-11-07 17:41:17 +01:00
Fabien Pinckaers 065848db8f [IMP] default emails on admin and demo so that they can perform tests
bzr revid: fp@tinyerp.com-20121108095604-6tzd8i8chuxr9014
2012-11-08 10:56:04 +01:00
Xavier Morel 59301c655f [MERGE] from server
bzr revid: xmo@openerp.com-20121107111011-9q0c8kbuype5a8l6
2012-11-07 12:10:11 +01:00
Olivier Dony 4ba1696ce2 [FIX] res.partner: read image files in binary mode
lp bug: https://launchpad.net/bugs/1048040 fixed

bzr revid: odo@openerp.com-20121106181502-tzqmrhs0u8odngvz
2012-11-06 19:15:02 +01:00
Fabien Meghazi c71ce60400 [IMP] ir.translation, raise exception when trying to translate fields when no extra language is installed.
bzr revid: fme@openerp.com-20121106162753-6eqbhnwqhjgeun78
2012-11-06 17:27:53 +01:00
Xavier Morel 18f885b10f [FIX] recursive conversion of o2ms in import
added new test cases from gkr

bzr revid: xmo@openerp.com-20121106084206-1cckepflh9h4g1yv
2012-11-06 09:42:06 +01:00
Launchpad Translations on behalf of openerp c1d04e00d6 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121106045008-xngylwi17dh211vm
2012-11-06 04:50:08 +00:00
Amit Patel 70897759f6 [MERGE]:trunk
bzr revid: apa@tinyerp.com-20121105062709-ks3ca7hqvha39nls
2012-11-05 11:57:09 +05:30
Launchpad Translations on behalf of openerp 958edad965 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121105044053-iwdfmabj0neffc9o
2012-11-05 04:40:53 +00:00
Fabien Pinckaers 01cd1742cc [FIX]
bzr revid: fp@openerp.com-20121102162805-tp46s4x40dwedkij
2012-11-02 17:28:05 +01:00
Fabien Pinckaers 31cf1f3dec [MERGE]
bzr revid: fp@openerp.com-20121102160310-ektb2rrpsfs3weq8
2012-11-02 17:03:10 +01:00
Xavier Morel 5bd939f0ac [REM] useless intermediate lambdas in default values
bzr revid: xmo@openerp.com-20121102094705-6vcutz0bv4dc0jkl
2012-11-02 10:47:05 +01:00
Fabien Pinckaers 38a788897f [MERGE] remove widgets
bzr revid: fp@tinyerp.com-20121102093110-oforyy904v72hd6g
2012-11-02 10:31:10 +01:00
Fabien Pinckaers eb9cefed2e [fIX] change country when setting sate
bzr revid: fp@tinyerp.com-20121102091449-7v1c0mw0w3x0wb36
2012-11-02 10:14:49 +01:00
Fabien Pinckaers f37eb66576 [MERGE] open a company from tree view
bzr revid: fp@tinyerp.com-20121102081048-aq5a3ucw1x7f9zrl
2012-11-02 09:10:48 +01:00
Launchpad Translations on behalf of openerp 0ccc4a676b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121102050908-6y0il5amvsy9di8a
2012-11-02 05:09:08 +00:00
Khushboo Bhatt (Open ERP) e4a2cdd754 [IMP]action updated of company
bzr revid: kbh@tinyerp.com-20121101105518-nb43aza05we1gbxh
2012-11-01 16:25:18 +05:30
Khushboo Bhatt (Open ERP) 67403ed214 [IMP]company can be open from company's structure.
bzr revid: kbh@tinyerp.com-20121101060215-mdlvkc4mtphgsvfm
2012-11-01 11:32:15 +05:30
Divyesh Makwana (Open ERP) ba8d8f9bc9 [FIX] Fix the problem of image, at the time of creation of new company.
bzr revid: mdi@tinyerp.com-20121031094412-lzspjtpa9fy4z0bc
2012-10-31 15:14:12 +05:30
Divyesh Makwana (Open ERP) 7b13fdcfa5 [FIX] At the time of creation of record from yml, the onchange will fire and it will override the actual image by default image.
bzr revid: mdi@tinyerp.com-20121031092846-lfp54q21hqre8231
2012-10-31 14:58:46 +05:30
Divyesh Makwana (Open ERP) 60f12a1ce0 [FIX] At the time of creation of record from yml, the onchange will fire and it will override the actual image by default image.
bzr revid: mdi@tinyerp.com-20121031092745-0yqcnrsv949n1v29
2012-10-31 14:57:45 +05:30