Commit Graph

552 Commits

Author SHA1 Message Date
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
husen daudi 076c4f13d6 Revert bad commit
bzr revid: hda@hda-20090812130626-zw5ryz7iu6lht4mi
2009-08-12 18:36:26 +05:30
Christophe Simonis 944f4daaa5 [MERGE]
bzr revid: christophe@tinyerp.com-20090812095205-tox5z6x1s2zend7w
2009-08-12 11:52:05 +02:00
husen daudi 2ed2e2a0a6 [FIX] _inherits search behaviour
bzr revid: hda@hda-20090812085832-xpcypi8s7iaqguu7
2009-08-12 14:28:32 +05:30
Christophe Simonis 6d98e722dc [FIX] ensure sys is imported
bzr revid: christophe@tinyerp.com-20090811140431-l4s7amxk41wgzx7r
2009-08-11 16:04:31 +02:00
Jay (Open ERP) b80f78ac60 [FIX] _inherits was misbehaving on search
lp bug: https://launchpad.net/bugs/362280 fixed

bzr revid: jvo@tinyerp.com-20090811091614-nqfhqqtsi6hbxkpc
2009-08-11 14:46:14 +05:30
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 09eb8dec4d [FIX] disallow the deletion of records set as default properties
[FIX] properties reset to default one correctly

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

bzr revid: christophe@tinyerp.com-20090810160402-7vamjvletgevmjuc
2009-08-10 18:04:02 +02:00
Christophe Simonis 05ae70c610 [MERGE]
bzr revid: christophe@tinyerp.com-20090807135533-v0lco53iwmcjng7z
2009-08-07 15:55:33 +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
Jay (Open ERP) 7b48feea4f [FIX] Context passed on copy()
lp bug: https://launchpad.net/bugs/409861 fixed

bzr revid: jvo@tinyerp.com-20090807130950-cn284xxz6fwk47kc
2009-08-07 18:39:50 +05:30
Jay (Open ERP) d416be1bf5 [FIX] default_xxx in context was passed to relational fields,corrected.
lp bug: https://launchpad.net/bugs/408550 fixed

bzr revid: jvo@tinyerp.com-20090804104650-a8k3tu8g72jdriok
2009-08-04 16:16:50 +05:30
RPA(OpenERP) 885fef5ab6 [FIX]Importation problem for bool fields corrected
lp bug: https://launchpad.net/bugs/406945 fixed

bzr revid: jvo@tinyerp.com-20090803132703-kqcufqby9uwhwvvm
2009-08-03 18:57:03 +05:30
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
ACH(OpenERP) b2ff940786 [FIX] ir_model_data : SQL_Constraint failure covered
lp bug: https://launchpad.net/bugs/393858 fixed

bzr revid: jvo@tinyerp.com-20090731141115-wz5jg07ow5cdqj0z
2009-07-31 19:41:15 +05:30
AME(Tiny/Axelor) 06460f8bf5 [FIX] Expression calculation for Datetime Corrected
lp bug: https://launchpad.net/bugs/405921 fixed

bzr revid: jvo@tinyerp.com-20090730085145-mqd5phn8ynyxvt4l
2009-07-30 14:21:45 +05:30
Jay (Open ERP) fb82bec351 [FIX] Corrected bug of expression calculation in previous commit
bzr revid: jvo@tinyerp.com-20090727072751-kk735cvem4vrx3wg
2009-07-27 12:57:51 +05:30
Olivier Laurent c639abd97e [FIX] sql expression: in search, add the time part to datetime field when it's not present
bzr revid: olt@tinyerp.com-20090724093650-ml4nc7vgfepq9wos
2009-07-24 11:36:50 +02:00
Jay (Open ERP) bbcbe00123 [FIX] Importation problem corrected for unicode.
bzr revid: jvo@tinyerp.com-20090723143803-se9mo3725bbrmo1o
2009-07-23 20:08:03 +05:30
Christophe Chauvet (Syleam) 2bb32450ab [FIX] Import : context provided for language translation
lp bug: https://launchpad.net/bugs/394876 fixed

bzr revid: jvo@tinyerp.com-20090716125041-72iaz586utt2j1mq
2009-07-16 18:20:41 +05:30
Harry (Open ERP) 0a6517a8d2 [FIX] export window : use context for import compatable option in pass argument instend of added new argemenent
bzr revid: hmo@tinyerp.com-20090714054237-u1sd3j9dnamvv962
2009-07-14 11:12:37 +05:30
Harry (Open ERP) c68d44a938 [IMP] import/export : added Database ID, ID
bzr revid: hmo@tinyerp.com-20090714045222-ryvq3bgymzqs66xt
2009-07-14 10:22:22 +05:30
P. Christeas 6dc7389be2 [IMP] Partial restrict operator for domains.
In some cases, when the domain is restricted based on an optional field,
we want it to match anything if that field is not set. There, use the
'=?' operator to match "left = right OR right IS NULL/False".

eg. match the production lot among all products, when product is not
specified (helps barcode scanners pick up the serial no.).

bzr revid: p_christ@hol.gr-20090709181718-dk3ykimzddl9l07o
2009-07-09 21:17:18 +03:00
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
Jvo,Uco adc4f059ec [Fix] CSV Import : Accepting 'Value' of selection field from[(key,value)]
lp bug: https://launchpad.net/bugs/355491 fixed

bzr revid: jvo@tinyerp.com-20090708095039-p9aljf6rcftggta4
2009-07-08 15:20:39 +05:30
Jay,Uco a2db1c09ba [FIX] Property : Removed old referenced values from property
lp bug: https://launchpad.net/bugs/389795 fixed

bzr revid: jvo@tinyerp.com-20090707123538-mg6fucnverqpyrz6
2009-07-07 18:05:38 +05:30
Jay (Open ERP) 0fa5ef8c76 [FIX] Expression calculation(Query making) corrected for Translateable field
bzr revid: jvo@tinyerp.com-20090706104615-dj50oi5ni1fhez48
2009-07-06 16:16:15 +05:30
ACH(OpenERP) 5669861059 [FIX] CSV Export : null values handled
bzr revid: jvo@tinyerp.com-20090703130609-elo54zx9o5a4905d
2009-07-03 18:36:09 +05:30
ACH,JVO b3c00f5e4f [FIX] Export will consider float values as float and char as char
lp bug: https://launchpad.net/bugs/357945 fixed

bzr revid: jvo@tinyerp.com-20090703060823-5aupesiimak1bb7x
2009-07-03 11:38:23 +05:30
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
Joël Grand-Guillaume @ CampToCamp cc4e06238d [FIX] Character Truncation problem on updation solved
lp bug: https://launchpad.net/bugs/381204 fixed

bzr revid: jvo@tinyerp.com-20090630073344-crmlcg3hbmiqzthk
2009-06-30 13:03:44 +05:30
Jay (Open ERP) e6f4c4fb2b [FIX] SQL Constraint failure error on particular record while importing
lp bug: https://launchpad.net/bugs/355493 fixed

bzr revid: jvo@tinyerp.com-20090626142734-6xy0e1z4d1o75soo
2009-06-26 19:57:34 +05:30
Fabien Pinckaers c0271fb6a3 merge
bzr revid: fp@tinyerp.com-20090622055307-rubsi0gkqhorxgzh
2009-06-22 07:53:07 +02:00
Fabien Pinckaers b538ce2a3e merge
bzr revid: fp@tinyerp.com-20090619160811-3astqsmqyqkfbkfh
2009-06-19 18:08:11 +02:00
Fabien Pinckaers 3fe717f511 [IMP] better error message
bzr revid: fp@tinyerp.com-20090619160429-mp8cj1bw9i0bveuw
2009-06-19 18:04:29 +02:00
Jay (Open ERP) 50badb81dd [IMP] default_xx in context isuue
bzr revid: jvo@tinyerp.com-20090619052625-2piyajyryvxwnkej
2009-06-19 10:56:25 +05:30
Christophe Chauvet 5e08811185 [FIX] ORM: Defult_field name in context belongs to curent object only, not to its relationals anymore
lp bug: https://launchpad.net/bugs/384959 fixed

bzr revid: jvo@tinyerp.com-20090617130053-ksodameh18a7ykt3
2009-06-17 18:30:53 +05:30
Stephane Wirtel 1e37afb52f [MERGE]
bzr revid: stephane@tinyerp.com-20090616143035-mpxmwhbawcy0vi6w
2009-06-16 16:30:35 +02:00
Stephane Wirtel 5931140af4 [FIX] fields.related (m2o poiting to M2M/O2M should be skipped during write.
lp bug: https://launchpad.net/bugs/386273 fixed

bzr revid: stephane@tinyerp.com-20090616142906-53zqcxwu2umcavv4
2009-06-16 16:29:06 +02:00
Jay (Open ERP) 7fa9e29568 [IMP] Temporarily commented exception for browse record that broke reports from wizard
bzr revid: jvo@tinyerp.com-20090616064556-tmbwkroo6d3s612q
2009-06-16 12:15:56 +05:30
Christophe Simonis 34ac7f5945 [FIX] browse_record: raise a better exception when the id doesn't exists
[IMP] new method "exists" that verify that a given id exists in database (or in memory for osv_memory objects)

bzr revid: christophe@tinyerp.com-20090610111535-54wcw8tw48fvf9z9
2009-06-10 13:15:35 +02:00
Fabien Pinckaers db8f650de3 [FIX] Bugfix translations and float/int format in reports
bzr revid: fp@tinyerp.com-20090609231554-iug5t0i4wi5wjzc3
2009-06-10 01:15:54 +02:00
P. Christeas 60a9263133 Merge commit 'origin/master' into mdv-gpl3-py26
bzr revid: p_christ@hol.gr-20090604071225-bqeycl17emwl1uo0
bzr revid: p_christ@hol.gr-20090604071307-yv52ry9pi3m8xfq6
2009-06-04 10:13:07 +03:00
Fabien Pinckaers 9624ffb5e0 bugfix_lang_notavailabel
bzr revid: fp@tinyerp.com-20090601221525-aq1zvcolw160bm37
2009-06-02 00:15:25 +02:00
Christophe Simonis b18b81344f [FIX] expression: correct the generated sql in case of _inherits
bzr revid: christophe@tinyerp.com-20090527110336-t8t5ombxj6p3slqw
2009-05-27 13:03:36 +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
Jay (Open ERP) 4a966c47e1 [FIX] Expression : query handling problem
bzr revid: jvo@tinyerp.com-20090513121004-kkb3wcqzhk2vyg21
2009-05-13 17:40:04 +05:30
Jay (Open ERP) 5766b3cd04 [FIX] DB will save False Valuesfor booleans
bzr revid: jvo@tinyerp.com-20090513091303-tyoe0u8bx6v8mgtt
2009-05-13 14:43:03 +05:30
Jay (Open ERP) d14399558f Expression checking corrected
bzr revid: jvo@tinyerp.com-20090513051846-7qt47z4iwqhfs07a
2009-05-13 10:48:46 +05:30
Jay (Open ERP) aeb27427ec [Fix] Bug 372706 : Domains for Booleans(False and Null) handled(ref:YSA)
bzr revid: jvo@tinyerp.com-20090511064416-3e5xw3r5unvqggej
2009-05-11 12:14:16 +05:30