Commit Graph

544 Commits

Author SHA1 Message Date
P. Christeas 71d5ee956a Merge remote branch 'origin/master', v5.0.6 into optimize
Conflicts:
	bin/addons/base/ir/ir_cron.py
	bin/netsvc.py
	bin/osv/orm.py

bzr revid: p_christ@hol.gr-20090925204745-352t3ngsltr4cj8a
2009-09-25 23:47:45 +03:00
P. Christeas 6021b6dff3 Ir.attachment: improve SQL for access checks.
bzr revid: p_christ@hol.gr-20090922093255-f3iljq721pwbn9e0
2009-09-22 12:32:55 +03:00
Mantavya Gajjar d0f215df6a [MERGE]: merging from the same branch
bzr revid: mga@tinyerp.com-20090916102642-c4niyojssbdwfso7
2009-09-16 15:56:42 +05:30
Mantavya Gajjar c92e018556 [REM]: remove the name search method, as this method was implemented for the email address field
this was looking for the related fields too in the action object, but now that is not required as 
now email address can be located by object.object.object.....field
so its better to make this method close

bzr revid: mga@tinyerp.com-20090916102521-m5xmlbmle8y2zc64
2009-09-16 15:55:21 +05:30
Harry (Open ERP) c415a9d72f [FIX]base : ir_cron : take minimun next_call from database for job waiting. if database does not has any job, it will take 1 day for job waiting
bzr revid: hmo@tinyerp.com-20090916092036-pevdiwq24d42zanl
2009-09-16 14:50:36 +05:30
P. Christeas 2a16b99892 [Feature]: add condition to ir.sequence, let it be partitioned.
With this feature, multiple sequences may be defined per type. A weight
parameter will primarily order them. Then, the one whose condition is
true will be used.
This would let us write modules (calls to get() must be upgraded), where
the sequence numbering will depend on the data. Note that this is not
straghtforward, as the context passed must be carefully constructed. One
problem is that not all object data (eg category) may exist when the
sequence is called for a /new/ object (as a call for 'default').

The current code should be backwards compatible with old calls to get()
without a context.

bzr revid: p_christ@hol.gr-20090909203517-qahww8hika9t3zl8
2009-09-09 23:35:17 +03:00
ACH,Jay 02fd0eb506 [FIX] Translation issue with cache: it needed to restart server,SOLVED
lp bug: https://launchpad.net/bugs/399208 fixed

bzr revid: jvo@tinyerp.com-20090903124928-mbzr7ekxoo4sba49
2009-09-03 18:19:28 +05:30
P. Christeas 0b5b67b336 Fix quoting of ids when passed to sql.
bzr revid: p_christ@hol.gr-20090903073240-cyydggro48990k2s
2009-09-03 10:32:40 +03:00
P. Christeas 6e6329bb7d Merge origin/5.0.4 into xrg
Conflicts:
	bin/addons/base/i18n/base.pot

bzr revid: p_christ@hol.gr-20090828180203-xbavbj02nas6f0qy
2009-08-28 21:02:03 +03:00
Jay (Open ERP) 771fdd192b [FIX] ir_cron :function and its arguements are now editable
lp bug: https://launchpad.net/bugs/415334 fixed

bzr revid: jvo@tinyerp.com-20090826095541-a6i4advqo4ywdkpa
2009-08-26 15:25:41 +05:30
P. Christeas 8cbe393b52 Merge commit 'origin/master' into xrg (5.0.3 official)
Conflicts:
	bin/netsvc.py
	bin/tools/config.py
	bin/workflow/instance.py

bzr revid: p_christ@hol.gr-20090823100210-2py390qp3hym8jlp
2009-08-23 13:02:10 +03:00
Christophe Simonis 48ed571bab [FIX] do not get next sequence in its own cursor
lp bug: https://launchpad.net/bugs/415972 fixed

bzr revid: christophe@tinyerp.com-20090820091600-1wlzlr9s4f041lbq
2009-08-20 11:16:00 +02:00
Christophe Simonis 7913a8c469 [FIX] sequences: avoid an sql error when locking table...
bzr revid: christophe@tinyerp.com-20090818120402-8pnaeouti6oi0kjk
2009-08-18 14:04:02 +02:00
P. Christeas aba9fd3e77 Merge commit 'origin/master' into xrg
bzr revid: p_christ@hol.gr-20090813010638-2uwue8bg4w5uv99o
bzr revid: p_christ@hol.gr-20090813010706-h9s7e7flcw2wwgt9
2009-08-13 04:07:06 +03:00
Christophe Simonis 088410f069 [FIX] pass the context to check method of 'ir.model.access'
bzr revid: christophe@tinyerp.com-20090810162409-jhl8imt25vw92mmy
2009-08-10 18:24:09 +02:00
Christophe Simonis bcaf90c80b [FIX] increase size of field "name" of ir.model.data
bzr revid: christophe@tinyerp.com-20090807135208-hr5pokupqh14dpao
2009-08-07 15:52:08 +02:00
P. Christeas c3e569fb08 Merge commit 'origin/master' into xrg
Conflicts:
	bin/netsvc.py
	bin/report/report_sxw.py
	setup.py

bzr revid: p_christ@hol.gr-20090803072357-zz2cm1sycsagftnn
2009-08-03 10:23:57 +03:00
Jay (Open ERP) ed3234e3c0 [FIX] Logger notification improved
bzr revid: jvo@tinyerp.com-20090729133649-clmwpd8wfbrrxbsl
2009-07-29 19:06:49 +05:30
AME(tiny/Axelor) 0d6d1c4c6d [FIX] ir_model : context key deletion
lp bug: https://launchpad.net/bugs/404733 fixed

bzr revid: jvo@tinyerp.com-20090728143131-i6oozfsb1bznj6r0
2009-07-28 20:01:31 +05:30
JVO,HDA 9148c7fcdf [FIX] Added sql_constraint on adding field having size<1
lp bug: https://launchpad.net/bugs/399685 fixed

bzr revid: hda@hda-20090715134530-4aj0hth1olefcpdn
2009-07-15 19:15:30 +05:30
P. Christeas 2d64ce69d0 Merge origin/master into mdv-gpl3-py26
Conflicts:
	bin/addons/base_setup/i18n/base_setup.pot
	bin/openerp-server.py
	bin/report/preprocess.py
	bin/report/report_sxw.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20090709181253-fu8nxy9b3ykrrd1c
2009-07-09 21:12:53 +03:00
Fabien Pinckaers 43318c5c55 [FIX] bug 369947
bzr revid: fp@tinyerp.com-20090706194909-foz20j4k0mh423a6
2009-07-06 21:49:09 +02:00
Fabien Pinckaers 552de8630d [FIX] bug 371768 bad tooltip
bzr revid: fp@tinyerp.com-20090706194153-asiybgnwywsdgwv9
2009-07-06 21:41:53 +02:00
Fabien Pinckaers f90988f325 merge
bzr revid: fp@tinyerp.com-20090706193326-z1dk5g6amhwcshmp
2009-07-06 21:33:26 +02:00
Fabien Pinckaers 649c69f34b merge
bzr revid: fp@tinyerp.com-20090706193222-45lelv5ws4b7cr42
2009-07-06 21:32:22 +02:00
YSA,VRA dfafebf681 [FIX] ir_translation : corrected entry insertion when adding translation
lp bug: https://launchpad.net/bugs/385544 fixed

bzr revid: jvo@tinyerp.com-20090701075725-tysembj3bu81eari
2009-07-01 13:27:25 +05:30
husen daudi 7727f7e4ae [FIX] module:base made name field translatable in action.server (ref:mga)
bzr revid: hda@hda-20090701073109-ptut9d6x4w51jexe
2009-07-01 13:01:09 +05:30
Christophe Simonis c7bb1da092 [IMP] ir_model_data: convert assert to sql constraint + exception
[IMP] the <delete> tag doesn't crash if the referenced id does not exists

bzr revid: christophe@tinyerp.com-20090629124045-ycw89fo3lem0xxlt
2009-06-29 14:40:45 +02:00
Fabien Pinckaers df9ab13905 [FIX] avoid required parameters rule (domain_force)
bzr revid: fp@tinyerp.com-20090624054312-o21d8rcuc6r04q1u
2009-06-24 07:43:12 +02:00
Jay (Open ERP) 25820318cb [FIX] ir_attachment preview method corrected
bzr revid: jvo@tinyerp.com-20090617085552-fvr110ncmhey174k
2009-06-17 14:25:52 +05:30
P. Christeas fbd87ff960 Ir.cron: when an exception occurs, log it.
bzr revid: p_christ@hol.gr-20090613143734-crws6uecjnmxpjsy
2009-06-13 17:37:34 +03:00
Jay (Open ERP) aed02eac4d [FIX] GIF image is previewed
lp bug: https://launchpad.net/bugs/382352 fixed

bzr revid: jvo@tinyerp.com-20090612114119-dh07bcgk8t46tc2s
2009-06-12 17:11:19 +05:30
Christophe Simonis 6dbb10e531 [MERGE]
bzr revid: christophe@tinyerp.com-20090612110221-6e40fork6um5f20h
2009-06-12 13:02:21 +02:00
Christophe Simonis 60cf794c7d [FIX] upgrade doesn't try to delete modules
lp bug: https://launchpad.net/bugs/357045 fixed

bzr revid: christophe@tinyerp.com-20090612110033-hw8acue29oh0f2rx
2009-06-12 13:00:33 +02:00
Jay (Open ERP) 38c14c6ff9 [FIX] Account Module : Typo corrected
lp bug: https://launchpad.net/bugs/385664 fixed

bzr revid: jvo@tinyerp.com-20090611091936-9hxna6n3wz3oa5e7
2009-06-11 14:49:36 +05:30
Christophe Simonis 7aa507e708 [FIX] xml: the tag <delete> delete also the reference to the deleted objects into ir_model_data
bzr revid: christophe@tinyerp.com-20090610112053-kizjwgdt41mtos19
2009-06-10 13:20:53 +02:00
Fabien Pinckaers 781a14d672 [FIX] translations resynchro terms
bzr revid: fp@tinyerp.com-20090610081157-5g0sw2ahciqpfbvd
2009-06-10 10:11:57 +02:00
P. Christeas 0da6edfdf1 Merge commit 'origin/master' into mdv-gpl3-py26
Conflicts:
	bin/addons/base/res/__init__.py
	setup.py

bzr revid: p_christ@hol.gr-20090521212526-1p9xohdfw2p7v9o6
2009-05-22 00:25:26 +03:00
Christophe Simonis 82d17ed77b [FIX] bug 375361: ensure the db transaction is closed when closing the cursor
lp bug: https://launchpad.net/bugs/375361 fixed

bzr revid: christophe@tinyerp.com-20090520150238-w18k3aitqzpmw5nm
2009-05-20 17:02:38 +02:00
Fabien Pinckaers 376a814869 bugfix375361
bzr revid: fp@tinyerp.com-20090520115024-453om2pqctly8hv9
2009-05-20 13:50:24 +02:00
Olivier Laurent 0ffca84a42 [MERGE]
bzr revid: olt@tinyerp.com-20090515122053-ft6dzoi69wt0qwpn
2009-05-15 14:20:53 +02:00
Olivier Laurent e65caf6536 [FIX] lp:376911
ZeroDivisionError in Configuration Wizard

bzr revid: olt@tinyerp.com-20090515121604-em2qoytq98rzvlzv
2009-05-15 14:16:04 +02:00
Christophe Simonis a9233e3a74 [FIX] clear the cache when deleting an entry in ir_model_data
bzr revid: christophe@tinyerp.com-20090511132112-b8mr6dbfdui7wtt1
2009-05-11 15:21:12 +02:00
Mantavya Gajjar 28a970761a improvement in checking for model existance
bzr revid: mga@tinyerp.com-20090511111738-00ornn57eh8jjfzp
2009-05-11 16:47:38 +05:30
mra (Open ERP) c60d511fc4 bug fix: Adminisrator/Translation/All terms/Untranslated terms domain problem
bzr revid: mra@tinyerp.com-20090507095853-r5khjjpp6vo3t85v
2009-05-07 15:28:53 +05:30
P. Christeas 3814e4dc73 Merge commit 'origin/master' into mdv-gpl3-py26
Conflicts:
	bin/report/interface.py
	bin/report/printscreen/ps_list.py
	bin/report/render/__init__.py
	bin/report/render/rml.py
	bin/report/render/rml2pdf/trml2pdf.py
	bin/sql_db.py

bzr revid: p_christ@hol.gr-20090506201813-qb71ec85xr08obb1
2009-05-06 23:18:13 +03:00
P. Christeas 8fdcadcd99 Workflow print: use portrait mode, top-to bottom diagram.
bzr revid: p_christ@hol.gr-20090506201028-lk1obx8sbuc4q0n2
2009-05-06 23:10:28 +03:00
dsh (Open ERP) 3d818a0f1a small change for the server action - python code
bzr revid: dsh@tinyerp.com-20090505113839-32acl57cuky3b1s2
2009-05-05 17:08:39 +05:30
P. Christeas 8de2eac029 Workflow print: a little narrower diagram, to fit an A4.
bzr revid: p_christ@hol.gr-20090504222818-wkjgi0d2p0o9u0l0
2009-05-05 01:28:18 +03:00
P. Christeas b7fe61abe9 Workflows: tolerate non-ending, missing instances.
bzr revid: p_christ@hol.gr-20090504211803-pcqu4w9x50v693p8
2009-05-05 00:18:03 +03:00