Commit Graph

25491 Commits

Author SHA1 Message Date
qdp-launchpad@tinyerp.com 28ca304453 [FIX] account: fixed the query_get method of account.move.line
bzr revid: qdp-launchpad@tinyerp.com-20110107110425-71apgdq792ccgll3
2011-01-07 12:04:25 +01:00
Olivier Dony 95930221b6 [FIX] res_user.change_password: warn about empty passwords (needs context for translations)
bzr revid: odo@openerp.com-20110107093929-2ezai2gwx8hdyfuc
2011-01-07 10:39:29 +01:00
Olivier Dony 925afa15cd [FIX] res_user: typo in exception message
bzr revid: odo@openerp.com-20110107091430-xc09d5ajliy7nqss
2011-01-07 10:14:30 +01:00
Mustufa Rangwala e033495545 [REM] l10n_chart_uk_minimal: Remove module (LP Translations)
bzr revid: mra@mra-laptop-20110107050855-vzwlfap90g86uj1s
2011-01-07 10:38:55 +05:30
Mustufa Rangwala 1402c34bf0 [REM] l10n_ch_chart_c2c_pcg: Remove module (LP Translations)
bzr revid: mra@mra-laptop-20110107050546-4lqtd7s9x2ow06gr
2011-01-07 10:35:46 +05:30
Fabien Pinckaers 9bc467896d fix
bzr revid: fp@tinyerp.com-20110106192854-rhe48cn8964b201h
2011-01-06 20:28:54 +01:00
Olivier Dony 7d3375f49f [MERGE] bugfixes: default language for partners, password change, validation of custom selection fields, ...
See the bug links

lp bug: https://launchpad.net/bugs/670264 fixed
lp bug: https://launchpad.net/bugs/692891 fixed
lp bug: https://launchpad.net/bugs/695678 fixed
lp bug: https://launchpad.net/bugs/631547 fixed
lp bug: https://launchpad.net/bugs/632927 fixed

bzr revid: odo@openerp.com-20110106173828-kdv1gtdvbws1ceb5
2011-01-06 18:38:28 +01:00
Olivier Dony f68dbc723c [FIX] crm,project,share: remove explicit references to user password field in inherited views of res.users
The password field will be completely dropped from all views, for security reasons.

bzr revid: odo@openerp.com-20110106172452-6k7l84yhb5yzw08a
2011-01-06 18:24:52 +01:00
qdp-launchpad@tinyerp.com 232c2fbfce [MERGE] merged the numerigraphe branch related to french translations
bzr revid: qdp-launchpad@tinyerp.com-20110106162730-nhqmecx2lgl0eb6c
2011-01-06 17:27:30 +01:00
Olivier Dony efa3c687c3 [FIX] netsvc: debug_rpc_answer should log all contents of RPC calls, debug_rpc only summary of requests
bzr revid: odo@openerp.com-20110106112943-jw9hdjsn19djrgia
2011-01-06 12:29:43 +01:00
qdp-launchpad@tinyerp.com a852306c63 [FIX] account: removed multi-company group on company_id fields of accounting configuration wizards
lp bug: https://launchpad.net/bugs/697698 fixed

bzr revid: qdp-launchpad@tinyerp.com-20110106105524-59waxrqs9t9yyzj1
2011-01-06 11:55:24 +01:00
husen 660565f56e fixed typo
bzr revid: husen@husen-laptop-20110106061732-clmvihyz26g64ujs
2011-01-06 11:47:32 +05:30
Launchpad Translations on behalf of openerp 35fa7cd34e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110106043500-7v9lu0vz6rw06og9
bzr revid: launchpad_translations_on_behalf_of_openerp-20110106053849-1bfeq2m1gsv0j789
2011-01-06 05:38:49 +00:00
Olivier Dony fe01a3eba8 [FIX] base: security: ir.module.dependency should be readable by all
bzr revid: odo@openerp.com-20110105161903-8fk1ai0ajddugoa1
2011-01-05 17:19:03 +01:00
qdp-launchpad@tinyerp.com 651b2c20fe [IMP] account_voucher: improved the views of customer and supplier payment vouchers
bzr revid: qdp-launchpad@tinyerp.com-20110105152818-eif4uabvcaowpm4g
2011-01-05 16:28:18 +01:00
qdp-launchpad@tinyerp.com 6fe432d6e9 [FIX] account_voucher: fixed the yaml test that was wrongly raising error + fixed warning
bzr revid: qdp-launchpad@tinyerp.com-20110105151659-ncfgrpf8sd8qraxj
2011-01-05 16:16:59 +01:00
qdp-launchpad@tinyerp.com 6ecd1928ee [FIX] account_voucher: fixed a lot of bugs related to multi-currency cases
bzr revid: qdp-launchpad@tinyerp.com-20110105135531-avfegq05qhgp2w5f
2011-01-05 14:55:31 +01:00
qdp-launchpad@tinyerp.com b0b8fe2aaf [IMP] account: defined new fields (amount_residual and amount_residual_currency) as function to compute the residual amount (resp. in company currency and in the currency of teh move line) direclty on the account.move.line object (to refactor the code). Changed the residual amount of the account.invoice in order to reuse the code depicted above. +few changes to improve the translations
bzr revid: qdp-launchpad@tinyerp.com-20110105134654-bils0yz2w1vwjtpy
2011-01-05 14:46:54 +01:00
Antony Lesuisse 359d6d5c92 [FIX] sale set the company_id related field readonly
lp bug: https://launchpad.net/bugs/694124 fixed

bzr revid: al@openerp.com-20110105134050-yjf77ev78h08q9ri
2011-01-05 14:40:50 +01:00
qdp-launchpad@tinyerp.com a446aa0736 [FIX] account: fixed the reconcile_partial method. We now use the is_zero function to avoid rounding problem like having a balance of 0 and the accounting entries that doesn't want to fully reconcile
bzr revid: qdp-launchpad@tinyerp.com-20110105133823-phgorfsweniq1258
2011-01-05 14:38:23 +01:00
qdp-launchpad@tinyerp.com 3c71cd0697 [FIX] account: forward port of the fix of the reconcile method on account.move.line in cases of multi-currency uses
bzr revid: qdp-launchpad@tinyerp.com-20110105133415-hdx72lmvi3f7scvb
2011-01-05 14:34:15 +01:00
Launchpad Translations on behalf of openerp fc20503f95 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110105044558-0uncsdgwof4uy05z
2011-01-05 04:45:58 +00:00
Olivier Dony 985f8a4ad0 [IMP] orm: added get_xml_ids() variant to support retrieving multiple IDs
Also refactored get_xml_id()

bzr revid: odo@openerp.com-20110104150755-6r8r3ohwgen02iq5
2011-01-04 16:07:55 +01:00
Launchpad Translations on behalf of openerp 9e6c378cc9 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20110104141012-m3sdh6ds714v690p
2011-01-04 14:10:12 +00:00
Olivier Dony 15c38f45df [FIX] report_sxw: fix printing odt/sxw reports after regression from fix for bug 670778
The original fix introduced a safety mechanism for avoiding transmission of invalid binary data via
XML-RPC, but caused an issue for binary function fields that do not carry data as base64.
This patch fixes this problem with the printing of odt/sxw reports (via odt2odt) which does
rely on non-base64 binary data for the sxw content.

By re-decoding the unicode-wrapped binary data using the pass-through charset latin1 we 
are sure to restore the original byte values, hence the original file content.

bzr revid: odo@openerp.com-20110104115419-fa4pv1dc63f83dxi
2011-01-04 12:54:19 +01:00
Thibault Francois 4ae76de3de [FIX] mrp/report : fix pychart import
bzr revid: tfr@openerp.com-20110104112752-xi0p9xfxbwf6wi7j
2011-01-04 12:27:52 +01:00
Thibault Francois 6c5920a0a0 [MERGE] translation
bzr revid: tfr@openerp.com-20110104111616-zqn59083y37eahgx
2011-01-04 12:16:16 +01:00
Fabien Pinckaers 4a90463eb6 [IMP] better menu tip for modules
bzr revid: fp@tinyerp.com-20110104101847-d1tjsqitciprle1f
2011-01-04 11:18:47 +01:00
Olivier Dony bf16725dc8 [FIX] all: ensure all open files are closed (partial patch courtesy of Lampman Trading)
lp bug: https://launchpad.net/bugs/676931 fixed

bzr revid: odo@openerp.com-20110104101335-964sl0e71zsgzfjw
2011-01-04 11:13:35 +01:00
Thibault Francois a0a18a7edc [FIX] email_template : revno of previous method
bzr revid: tfr@openerp.com-20110104101306-1j1wmpjmb6k6e2f0
2011-01-04 11:13:06 +01:00
Thibault Francois 0de512ebe5 [FIX] email_template : Cleaning mailbox send_mail
bzr revid: tfr@openerp.com-20110104101155-lru81c424h9x9t4o
2011-01-04 11:11:55 +01:00
Fabien Pinckaers 7873e79a77 [IMP] type fr.po
bzr revid: fp@tinyerp.com-20110104100853-8jjac639ueau65qv
2011-01-04 11:08:53 +01:00
Thibault Francois 7d676c657e [FIX] action close, company_id bug, installation of outlook plugin, send mail maibox
bzr revid: tfr@openerp.com-20110104100809-1lhxos7dn05exwzl
2011-01-04 11:08:09 +01:00
Fabien Pinckaers 5134ceaff7 [IMP] french translation
bzr revid: fp@tinyerp.com-20110104100235-id212wyrrgl4l167
2011-01-04 11:02:35 +01:00
Thibault Francois 6ceeb281e0 [MERGE] with lp:openobject-addons
bzr revid: tfr@openerp.com-20110104100235-iovwlof7x7u9arlh
2011-01-04 11:02:35 +01:00
Fabien Pinckaers 204613eee3 [IMP] testing lp to have two po terms different context, same id: warehouse, fr
bzr revid: fp@tinyerp.com-20110104093636-hxvrtkgm16mzj6tv
2011-01-04 10:36:36 +01:00
Fabien Pinckaers 8020189af7 [IMP] mobile -> portable
bzr revid: fp@tinyerp.com-20110104092644-nz5nldyn8ej02vw3
2011-01-04 10:26:44 +01:00
Fabien Pinckaers 69b2f58dac [IMP] unable to parse PDF reports
bzr revid: fp@tinyerp.com-20110104081508-rg2pq652dsggh3m1
2011-01-04 09:15:08 +01:00
Sbh (OpenERP) afa53f95a2 [IMP] project_long_term: Add start date and end date in tasks detail view
bzr revid: sbh@tinyerp.com-20110104063659-rhwstzc0tch71dsq
2011-01-04 12:06:59 +05:30
Yogesh Sakhreliya bf5765b3ef Merge with trunk-server
bzr revid: ysa@tinyerp.com-20110104054925-mhs1vnkyqs7z6yy6
2011-01-04 11:19:25 +05:30
Yogesh Sakhreliya 3acdf9f9c1 [FIX] Create new db then check default languange is set or not in res.partner.
bzr revid: ysa@tinyerp.com-20110104054512-1nhao63res640c9t
2011-01-04 11:15:12 +05:30
Sbh (OpenERP) e1a001b64e [MERGE] Merge with lp:openobject-addons
bzr revid: sbh@tinyerp.com-20110103041826-atjzj7zbs8ayxrl1
bzr revid: sbh@tinyerp.com-20110104050350-ht7063oddesu3esy
2011-01-04 10:33:50 +05:30
Yogesh Sakhreliya 623485b41b [FIX] old password check using check method in res.users.
bzr revid: ysa@tinyerp.com-20110104044446-x8407oskmg92ecg0
2011-01-04 10:14:46 +05:30
Yogesh Sakhreliya d6290ccd82 [FIX] assign default value in icon_image variable in ir.ui.menu.
bzr revid: ysa@tinyerp.com-20110104043415-vt2br30i3esqwhm7
2011-01-04 10:04:15 +05:30
Olivier Dony ac3f37be8f [I18N] base: updated translation templates after latest changes (again)
bzr revid: odo@openerp.com-20110103172158-j60duhck9fh6lv9x
2011-01-03 18:21:58 +01:00
Olivier Dony 67d825b03e [I18N] all: updated translation templates after latest changes (again)
bzr revid: odo@openerp.com-20110103172053-wc4dgcphwp3g7y18
2011-01-03 18:20:53 +01:00
Olivier Dony a0496a1f9d [I18N] base: updated translation templates after latest changes
bzr revid: odo@openerp.com-20110103161758-w0u73a6dwpxk1o93
2011-01-03 17:17:58 +01:00
Olivier Dony 64ce199e17 [I18N] all: updated translation templates after latest changes
bzr revid: odo@openerp.com-20110103161550-1rp408wtnl2vd1xi
2011-01-03 17:15:50 +01:00
Numerigraphe - Lionel Sausin ad2f94d570 [IMP] fr translation for procurement made consistent.
bzr revid: ls@numerigraphe.fr-20110103150607-r12ssu7qy9jxex6q
2011-01-03 16:06:07 +01:00
Numerigraphe - Lionel Sausin 0b0ca9369a [IMP] fr translation for workcenter made consistent.
bzr revid: ls@numerigraphe.fr-20110103141209-trteih7zjt6l4a3p
2011-01-03 15:12:09 +01:00