Commit Graph

24053 Commits

Author SHA1 Message Date
Olivier Dony a970c497a6 [IMP] license: renamed general license file, and included note about other applicable licenses
bzr revid: odo@openerp.com-20101208133325-rlrtmzao8kzdp31o
2010-12-08 14:33:25 +01:00
Olivier Dony 14b7e37bf5 [FIX] osv.obj_list is broken via RPC and should not be available anymore
lp bug: https://launchpad.net/bugs/632195 fixed

bzr revid: odo@openerp.com-20101208131328-gycbi36423txdnc1
2010-12-08 14:13:28 +01:00
Xavier Morel 0fe0c17068 [REM] @default attribute: not handled by the GTK client and not specified anywhere or by anyone
bzr revid: xmo@openerp.com-20101208103648-3qca263rux8g0030
2010-12-08 11:36:48 +01:00
Xavier Morel f21577dde9 [REM] all @default attributes: they should not be there and they aren't handled by the GTK client (as far as I know)
bzr revid: xmo@openerp.com-20101208102305-yd96zmg10exredgq
2010-12-08 11:23:05 +01:00
Launchpad Translations on behalf of openerp 00f2f6b97d Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101208044843-iaflyr3xboujht6p
2010-12-08 04:48:43 +00:00
Olivier Dony 3af41c626c [MERGE+FIX] merged improvements to report_webkit from Nicolas Bessi (C2C), after review
Also made the report_webkit registration system be less eager to replace the report instances, so report instances can override the engine sometimes

bzr revid: odo@openerp.com-20101207182154-pqw7ny8cpmodr0lv
2010-12-07 19:21:54 +01:00
Olivier Dony 592d666e51 [FIX] tools.misc: correct argument to subprocess.Popen (via xrg, analysis/patch courtesy of Michael Telahun Makonnen)
lp bug: https://launchpad.net/bugs/685115 fixed
lp bug: https://launchpad.net/bugs/684661 fixed

bzr revid: odo@openerp.com-20101207170551-o19ab06g1h2x3ygz
2010-12-07 18:05:51 +01:00
Olivier Dony 8233e8b505 [FIX] reports: support for multi-company headers (pending improvements after v6.0)
bzr revid: odo@openerp.com-20101207161523-nxo1lz9u9edajbfa
2010-12-07 17:15:23 +01:00
Launchpad Translations on behalf of openerp 3bde229bc3 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101207045745-va45z3pzzv6xten7
2010-12-07 04:57:45 +00:00
Olivier Dony 8d5d7b1cbe [FIX] base: missing import _() in base_module_upgrade
lp bug: https://launchpad.net/bugs/685949 fixed

bzr revid: odo@openerp.com-20101206141053-ckisp97vg8herdnr
2010-12-06 15:10:53 +01:00
Olivier Dony 9b25bd6eb4 [FIX] ir_values: revert GTK-specific hack for search_view_id after GTK client was fixed
bzr revid: odo@openerp.com-20101206131928-2ew6lqe1lz55vwh1
2010-12-06 14:19:28 +01:00
Olivier Dony 6f0660eaa0 [FIX] orm.read_group: support ordering by any field (not just m2o ones)
bzr revid: odo@openerp.com-20101206131818-ibah9gt409jbil3l
2010-12-06 14:18:18 +01:00
Olivier Dony 77134eca55 [FIX] report.trml2pdf: fix path to locate <images> in RML
lp bug: https://launchpad.net/bugs/586066 fixed

bzr revid: odo@openerp.com-20101206124052-01bp2395vxaenzry
2010-12-06 13:40:52 +01:00
Olivier Dony 988cd41e54 [MERGE] fix for search view bug 681479 + improved support for images in RML, both courtesy of P. Christeas
lp bug: https://launchpad.net/bugs/681479 fixed

bzr revid: odo@openerp.com-20101206121935-e5xkk685rj2e12ev
2010-12-06 13:19:35 +01:00
Olivier Dony 5350ab0c19 [I18N] all: copy Serbian (sr.po) translations to Serbian Latin (sr@latin.po)
The idea is to keep all current Latin alphabet translations in the new SerbianLatin language  before changing the default Serbian translations to Cyrillic alphabet

bzr revid: odo@openerp.com-20101206093208-jiqnceg5zx7xvzjk
2010-12-06 10:32:08 +01:00
Launchpad Translations on behalf of openerp 50be667595 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101204051645-1r4dxlktdeeiy2fn
bzr revid: launchpad_translations_on_behalf_of_openerp-20101205045319-cr1iy0be5p2hljje
2010-12-05 04:53:19 +00:00
Launchpad Translations on behalf of openerp b18eabbd97 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101204051244-ovlrwt2mjmxq72kn
bzr revid: launchpad_translations_on_behalf_of_openerp-20101205044847-9vpsrsujiirbzrb3
2010-12-05 04:48:47 +00:00
P. Christeas ee07fda232 ir.values: do return the search_view_id of action windows [Bug 681479]
Partially revert cadc172a2cd09, that prevented both that field and
"search_view" from being read. While the latter one is expensive to
compute, the "search_view_id" is pretty harmless. GTK client (at least)
depends on that to select the appropriate search view.

bzr revid: p_christ@hol.gr-20101203164606-qdjfg0o7ybe0h2i1
2010-12-03 18:46:06 +02:00
P. Christeas dd0510428f sql_db: only do frame inspection when debugging
This affects the "Cursor not closed explicitly..." message.
The message is at a "warning" level, but the frame inspection added
some expensive overhead to each cursor open. So, avoid that unless we
are at debug mode.

Conflicts:

	bin/sql_db.py

bzr revid: p_christ@hol.gr-20101203164553-vudqkoqb0hpfsocj
2010-12-03 18:45:53 +02:00
Christophe Simonis 5cd8b368b2 [FIX] base: check external dependencies at module update
bzr revid: chs@openerp.com-20101203162250-y78gbf05yrcxm3nt
2010-12-03 17:22:50 +01:00
Olivier Dony 62182bdb31 [I18N] base: updated PO template after latest cleanup
bzr revid: odo@openerp.com-20101203161151-s0gvqzkdhtoot0g1
2010-12-03 17:11:51 +01:00
Olivier Dony c744e55ffc [ADD] base: support alphabet-specific languages as in Rosetta + enabled Serbian@Latin
bzr revid: odo@openerp.com-20101203160907-59ytzsl8ah2ebtxa
2010-12-03 17:09:07 +01:00
Olivier Dony c95efe7997 [I18N] all: updated PO templates after latest cleanup
bzr revid: odo@openerp.com-20101203155533-bda40vcxelidfse9
2010-12-03 16:55:33 +01:00
Olivier Dony 78d254ad71 [ADD] base: yaml tests for basic domain expressions (including some for bug 626806), mostly courtesy of xrg
bzr revid: odo@openerp.com-20101203142525-xuf27cawn3j15lr7
2010-12-03 15:25:25 +01:00
Olivier Dony 170793a683 [MERGE] fix for bug 626806 by xrg - i.e. [(x2m,in,[])] should match nothing
lp bug: https://launchpad.net/bugs/626806 fixed

bzr revid: odo@openerp.com-20101203142342-2g5k64qoouuuxyti
2010-12-03 15:23:42 +01:00
Olivier Dony 3774ad65d7 [FIX] base,yaml: fixed !assert with "count" attribute in yaml tests + enabled more tests in base
bzr revid: odo@openerp.com-20101203142035-3h1min1htys5lhop
2010-12-03 15:20:35 +01:00
qdp-launchpad@tinyerp.com 0e4023932b [MERGE] merged the xrg branch, containing several small fixes
bzr revid: qdp-launchpad@tinyerp.com-20101203120543-fp3k1adikqs45bjc
2010-12-03 13:05:43 +01:00
Launchpad Translations on behalf of openerp ded6d87b0a Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101202045120-2vnixg047yc43xoe
bzr revid: launchpad_translations_on_behalf_of_openerp-20101203050840-9zljmoeq0kphj3ow
2010-12-03 05:08:40 +00:00
Launchpad Translations on behalf of openerp f82d0e9477 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101203050425-dkipvzhhptluivtz
2010-12-03 05:04:25 +00:00
P. Christeas e28cd5bdaf Merge commit '905f8b1d6c9e' into patch13
Conflicts:
	crm_claim/crm_claim_demo.xml
	project/board_project_manager_view.xml

bzr revid: p_christ@hol.gr-20101202201937-akh200wknpt9958h
2010-12-02 22:19:37 +02:00
olt@tinyerp.com 774f3d8b6e [FIX] base: res.widget.user: (transparently) prevent adding the same widget to the same user twice
bzr revid: olt@tinyerp.com-20101202114435-ofym2ntp3pf5ikx2
2010-12-02 12:44:35 +01:00
Launchpad Translations on behalf of openerp 2fb88d7d14 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101201045818-0chsie3wfu7akdq5
bzr revid: launchpad_translations_on_behalf_of_openerp-20101202044646-fgoibpvnut416974
2010-12-02 04:46:46 +00:00
olt@tinyerp.com 941b47c774 [FIX] hr_payroll: no need to 'eval' in view_id attribute
bzr revid: olt@tinyerp.com-20101201131909-p0k732h89cij80y7
2010-12-01 14:19:09 +01:00
Launchpad Translations on behalf of openerp 1ed60063bf Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101130045411-k143t0b660w19cc7
bzr revid: launchpad_translations_on_behalf_of_openerp-20101201050327-5uo6676r282yjb1l
2010-12-01 05:03:27 +00:00
Olivier Dony f1cfc436a7 [MERGE+FIX] fixes for translations,sequence,copy,error messages - some patches courtesy of Margarita Manterola and Don Kirkby
lp bug: https://launchpad.net/bugs/672130 fixed
lp bug: https://launchpad.net/bugs/663775 fixed
lp bug: https://launchpad.net/bugs/673194 fixed
lp bug: https://launchpad.net/bugs/663977 fixed

bzr revid: odo@openerp.com-20101130110940-0tf6ra0uwhiptieb
2010-11-30 12:09:40 +01:00
Launchpad Translations on behalf of openerp 4dd9ccb1b9 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101130044803-uswrt8q7d2iyucgd
2010-11-30 04:48:03 +00:00
P. Christeas 12f5aa0a18 expression: fix "m2o, m2m in []" expressions, bug 626806
After some discussions, we decided that the desired behavior of the
ORM for one2many and many2many fields should be:
 (foobar_id,'in', []) => empty result, because the list is empty
 (foobar_id,'in',False) => find records that don't have a foobar

bzr revid: p_christ@hol.gr-20101129183413-yi1jzdwr1tis7d8t
2010-11-29 20:34:13 +02:00
François Degrave 0f1ab5e6ef [MERGE] base/rng: missing day_length added to gantt element
bzr revid: odo@openerp.com-20101129143043-vy2qh63vxeaie5uh
2010-11-29 15:30:43 +01:00
Olivier Dony 839eb5f1c8 [MERGE] orm.read_group: partial support for orderby (m2o only so far)
bzr revid: odo@openerp.com-20101129141204-beieaccpl23pqmge
2010-11-29 15:12:04 +01:00
olt@tinyerp.com b9a6bf9106 [FIX] hr_holidays: no need to 'eval' in 'view_id' attribute (because it crashes)
bzr revid: olt@tinyerp.com-20101129133859-fadre6jo4c5ylxxh
2010-11-29 14:38:59 +01:00
Olivier Dony 8eca5f226c [FIX] project,account_followup: fixed <act_window>'s view_id after server update
bzr revid: odo@openerp.com-20101129093958-op2oy1qsr3x8fbp9
2010-11-29 10:39:58 +01:00
olt@tinyerp.com 1d71791b8a [FIX] crm_claim: crm_claim4 was removed -> also remove its references
bzr revid: olt@tinyerp.com-20101129083233-lqnde9lw94zy6ln8
2010-11-29 09:32:33 +01:00
Launchpad Translations on behalf of openerp bd9f7cf426 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101128045514-606cbqkwad1pi9z0
bzr revid: launchpad_translations_on_behalf_of_openerp-20101129045431-lxah7i1wwaqmvjdu
2010-11-29 04:54:31 +00:00
Launchpad Translations on behalf of openerp 202723c7b9 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101127045140-kh4vuhmulphhntbv
bzr revid: launchpad_translations_on_behalf_of_openerp-20101128044930-geqyn9ydfsvk8n1y
bzr revid: launchpad_translations_on_behalf_of_openerp-20101129045013-ma2pla5t73axbub0
2010-11-29 04:50:13 +00:00
P. Christeas 054469fcde caldav/wizard: remove duplicate act_window entries, use the view_id
bzr revid: p_christ@hol.gr-20101127201659-uqooowr8a4s90myb
2010-11-27 22:16:59 +02:00
P. Christeas 0bf244804f views: fix xml records using <act_window view_id=... />
The view_id had not been functioning as expected, and fixed today. So,
all these <act_window/> records that had it are now evaluated. These ones
broke after the server fix.

bzr revid: p_christ@hol.gr-20101127201656-bek6n0h4bxashwl2
2010-11-27 22:16:56 +02:00
P. Christeas 6a07f9c2fe crm_claim: make sure we don't reference the stage_claim4 any more.
bzr revid: p_christ@hol.gr-20101127201652-rbpkl8o1fx7np9lg
2010-11-27 22:16:52 +02:00
P. Christeas 61560695f4 account/test: simplify Aged Partner Balance report, reduce imports
It has been importing md5, hashlib, warnings, netsvc and tools, which
are not really appropriate for testing code. Instead, port to the
"test_reports" testing helper.

The rest of the file needs to be ported, too. TODO.

bzr revid: p_christ@hol.gr-20101127201630-zaaowb4oaoxvxlv1
2010-11-27 22:16:30 +02:00
P. Christeas c9bb11b2f1 product_expiry: don't define invalid EANs in demo data.
bzr revid: p_christ@hol.gr-20101127201626-v7muq1xa1rhptb1v
2010-11-27 22:16:26 +02:00
P. Christeas 543cc3253d hr_timesheet_invoice: fix tabs in yml test.
bzr revid: p_christ@hol.gr-20101127201622-1ejourg60zu0si5i
2010-11-27 22:16:22 +02:00