Commit Graph

719 Commits

Author SHA1 Message Date
Christophe Simonis 122230e73c [FIX] allow to call write without ids on osv_memory objects
bzr revid: chs@tinyerp.com-20091016151643-uh7a9m0lfeqajfqf
2009-10-16 17:16:43 +02:00
PSO(OpenERP) 4d7134cd99 Changed licencing
bzr revid: hda@tinyerp.com-20091014123215-nuyqs18090whzt5o
2009-10-14 18:02:15 +05:30
Harry (Open ERP) a31e898d44 [IMP]read method: to change for putting warning message on save event
bzr revid: hmo@tinyerp.com-20091013140937-5wb96hu59xn152r0
2009-10-13 19:39:37 +05:30
Jay (Open ERP) 5d617aff5a [IMP] Improved error message when creating new entry for psql view
lp bug: https://launchpad.net/bugs/446128 fixed

bzr revid: jvo@tinyerp.com-20091013063711-08jbfeq7lzzm6u9d
2009-10-13 12:07:11 +05:30
HDA (OpenERP) 2d069ed8ea etree conversion changes
bzr revid: hda@tinyerp.com-20091009095954-b3gexbsn2groeiok
2009-10-09 15:29:54 +05:30
HDA (OpenERP) c6f5c91a96 Merged with stable
bzr revid: hda@tinyerp.com-20091009095236-2m1dt7sz4mr6iw0e
2009-10-09 15:22:36 +05:30
P. Christeas 2162baddf1 Merge branch 'xrg' into optimize
bzr revid: p_christ@hol.gr-20091008195954-25470bnwhqeoyc17
2009-10-08 22:59:54 +03:00
P. Christeas ffb287777c Merge remote branch 'origin/master' into xrg
Conflicts:
	bin/addons/base/ir/ir_cron.py

bzr revid: p_christ@hol.gr-20091008195028-eth801qgzj78zrm1
2009-10-08 22:50:28 +03:00
Stephane Wirtel 1052e1213d [MERGE] Backport: http://bazaar.launchpad.net/~openobject-training/+junk/server/revision/1822
[IMP] Allow to specify the view via the context

bzr revid: stephane@openerp.com-20091008133235-3ogpljqem67ae032
2009-10-08 15:32:35 +02:00
Stephane Wirtel 9a0d6aa947 [MERGE] Backport: http://bazaar.launchpad.net/~openobject-training/+junk/server/revision/1821
[FIX] Workflow button desactivation regarding user roles

bzr revid: stephane@openerp.com-20091008133057-3htx9jwebv9pprgd
2009-10-08 15:30:57 +02:00
YSA(OpenERP) fbee346b92 [FIX] Import made successful when field is O2M and it has relation under that.
lp bug: https://launchpad.net/bugs/430805 fixed

bzr revid: jvo@tinyerp.com-20091008094457-3ta5gkrhqspiiqyr
2009-10-08 15:14:57 +05:30
Fabien Pinckaers 3b60f632f1 [FIX] default context
bzr revid: fp@tinyerp.com-20091005174655-cq9b2q92ww4onets
2009-10-05 19:46:55 +02:00
Jay (Open ERP) f590b74318 [FIX] Import : Context of the action/screen passed,taken into consideration while importing
bzr revid: jvo@tinyerp.com-20091005121029-6sy1k3uvkpi2i8of
2009-10-05 17:40:29 +05:30
Jay (Open ERP) f822efa074 [FIX] Name_search() is having now record limit to be 80 instead of None
lp bug: https://launchpad.net/bugs/430133 fixed

bzr revid: jvo@tinyerp.com-20091003094858-njohqhj91rc6is6n
2009-10-03 15:18:58 +05:30
HDA (OpenERP) eefe57c93e [MERGE]
bzr revid: hda@tinyerp.com-20091001120820-2tke1hk1ixd7nbb8
2009-10-01 17:38:20 +05:30
uco(Open ERP) 22bb413066 [FIX] Allowing sql keywords as fields(don't use them in order by clause)
lp bug: https://launchpad.net/bugs/430728 fixed

bzr revid: jvo@tinyerp.com-20091001110641-jks9s9pntnmewvgm
2009-10-01 16:36:41 +05:30
P. Christeas afd06e6bf2 Merge remote branch 'origin/master' v5.0.6 into xrg
Conflicts:
	bin/addons/base/ir/ir_cron.py
	bin/netsvc.py

bzr revid: p_christ@hol.gr-20090925204910-uhwimwgfgm94hujn
2009-09-25 23:49:10 +03:00
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
Jay (Open ERP) 282cab24a0 [FIX] Fields.function : Store value computation corrected
[openobject-server @ jvo@tinyerp.com-20090922053703-14vmsvuxccsy0ntb]

bzr revid: p_christ@hol.gr-20090925203907-93qtmx98khzb8oxo
2009-09-25 23:39:07 +03:00
P. Christeas 8afaffc811 [Fix] Tolerate ids that came as strings.
If the list of IDs contains strings with numeric values (like '123'),
allow them to be used. If the strings cannot be parsed, the int() will
raise an Exception itself.

bzr revid: p_christ@hol.gr-20090925203427-3ckavo3w34dokwij
2009-09-25 23:34:27 +03:00
HDA (OpenERP) fee82e1383 rename html2html to Mako2html Merging improvement in orm
bzr revid: hda@tinyerp.com-20090925124156-clmoug86pwwwl88d
2009-09-25 18:11:56 +05:30
uco(OpenERP) 244de09ee5 [FIX] Update Module : Float8 to float and numeric to float casting made possible
lp bug: https://launchpad.net/bugs/433886 fixed

bzr revid: jvo@tinyerp.com-20090924142227-qbx2y0a56r6d263n
2009-09-24 19:52:27 +05:30
Jay (Open ERP) 48a8d1f0a1 [FIX] Fields.function : Store value computation corrected
lp bug: https://launchpad.net/bugs/421904 fixed

bzr revid: jvo@tinyerp.com-20090922053703-14vmsvuxccsy0ntb
2009-09-22 11:07:03 +05:30
Jay (Open ERP) 20bc712f9c [FIX] Price Accuracy : rounding made to be based on --price_accuracy option
lp bug: https://launchpad.net/bugs/407332 fixed

bzr revid: jvo@tinyerp.com-20090918135556-lmun5j8d27437xkc
2009-09-18 19:25:56 +05:30
HDA (OpenERP) c68600cc53 [Merged]
bzr revid: hda@tinyerp.com-20090917072712-l7220bbv1gq4uckc
2009-09-17 12:57:12 +05:30
Fabien Pinckaers dbc2adadf2 [FIX] regression in fields.function computation
bzr revid: fp@tinyerp.com-20090915081744-0l9k2v8a86fl036l
2009-09-15 10:17:44 +02:00
P. Christeas 9526157106 ORM: Protect against dropping columns.
When a column is converted to a function, by default the db column is
dropped. Sometimes this is a bad idea, until the data is migrated.
Let an attribute change this behaviour.

bzr revid: p_christ@hol.gr-20090913143021-6tj3c16n4lli9rls
2009-09-13 17:30:21 +03:00
P. Christeas 56ec1212c6 ORM feature: allow renaming of columns.
Sometimes we may want to rename object attributes, aka. SQL columns.
Provide a mechanism for that.

bzr revid: p_christ@hol.gr-20090912003049-v5xe6eypp5u462vg
2009-09-12 03:30:49 +03:00
Christophe Chauvet(Syleam) dc8dd85fe1 [FIX] Export : Error solved while Exporting O2M records with None value of any field
lp bug: https://launchpad.net/bugs/425430 fixed

bzr revid: jvo@tinyerp.com-20090907102947-ne1p4q3mi1qz6gq7
2009-09-07 15:59:47 +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 ceef9b0be9 Merge branch 'xrg' into rfc, 5.0.4 patch obsolete.
Conflicts:
	bin/netsvc.py

bzr revid: p_christ@hol.gr-20090901210513-xc3f51eobxdv4g1b
2009-09-02 00:05:13 +03:00
Jay (Open ERP) d594e929ba [FIX] Security Loophole corrected
[openobject-server @ jvo@tinyerp.com-20090901150136-tjpngpcfixg940b6]

bzr revid: p_christ@hol.gr-20090901210416-x0euuqx22nchdyj7
2009-09-02 00:04:16 +03:00
Cédric Krier 40666e1316 [FIX] Security Loophole corrected
lp bug: https://launchpad.net/bugs/422563 fixed

bzr revid: jvo@tinyerp.com-20090901150136-tjpngpcfixg940b6
2009-09-01 20:31:36 +05:30
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
P. Christeas 8558374c2b Merge branch 'xrg' into optimize
Conflicts:
	bin/osv/orm.py

bzr revid: p_christ@hol.gr-20090828143403-c48ylvbkzgnimvhr
2009-08-28 17:34:03 +03:00
Harry (Open ERP) 30b2fc5bd2 [FIX] import: support "<rel_field>:db_id" , better warning message
lp bug: https://launchpad.net/bugs/415973 fixed

bzr revid: hmo@tinyerp.com-20090826134049-0wf8td729mgv32g9
2009-08-26 19:10:49 +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
Fabien Pinckaers 7b8afc298a [IMP] Speed impprovement: 2x faster for flow: sale -> invoice -> payment
bzr revid: fp@tinyerp.com-20090820152921-ntnzn2tqo1bhiss1
2009-08-20 17:29:21 +02:00
Christophe Simonis 608f994263 [FIX] avoid crash...
lp bug: https://launchpad.net/bugs/415958 fixed

bzr revid: christophe@tinyerp.com-20090819153349-ojvn980qfb1dk5b5
2009-08-19 17:33:49 +02:00
Christophe Simonis 0ae9e1e906 [FIX] fields_get check access aginst write or create access
bzr revid: christophe@tinyerp.com-20090819151820-rw1x1sorn9qywv2b
2009-08-19 17:18:20 +02:00
fabian 89a6e71223 [IMP] Speed improvement in creation of records (4 time faster on partners)
bzr revid: fabian@fabian-openerp-20090819133910-9m732f4ynjb5u3xa
2009-08-19 15:39:10 +02:00
Christophe Simonis eb15785f7b [FIX] import of boolean fields in csv files.
lp bug: https://launchpad.net/bugs/415257 fixed
lp bug: https://launchpad.net/bugs/406945 fixed

bzr revid: christophe@tinyerp.com-20090818154334-blcft3nkwidckjz3
2009-08-18 17:43:34 +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 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
P. Christeas 400ee151f8 Mark some points where SQL calls need optimize.
In particular, calls to ir.translate are done in Python loops. This is
slow.

bzr revid: p_christ@hol.gr-20090726075504-v6qgdyyg9vyaazfr
2009-07-26 10:55:04 +03: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 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
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
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
Fabien Pinckaers 9624ffb5e0 bugfix_lang_notavailabel
bzr revid: fp@tinyerp.com-20090601221525-aq1zvcolw160bm37
2009-06-02 00:15:25 +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) 5766b3cd04 [FIX] DB will save False Valuesfor booleans
bzr revid: jvo@tinyerp.com-20090513091303-tyoe0u8bx6v8mgtt
2009-05-13 14:43:03 +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
Christophe Simonis efc01f25ae [FIX] allow to use server-side domains with widget='selection' fields
[FIX] widget='selection' fields now handle correctly the required fields

bzr revid: christophe@tinyerp.com-20090428144014-7wxt52bfy5odnf5r
2009-04-28 16:40:14 +02:00
Naresh Choksy 740bb829f9 added report engine
bzr revid: nch@tinyerp.com-20090428102421-0bjwivab9it6bf2c
2009-04-28 15:54:21 +05:30
Fabien Pinckaers 5aee798177 bugfix
bzr revid: fp@tinyerp.com-20090427181701-zcxe5qnfgmk2yf1q
2009-04-27 20:17:01 +02:00
Fabien Pinckaers 6128d030f2 merge
bzr revid: fp@tinyerp.com-20090425163354-qnrvpx0qdqqsukvn
2009-04-25 18:33:54 +02:00
P. Christeas 7cf2c6b01c Merge commit 'origin/master' into mdv-gpl3-py26
bzr revid: p_christ@hol.gr-20090424171033-0yfkur35me172zw0
2009-04-24 20:10:33 +03:00
Christophe Simonis 247c1972ab [FIX] allow to use the field 'id' in views (i.e., needed for domain)
bzr revid: christophe@tinyerp.com-20090423085750-rwt7kxgz7hmmop3f
2009-04-23 10:57:50 +02:00
P. Christeas 9f542c792a Fix copying of one2many, one2one empty fields.
bzr revid: p_christ@hol.gr-20090412134239-d487cn2q47u4wrmi
2009-04-12 16:42:39 +03:00
Fabien Pinckaers 5ba9c8626f bugfixes
bzr revid: fp@tinyerp.com-20090411204439-ivly6x341y9pwuzs
2009-04-11 22:44:39 +02:00
P. Christeas 59c0e4889a Merge commit 'origin/master' into mdv-gpl3-py26
bzr revid: p_christ@hol.gr-20090330173719-27jcy2nyw1v4w3bq
bzr revid: p_christ@hol.gr-20090330173755-o3pxayaintefn150
bzr revid: p_christ@hol.gr-20090330173849-heuqfveq1xdeoe6h
bzr revid: p_christ@hol.gr-20090406130641-9mrstydveuqjkkjv
2009-04-06 16:06:41 +03:00
husen daudi 67526cf793 Improved browse record calls in context of report engine (ref: nch,jvo,hda)
bzr revid: hda@hda-20090406114533-5bn57x92n7in399y
2009-04-06 17:15:33 +05:30
P. Christeas 7cb394f380 Merge commit 'origin/master' into mdv-gpl3-py26
Conflicts:
	bin/addons/__init__.py
	bin/addons/base/ir/ir_cron.py
	bin/addons/base/rng/view.rng

bzr revid: p_christ@hol.gr-20090304073610-2ss5ju4lyyue79qv
bzr revid: p_christ@hol.gr-20090308214750-0bgr6yj85f8ixpjp
bzr revid: p_christ@hol.gr-20090312075024-1rqeqam5ipfofb9m
2009-03-12 09:50:24 +02:00
mga (Tiny/Axelor) 82fda6c77c bugfix for the many2many fields
eachtime generate a new table number for relational table for manual fields

bzr revid: mga@tinyerp.com-20090306091539-0gcb1epayrvmoj9q
2009-03-06 14:45:39 +05:30
Christophe Simonis 1d8d7b7236 [IMP] orm: do not use xpath for hidding buttons when user hasn't the right role
bzr revid: christophe@taupe-20090304230057-tx2ch1yfmbk0b1gb
2009-03-05 00:00:57 +01:00
Fabien Pinckaers b5e2c0a8a2 bugfix_portal_access_rights
bzr revid: fp@tinyerp.com-20090227163720-b6d6fsdtl678h16j
2009-02-27 17:37:20 +01:00
Fabien Pinckaers 5a87d64cb3 bugfix_regex_order
bzr revid: fp@tinyerp.com-20090227065118-y0ok9xqyrt797vpg
2009-02-27 07:51:18 +01:00
Fabien Pinckaers 6343408a71 bugfix_store_delete
bzr revid: fp@tinyerp.com-20090227064300-a6w8q0hrqmnqw90i
2009-02-27 07:43:00 +01:00
Fabien Pinckaers e3bcb6b8be bugfix_lp_331245
bzr revid: fp@tinyerp.com-20090226201745-ot01ir2gy89n18xm
2009-02-26 21:17:45 +01:00
qdp a4b93b2a4d [FIX] bugfixed the order of computing records for store={} fields. There was a problem for fields that were dependant on same object like the membership_state field on
res_partner that depend on free_member field of res_partner:
	store = {
                'account.invoice':(_get_invoice_partner,['state'], 10),
                'membership.membership_line':(_get_partner_id,['state'], 10),
                'res.partner':(_get_partners, ['free_member'], 10)
                }

bzr revid: qdp@tinyerp.com-20090218142454-d9h6bdy4h3wwcj1i
2009-02-18 15:24:54 +01:00
mra (Open ERP) 5567f3e7f0 fix : 329208 : trans_obj is not defined
bzr revid: mra@tinyerp.com-20090214053517-aqwdg94bv4ph4vpz
2009-02-14 11:05:17 +05:30
P. Christeas 086e4a29c6 Merge commit 'origin/master' into mdv-gpl3-py26
Conflicts:
	bin/tools/translate.py
	setup.py

bzr revid: p_christ@hol.gr-20090213182359-arcslht0h9ix34qr
2009-02-13 20:23:59 +02:00
Olivier Laurent 411778633e escape the field name if the field name is a key word (like 'binary' for exemple)
bzr revid: olt@tinyerp.com-20090212100403-ukaqh4eflhbs9dg0
2009-02-12 11:04:03 +01:00
P. Christeas bba009f639 Merge commit 'origin/master' into mdv-gpl3-py26
Conflicts:
	bin/netsvc.py
	bin/sql_db.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20090208175840-xmy5c53ijl3rs1l5
2009-02-08 19:58:40 +02:00
Fabien Pinckaers 5b01342a4b bugfix
bzr revid: fp@tinyerp.com-20090205171531-7ys5vn8mq5az1v7q
2009-02-05 18:15:31 +01:00
Fabien Pinckaers d9d22aaff9 bugfix
bzr revid: fp@tinyerp.com-20090205000131-4tjbyqij1x9v8gl7
2009-02-05 01:01:31 +01:00
Fabien Pinckaers e5997c9958 bugfix
bzr revid: fp@tinyerp.com-20090204232710-kkf3r1gk9ebhli4q
2009-02-05 00:27:10 +01:00
Fabien Pinckaers 3ae831ceaf bugfix
bzr revid: fp@tinyerp.com-20090204130537-z9frulclih2scdn0
2009-02-04 14:05:37 +01:00
mga (Tiny/Axelor) 6709e6e295 fixing the gug for reading fields
bzr revid: mga@tinyerp.com-20090204124123-wz507w0h4tr4o2yu
2009-02-04 18:11:23 +05:30
Stephane Wirtel 557cc93aae [IMP] Add a new function, last_day_of_current_month, this function returns the last day of the current month.
bzr revid: stephane@tinyerp.com-20090202140715-e5lw28lvrd9fep13
2009-02-02 15:07:15 +01:00
P. Christeas b69c19fbb2 Merge branch 'master' of openobject-server into mdv-gpl3-py26
Conflicts:
	bin/netsvc.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20090131100804-pu97gelwjh1flk3h
2009-01-31 12:08:04 +02:00
Christophe Simonis f3bd6582fc [IMP] the module graph is updated and loaded until there are modules to load.
[IMP] log the extra database columns only when all modules are loaded

bzr revid: christophe@tinyerp.com-20090129095937-izrx5s4qac1dmapj
2009-01-29 10:59:37 +01:00
Jay (Open ERP) 7e5cd9dd4a Minor modifs
bzr revid: jvo@tinyerp.com-20090129061555-2tlpj9vzdkp9mqyd
2009-01-29 11:45:55 +05:30
Fabien Pinckaers 41590f61ec bugfix
bzr revid: fp@tinyerp.com-20090128231100-lh55gi6k2rz57qcp
2009-01-29 00:11:00 +01:00
Stephane Wirtel 99d7959dff [FIX] Use the notation for the default values of a many2many field
lp bug: https://launchpad.net/bugs/319257 fixed

bzr revid: stephane@tinyerp.com-20090128154252-4ibps4vcgltfk02s
2009-01-28 16:42:52 +01:00
P. Christeas caa5ca5ae2 Merge branch 'master' of openobject-server into mdv-gpl3-py26
Conflicts:

	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20090128135050-bb1ueo5ovziijg00
2009-01-28 15:50:50 +02:00
Jay (Open ERP) a550f5370d Report_sxw modified for browse_record values in default formats
bzr revid: jvo@tinyerp.com-20090128125232-rfqwrvec513c5r2d
2009-01-28 18:22:32 +05:30
Christophe Simonis 270bbb151b [IMP] change level of message when a column is not present in the object
bzr revid: christophe@tinyerp.com-20090127111425-ktutr1iuvldwnaq0
2009-01-27 12:14:25 +01:00
Fabien Pinckaers 7cb41c31ec removed_print
bzr revid: fp@tinyerp.com-20090127102931-h5sk00kornccw4fr
2009-01-27 11:29:31 +01:00
Fabien Pinckaers 8822ada31f bugfix_ptt
bzr revid: fp@tinyerp.com-20090127102515-ric7p0yptywmy2qk
2009-01-27 11:25:15 +01:00
P. Christeas b46842d338 Instrument empty/broken form xml.
If broken (or empty) xml is fed into the view parser, produce some
better exception.

bzr revid: p_christ@hol.gr-20090126202857-sdhbxa4z48lfd2w8
2009-01-26 22:28:57 +02:00
Christophe Simonis ab41714295 [IMP] log in logger 'orm' instead of 'init'
[FIX] warn the user when a column has been remove from a object

bzr revid: christophe@tinyerp.com-20090126155046-quegkdj9l5a4d3ub
2009-01-26 16:50:46 +01:00
P. Christeas 1f6278b32c Merge branch 'master' of openobject-server into mdv-gpl3-py26
Conflicts:
	bin/addons/base/ir/ir.xml
	bin/osv/orm.py
	bin/sql_db.py
	bin/tools/config.py

bzr revid: p_christ@hol.gr-20090122175910-4apjfo1p7iokatm6
2009-01-22 19:59:10 +02:00
Christophe Simonis 9e6378a06b [FIX] concurrency check: handle the case of the O2M fields
bzr revid: christophe@tinyerp.com-20090121173728-pk4dkpqj79bjyntg
2009-01-21 18:37:28 +01:00
Stephane Wirtel c228e56f93 [REF] Use the xpath with condition
bzr revid: stephane@tinyerp.com-20090119232458-pip4shfzdx2m7go9
2009-01-20 00:24:58 +01:00
Christophe Simonis 520f5aec9c [MERGE] merge smile branch.
[REF] rewrite error generation when a view field is not found in the model

bzr revid: christophe@tinyerp.com-20090119110150-dzxto9uvwsqkva6s
2009-01-19 12:01:50 +01:00
Stephane Wirtel f987f9cccb [FIX] Store the string type function field (patch from Xavier ALT (AJM))
lp bug: https://launchpad.net/bugs/318543 fixed

bzr revid: stephane@tinyerp.com-20090119101201-20n79r2agfo03w36
2009-01-19 11:12:01 +01:00
Stephane Wirtel 7e4e42c34a [FIX] Encoding error
bzr revid: stephane@tinyerp.com-20090119100846-x4fp20cax93a4zf8
2009-01-19 11:08:46 +01:00
Fabien Pinckaers 875674d877 bugfixes
bzr revid: fp@tinyerp.com-20090117192214-m317lkham92f97ps
2009-01-17 20:22:14 +01:00
Christophe Simonis c3c0f345a0 [FIX] if not specify, _log_access has now the same value as _auto (True by default)
lp bug: https://launchpad.net/bugs/317699 fixed

bzr revid: christophe@tinyerp.com-20090116095217-bxtmwt7gxlm0kb88
2009-01-16 10:52:17 +01:00
P. Christeas 69bdb830a4 [Under-the-carpet-FIX] Silently ignore missing fields in views.
This solved the problem where no CRM lines were found in some
board. Since the board would be launched on startup, client couldn't
login at all.

bzr revid: p_christ@hol.gr-20090116085426-f5yf8k1hg6hbq39x
2009-01-16 10:54:26 +02:00
Fabien Pinckaers 5305888c29 bugfixes
bzr revid: fp@tinyerp.com-20090115174103-2ix4fhc5adviwtyc
2009-01-15 18:41:03 +01:00
Christophe Simonis 586a737f6e [FIX] fix concurrency problem. Use last_modified instead of delta. Thanks to Tryton team for the idea.
lp bug: https://launchpad.net/bugs/314696 fixed

bzr revid: christophe@tinyerp.com-20090115115718-3jpkxhmjaa275jq2
2009-01-15 12:57:18 +01:00
Olivier Laurent f386b602a2 Added a new configuration option: 'csv_internal_sep' (equals ',' by default)
Some old import files used the pipe ('|') as a separator in records. It has
been changed to a comma but this causes problems with old import files when
some records have a comma that is not a separator.

bzr revid: olt@tinyerp.com-20090115101210-czdbqqeptbj8o1so
2009-01-15 11:12:10 +01:00
P. Christeas b8d5eac277 Merge branch 'master' of /home/panos/tmp/tinyerp/openobject-server/ into mdv-gpl3-py26
Conflicts:

	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20090114075916-feh0125soh9euu1h
2009-01-14 09:59:16 +02:00
Stephane Wirtel 9089f665bd [FIX] Encoding
lp bug: https://launchpad.net/bugs/315378 fixed

bzr revid: stephane@tinyerp.com-20090109100759-hq2o03u54ftvrxmh
2009-01-09 11:07:59 +01:00
P. Christeas 7aa561987b Merge branch 'mdv-gpl3' into mdv-gpl3-py26
bzr revid: p_christ@hol.gr-20090106103203-mu7zxgyofhlmedpp
2009-01-06 12:32:03 +02:00
P. Christeas 1435d6d064 Merge branch 'master' of /home/panos/tmp/tinyerp/openobject-server/ into mdv-gpl3
bzr revid: p_christ@hol.gr-20090106094017-i26aufnjth5am64m
2009-01-06 11:40:17 +02:00
P. Christeas 5d7e61fef8 ORM browse: return None when sth is wrong, not False
bzr revid: p_christ@hol.gr-20090106093743-m9jt71o3jfekp1ls
2009-01-06 11:37:43 +02:00
Stephane Wirtel 6600172e4a [FIX] Translation - read_string
lp bug: https://launchpad.net/bugs/313340 fixed

bzr revid: stephane@tinyerp.com-20090105152843-pyw6m15gzl4rxt1u
2009-01-05 16:28:43 +01:00
Stephane Wirtel 9d293d1f00 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221329-rem11cbgwu30xnji
2009-01-04 23:13:29 +01:00
Christophe Simonis 5ff3af95e2 [IMP] use the pooler directly instead of the 'object_proxy'
[IMP] wkf_expr: remove dead code

bzr revid: christophe@cobalt-20090102231851-zzobv5dx3pplh265
2009-01-03 00:18:51 +01:00
Fabien Pinckaers c90140c3b2 bugfix
bzr revid: fp@tinyerp.com-20090102140903-jz4szuojasx9f5zg
2009-01-02 15:09:03 +01:00
Jay (Open ERP) 54508a24bc Bugfix : Record creation on databse views(ref : views used for dashboard).
bzr revid: jvo@tinyerp.com-20090101133956-le2wjye1tx1g1j1e
2009-01-01 19:09:56 +05:30
P. Christeas 12bcce44c4 Merge branch 'master' of openobject-server into mdv-gpl3
Conflicts:
	bin/openerp-server.py

bzr revid: p_christ@hol.gr-20081230132911-6d9bfzlx8j9osj2q
2008-12-30 15:29:11 +02:00
Jay (Open ERP) 9231286c74 Bugfix on report :Added unicode method on browse_null
bzr revid: jvo@tinyerp.com-20081229123601-y1bpr4syt2rtyu5d
2008-12-29 18:06:01 +05:30
P. Christeas cb42fd7a59 Merge branch 'master' of /home/panos/tmp/tinyerp/openobject-server/ into mdv-gpl3
Conflicts:
	bin/addons/base/ir/ir_actions.py
	bin/report/interface.py
	bin/tools/config.py

bzr revid: p_christ@hol.gr-20081228102522-po9ix8j0l6f5akxp
2008-12-28 12:25:22 +02:00
Fabien Pinckaers 81b8a4c302 bugfix
bzr revid: fp@tinyerp.com-20081224155429-tdcmkvn7398h163b
2008-12-24 16:54:29 +01:00
Fabien Pinckaers c1c36eedea bugfixes
bzr revid: fp@tinyerp.com-20081224104811-54gb87thafjay1sj
2008-12-24 11:48:11 +01:00
P. Christeas a8229141bc Merge branch 'master' of openobject-server into mdv-gpl3-fwd
Conflicts:
	bin/netsvc.py
	bin/sql_db.py
	bin/ssl/SecureXMLRPCServer.py (note: fixes are lost now)

bzr revid: p_christ@hol.gr-20081223154608-fs0830k7vyo81m5u
2008-12-23 17:46:08 +02:00
Christophe Simonis d0e614aeed [IMP] "not x in l" -> "x not in l"
[IMP] use the second parameter of cr.execute instead of formating the query ourself

bzr revid: christophe@cobalt-20081219191759-79riaoi58pm0jsff
2008-12-19 20:17:59 +01:00
Stephane Wirtel 028dd2cc9b [IMP] Remove unused log
bzr revid: stephane@tinyerp.com-20081219155459-ofgwl03yo26s28ry
2008-12-19 16:54:59 +01:00
Amit Mendapara 643441fa49 * Fixed ir_model_field (custom reference field)
bzr revid: ame@tinyerp.com-20081219130758-2xfdw1jogpl21io6
2008-12-19 18:37:58 +05:30
P. Christeas 18b1a8a843 Merge commit 'origin/master' into mdv-gpl3-fwd
Conflicts:

	bin/addons/base/ir/ir_actions.py
	bin/netsvc.py
	bin/report/report_sxw.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20081218164925-uarehzvo3ocu0x2w
2008-12-18 18:49:25 +02:00
Christophe Simonis 88c097516a [FIX] handle the case when xml are in unicode
bzr revid: christophe@cobalt-20081216105858-q0q02gxjt95qbmus
2008-12-16 11:58:58 +01:00
Fabien Pinckaers 3d84754c69 commit
bzr revid: fp@tinyerp.com-20081216103620-khy4x2gv3efvh0m1
2008-12-16 11:36:20 +01:00
P. Christeas 54ab22281e ORM: debug corrupt object model
If model_data contains invalid references, ORM would fail (again) with
absolutely cryptic errors. Try to locate the real cause of them.

bzr revid: p_christ@hol.gr-20081215215212-qgsfx91r3motmzjy
2008-12-15 23:52:12 +02:00
P. Christeas bf1d0a2535 Merge commit 'origin/master' into mdv-gpl3-fwd
bzr revid: p_christ@hol.gr-20081215182709-rusb3oq7npwecnt7
2008-12-15 20:27:09 +02:00
Stephane Wirtel 73736db39d [REF] Clean
bzr revid: stephane@tinyerp.com-20081215114839-v3ixe1ktg1xhkd3r
2008-12-15 12:48:39 +01:00
P. Christeas 087f5bc171 Merge commit 'origin/master' into mdv-gpl3
Conflicts:
	bin/report/interface.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20081215095422-9jc4m1qrknku6ux8
2008-12-15 11:54:22 +02:00
Fabien Pinckaers bb507de5b9 improvement
bzr revid: fp@tinyerp.com-20081215043426-36w0t0jiwpqa8tyd
2008-12-15 05:34:26 +01:00
Fabien Pinckaers 8cb88b6054 improvements_bugfixes
bzr revid: fp@tinyerp.com-20081214164647-hku6dlqkd65fe8ry
2008-12-14 17:46:47 +01:00
Fabien Pinckaers dbd44cd71a bugfixes
bzr revid: fp@tinyerp.com-20081213125314-t3csvq95lk0nbkk3
2008-12-13 13:53:14 +01:00
Mantavya Gajjar f3f97eff55 improve the server action
bzr revid: mga@tinyerp.com-20081213124204-zces6hdrj9oad8r6
2008-12-13 18:12:04 +05:30
Fabien Pinckaers cb59d883b8 bugfix_cache_speed_improvement_store
bzr revid: fp@tinyerp.com-20081213060118-icn54am74m6ntyqw
2008-12-13 07:01:18 +01:00
Stephane Wirtel cf09360444 [FIX] Remove the decode(utf8) function
lp bug: https://launchpad.net/bugs/307248 fixed

bzr revid: stephane@tinyerp.com-20081211220009-el7lc2bb0pqc99pc
2008-12-11 23:00:09 +01:00
P. Christeas 05b7316491 One more fix when ir_model_data won't produce result.
bzr revid: p_christ@hol.gr-20081211180010-5ka9n0kl3z0j8asd
2008-12-11 20:00:10 +02:00
Stephane Wirtel 242528a3b0 [IMP] Use the logger
bzr revid: stephane@tinyerp.com-20081210220800-pxm9xmkhnrnkvnzx
2008-12-10 23:08:00 +01:00
Christophe Simonis dd25d328f5 [MERGE]
bzr revid: christophe@tinyerp.com-20081210144113-6wdfu8mwpsojl4la
2008-12-10 15:41:13 +01:00
Najlaa 02663d9780 [IMP] convert varchar to text in database
bzr revid: nel@silver-20081210140856-easnep218it0bnqu
2008-12-10 15:08:56 +01:00
P. Christeas 281c7c980a Merge commit 'origin/master' into mdv-gpl3
bzr revid: p_christ@hol.gr-20081207195509-2tb8fb3d7qr2xigt
bzr revid: p_christ@hol.gr-20081210075901-97mt6chs3ljokpsx
2008-12-10 09:59:01 +02:00
Fabien Pinckaers a0b7a8f4e6 modifs
bzr revid: fp@tinyerp.com-20081209141034-cj0f9clfgkr1eorz
2008-12-09 15:10:34 +01:00
Christophe Simonis e09455ccd8 [FIX] psycopg2: %d -> %s
[IMP] orm: use _symbol_f when updating database at initialization
[IMP] misc.ustr: function returning the unicode string representation of a object

bzr revid: christophe@tinyerp.com-20081209133540-zlb6wxs97cxa99nx
2008-12-09 14:35:40 +01:00
Christophe Simonis e80211fbc3 [MERGE]
bzr revid: christophe@tinyerp.com-20081208084816-n4ju99d7nz21gun5
2008-12-08 09:48:16 +01:00
Fabien Pinckaers f8f691f6ed bugfixes_store
bzr revid: fp@tinyerp.com-20081208074738-qspr61l0lnobpb1h
2008-12-08 08:47:38 +01:00
Fabien Pinckaers 6e55b73d26 bugfixes
bzr revid: fp@tinyerp.com-20081207124502-guf3osjkrd7tunwj
2008-12-07 13:45:02 +01:00
Fabien Pinckaers dfbcd29e8e Speed Improvement ORM
Better Store={...}

bzr revid: fp@tinyerp.com-20081207021654-wfgrjy7tj3ukgopv
2008-12-07 03:16:54 +01:00
Christophe Simonis eb08809553 [FIX] orm: searching an inexisting id (as integer) return False (patch from Activity Solutions)
bzr revid: christophe@tinyerp.com-20081205124158-hjmig1c8gyp9qme3
2008-12-05 13:41:58 +01:00
Raphaël Valyi 897d131fa2 merge
bzr revid: rvalyi@gmail.com-20081203084228-5cdji0n3zjy3yxcb
2008-12-03 09:42:28 +01:00
Christophe Simonis a5e5b5b8fc [IMP] views don't need to include the state field anymore to be state aware
bzr revid: christophe@tinyerp.com-20081202183821-iodzmaanf3ib0asb
2008-12-02 19:38:21 +01:00
Raphaël Valyi b2fdf09676 view debbugging improvement: cf branche definition
bzr revid: rvalyi@gmail.com-20081202174137-zwqbqx7is0vcvrkw
2008-12-02 18:41:37 +01:00
Fabien Pinckaers 6207fbdcd4 remove_print
bzr revid: fp@tinyerp.com-20081202091251-2zhoyjh02phwe1xp
2008-12-02 10:12:51 +01:00
Fabien Pinckaers caa92f7778 improve
bzr revid: fp@tinyerp.com-20081202091143-gq9q36cewvm499nq
2008-12-02 10:11:43 +01:00
Fabien Pinckaers e60d9ff7c5 Speed_improvement
bzr revid: fp@tinyerp.com-20081202081629-bchm1dum0elcs43q
2008-12-02 09:16:29 +01:00
Fabien Pinckaers 1e87af4390 bugfix_304008
bzr revid: fp@tinyerp.com-20081201151351-auit087r6pz2ii69
2008-12-01 16:13:51 +01:00
Christophe Simonis b75c40a3a6 [FIX] translation of some labels in one2many fields. Thanks to Dainius Malachovskis for the base patch.
lp bug: https://launchpad.net/bugs/279613 fixed

bzr revid: christophe@tinyerp.com-20081128090934-lffnwuf8q4zqvs6j
2008-11-28 10:09:34 +01:00
Stephane Wirtel 05613c2bea [FIX] Move the read_string and write_string methods from orm to orm_template
lp bug: https://launchpad.net/bugs/300754 fixed

bzr revid: stephane@tinyerp.com-20081127082444-rpa115twbkgy6oib
2008-11-27 09:24:44 +01:00
Fabien Pinckaers 843add7b69 improved_customization
bzr revid: fp@tinyerp.com-20081125233317-e9f3f4v99gmyyen0
2008-11-26 00:33:17 +01:00
Christophe Simonis b216e06e67 [IMP] better get_invalid_fields function
bzr revid: christophe@tinyerp.com-20081124154229-st6d2ehiyc5xip0h
2008-11-24 16:42:29 +01:00
P. Christeas 17631aef94 Merge branch 'master' of openobject-server into mdv-gpl3
Conflicts:
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20081124152658-xvkszq1j9xrm98mv
2008-11-24 17:26:58 +02:00
P. Christeas 7f3ee0107e Instrument missing tag exception.
bzr revid: p_christ@hol.gr-20081124151809-ydhawyy1map7wd7y
2008-11-24 17:18:09 +02:00
Jay Vora 6fbcaf0194 Colored Fields red ,those fail in constraint validation.Modification for Updation of records
bzr revid: jvo@tinyerp.com-20081124132743-v90r8wx5o33nvfyd
2008-11-24 18:57:43 +05:30
Jay Vora 67409c5dec Colored Fields red ,those fail in constraint validation.
bzr revid: jvo@tinyerp.com-20081124124839-v4ryyp5odmm5bmqn
2008-11-24 18:18:39 +05:30
Christophe Simonis e2ef2a1782 [FIX] allow long to be used as id in browse_record
bzr revid: christophe@tinyerp.com-20081121220937-psm6o20p3yqkq98i
2008-11-21 23:09:37 +01:00
Fabien Pinckaers 9fcea67fab improve
bzr revid: fp@tinyerp.com-20081121181224-ms1h2p3nip6w93kx
2008-11-21 19:12:24 +01:00
P. Christeas ba195ed72d orm optimization: don't compute all fields for view.
Some fields may not be requested by the view DOM. Don't try to fetch
their information.
This is an experimental optimization. Testing pending.

bzr revid: p_christ@hol.gr-20081118153447-5reuu322ikudppr8
2008-11-18 17:34:47 +02:00
P. Christeas 4e4c02351f Orm: model fields may be a subset of the views.
When the view asks more fields than the OM has, the result
may have less ones. Iterate through the smallest set.

bzr revid: p_christ@hol.gr-20081118143318-vvns3suey0g4e3x6
2008-11-18 16:33:18 +02:00
P. Christeas ee881fa7e0 Armor the export lang wizard against faulty model fields.
Sometimes objects or field definitions in db may have some errors
(especially in dev setups). The export translation algorithm should
just skip those fields and try to continue, instead of raising an
exception. These errors can still be logged, of course.

bzr revid: p_christ@hol.gr-20081115085854-2xpnypbas4sxt15u
2008-11-15 10:58:54 +02:00
hda@tinyerp.com 74af540f43 bugfix for active=false search
bzr revid: hda@tinyerp.com-20081110110721-t55bijn008yq4z7b
2008-11-10 16:37:21 +05:30
Christophe Simonis 78a71cc808 fields_view_get return also the fields specified in the attributes of the <calendar> tag
bzr revid: christophe@tinyerp.com-20081105201949-vdej2c2a8uwqqila
2008-11-05 21:19:49 +01:00
Stephane Wirtel 3fb1d0cb13 Bug fix from Xavier ALT (AJM)
lp bug: https://launchpad.net/bugs/291146 fixed

bzr revid: stephane@tinyerp.com-20081105133525-zv39jfj7gxhvxysx
2008-11-05 14:35:25 +01:00
P. Christeas 8220e0ad02 Merge commit 'origin/master' into mdv-gpl3
Conflicts:
	bin/tools/convert.py

bzr revid: p_christ@hol.gr-20081025224421-g367ati5b2eeplw6
bzr revid: p_christ@hol.gr-20081104201238-oy0vgsunt2jxgu2p
2008-11-04 22:12:38 +02:00
Christophe Simonis e404e54e38 passing in GPL-3
bzr revid: christophe@tinyerp.com-20081103182716-6c6xyeewubx4uas0
2008-11-03 19:27:16 +01:00
Fabien Pinckaers e048250071 improvment
bzr revid: fp@tinyerp.com-20081031141048-gohuvljsot9byn5g
2008-10-31 15:10:48 +01:00
Xavier ALT 8a657d79cb Bugfix: Search inactive (active = False) elements will always fail
Even if args contain ['active','=',0], _where_calc function add an active
   test, leading to 'where active = True and active = False' SQL queries.

bzr revid: x.alt@ajm.lu-20081030154226-7yd1xvqleisqksld
2008-10-30 16:42:26 +01:00
Fabien Pinckaers 9a5138791a bugfixes
bzr revid: fp@tinyerp.com-20081028001825-zj6lhbeazmdjdkpy
2008-10-28 01:18:25 +01:00
Christophe Simonis 08933b0200 browse_null objects doesn't fail anymore when accessing its attributes
bzr revid: chs@tinyerp.com-20081027135931-2772tugct3p1u3rx
2008-10-27 14:59:31 +01:00
Christophe Simonis f7273ecbc7 admin user is not restricted by roles
bzr revid: chs@tinyerp.com-20081027125413-lusm89mme25cclm8
2008-10-27 13:54:13 +01:00
Christophe Simonis 348d01795a fix bug with translation of empty string of selection entries
bzr revid: chs@tinyerp.com-20081027122807-a401uef1xctcr4gf
2008-10-27 13:28:07 +01:00
Fabien Pinckaers 96e69a0a25 merge
bzr revid: fp@tinyerp.com-20081027115900-21mykbjk7whhq7in
2008-10-27 12:59:00 +01:00
Fabien Pinckaers 54f4c8f1cc bugfix
bzr revid: fp@tinyerp.com-20081027104650-1c3tf9xsx0rmmoat
2008-10-27 11:46:50 +01:00
Fabien Pinckaers d5e50a5159 improvement
bzr revid: fp@tinyerp.com-20081025085356-9ezz9r2qj6q52a3r
2008-10-25 10:53:56 +02:00
Fabien Pinckaers 6b87952e23 bugfix
bzr revid: fp@tinyerp.com-20081024144733-qxsdkum4c8arcb5a
2008-10-24 16:47:33 +02:00
Fabien Pinckaers 93cbe3d14a improve
bzr revid: fp@tinyerp.com-20081023174549-yooeluxdpfrsizgs
2008-10-23 19:45:49 +02:00
Amit Mendapara 08e80733c4 * Support for adding custom O2M & M2M fields
* Improved fields view definitions

bzr revid: ame@tinyerp.com-20081023132828-nvjtv26qna56cztk
2008-10-23 18:58:28 +05:30
Christophe Simonis 0649604ee1 merge syleam branch
bzr revid: christophe@tinyerp.com-20081020120537-ncgcqa2vzlo6of0j
2008-10-20 14:05:37 +02:00
Stephane Wirtel f2644d5bc2 Show an error and raise an exception if the _name is not present in an object
bzr revid: stephane@tinyerp.com-20081017224112-7sr2ihk7l7wuc2hg
2008-10-18 00:41:12 +02:00
Jay Vora c10ba024aa Corrected copy functionality for fields translated=True (Ref: Yajushi Yagnik)
bzr revid: jvo@tinyerp.com-20081016115441-k0ctdfcygqbici3w
2008-10-16 17:24:41 +05:30
P. Christeas d85b9a74fa Behave better at exceptions (l10n, __getitem__() )
bzr revid: p_christ@hol.gr-20081010091805-93a1el2izcfdc5an
2008-10-10 12:18:05 +03:00
Jay Vora 6b589c87ad Bugfix :email sending and minor edit on constraint validation
bzr revid: jvo@tinyerp.com-20080925054703-0eui2prn54hw2q59
2008-09-25 11:17:03 +05:30
Stephane Wirtel 9e83fed250 If the ids is an int or a long, convert it to array, to avoid an error from the orm
bzr revid: stephane@tinyerp.com-20080924032135-q52ns1968r88mdxt
2008-09-24 05:21:35 +02:00
Fabien Pinckaers 88a6b3780c bugfix
bzr revid: fp@tinyerp.com-20080923162716-qbaxamq0btfongpw
2008-09-23 18:27:16 +02:00
Christophe Simonis 500e964ebb get_binary_size is renamed bin_size and its behavior is reversed (False by default)
bzr revid: christophe@tinyerp.com-20080923104745-m5osg61ukqtk0szi
2008-09-23 12:47:45 +02:00
Jay Vora 68dd2596bf fix:Displayed required and readonly attributes of a model.
bzr revid: jvo@tinyerp.com-20080922064849-q2wphtmsblxjn1yl
2008-09-22 12:18:49 +05:30
Fabian Semal deec1863f6 Concert date to datetime
bzr revid: fabian@tinyerp.com-20080918123116-r5999hs4i7fe0qw4
2008-09-18 14:31:16 +02:00
Christophe Simonis 99911f3550 get_binary_size set as True by default
bzr revid: christophe@tinyerp.com-20080917122211-34u4ykx806nrh0xo
2008-09-17 14:22:11 +02:00
Jay Vora ce17730b11 Bugfixed the binary type data fetch on osv_memory.
bzr revid: jvo@tinyerp.com-20080916124519-gx5ah48e1ydt036u
2008-09-16 18:15:19 +05:30
Jay Vora 02104cd18b Added filtered file selection feature on binary field.Usage: fields.binary('Upload a file',filters=['*.zip','a*.jpg','*.doc'])
bzr revid: jvo@tinyerp.com-20080916073123-xjbylq32uci2yr2d
2008-09-16 13:01:23 +05:30
Christophe Simonis 7337e4f690 bug fix with osv_memory objects
bzr revid: christophe@tinyerp.com-20080911151454-5e4bh44mfn31vc4r
2008-09-11 17:14:54 +02:00
Stephane Wirtel dbe1e8ca98 Rename Tiny ERP to OpenERP
Rename tinyerp to openerp

bzr revid: stephane@tinyerp.com-20080910084640-bg1h1bre7mwky8s0
2008-09-10 10:46:40 +02:00
Harshad Modi f2cac64844 fix bugs on searching : pass limit=None, set it as default parameter on name_search method
bzr revid: hmo@tinyerp.com-20080909073454-48dwp8jhmllkzxzl
2008-09-09 13:04:54 +05:30
Fabien Pinckaers a719d23cfe Bugfix in Kernel
bzr revid: fp@tinyerp.com-20080907232524-9j9087qhyp7na69a
2008-09-08 01:25:24 +02:00
Fabien Pinckaers c65d70e168 Better Security Rules
bzr revid: fp@tinyerp.com-20080904002248-vh8kpyyckkdszttn
2008-09-04 02:22:48 +02:00
Jay Vora 14b5737dec Bugfix: _inherits
bzr revid: jvo@tinyerp.com-20080903111429-8t4rdyzf3mr28etk
2008-09-03 16:44:29 +05:30
Christophe Simonis 8ae5a06e35 bugfix
bzr revid: christophe@tinyerp.com-20080903103626-mrmcy5jbrj817uip
2008-09-03 12:36:26 +02:00
Fabien Pinckaers 9c3aec61b3 Improvements
bzr revid: fp@tinyerp.com-20080902142557-3u4ctyjsbucmqaob
2008-09-02 16:25:57 +02:00
Christophe Simonis c326e2317f merge
bzr revid: christophe@tinyerp.com-20080902082306-nwcjhie922rjsmjv
2008-09-02 10:23:06 +02:00
Fabien Pinckaers 51fe0efd16 Small bugfixes
bzr revid: fp@tinyerp.com-20080901192902-zftoynk3cxktmbn9
2008-09-01 21:29:02 +02:00
Christophe Simonis c052b72b7f binary fields: the server send the size (instead of the data) unless it's explicitly asked by setting 'get_binary_size' to False in the context
bzr revid: christophe@tinyerp.com-20080829130814-25ey059co6386omy
2008-08-29 15:08:14 +02:00
Christophe Simonis 27499668c5 better error message when _constraints fail
bzr revid: christophe@tinyerp.com-20080826142642-0kf2g16mfbtmflze
2008-08-26 16:26:42 +02:00
Harshad Modi d8d9b8fc86 on module model, made new function for install module with dependency.
bzr revid: hmo@tinyerp.com-20080826104113-pnnxx93osl7hr6d1
2008-08-26 16:11:13 +05:30
Jay Vora c3ba2a3765 Bugfix in default_get of osv_memory:Condition added
bzr revid: jvo@tinyerp.com-20080826093850-kfb6ahzjrnmru90w
2008-08-26 15:08:50 +05:30
Fabien Pinckaers 88129d7909 Bugfixes
bzr revid: fp@tinyerp.com-20080825193647-k928o039lhsrgspq
2008-08-25 21:36:47 +02:00
Jay Vora 4f935d09cd bugfix in orm_memory read method
bzr revid: jvo@tinyerp.com-20080822101841-pggf3wmh0b72g10n
2008-08-22 15:48:41 +05:30
Christophe Simonis df4113f5dd no more <property /> tags
bzr revid: christophe@tinyerp.com-20080822094053-sy9ixy5fr8mcikzk
2008-08-22 11:40:53 +02:00
mga@tinyerp.com 8c8bab48a6 Bug-Fix
* Remove group_name from ir.model.fields

bzr revid: mga@tinyerp.com-20080820194230-esl6lwhphhzv7ed6
2008-08-21 01:12:30 +05:30
Fabien Pinckaers 4f112db1f1 Simplified Partial Import
bzr revid: fp@tinyerp.com-20080820125119-fgnnp0s24s4lipr7
2008-08-20 14:51:19 +02:00
Fabien Pinckaers 649c027c16 Bugfixed Partial Import
bzr revid: fp@tinyerp.com-20080820124757-hq1zjhlskph54pva
2008-08-20 14:47:57 +02:00
Fabien Pinckaers df8de89042 Removed print statement
bzr revid: fp@tinyerp.com-20080819214849-ltxf8l0n12ku6its
2008-08-19 23:48:49 +02:00
Fabien Pinckaers 62ae90231b Bugfix ORM _inherits
bzr revid: fp@tinyerp.com-20080819214253-nd4e5ym37lhyv2jj
2008-08-19 23:42:53 +02:00
Fabien Pinckaers a4195c1642 Small Bugfix
bzr revid: fp@tinyerp.com-20080819133444-egdmi1n60ly9nf2m
2008-08-19 15:34:44 +02:00
Fabien Pinckaers 02a3ce47f4 Partial Commit
bzr revid: fp@tinyerp.com-20080819132612-06llazok11knlwr7
2008-08-19 15:26:12 +02:00
Fabien Pinckaers 83b19dbcec Support for Partial Commit
bzr revid: fp@tinyerp.com-20080819130311-bzlschcnywx2voot
2008-08-19 15:03:11 +02:00
Fabien Pinckaers 1c00f10911 Adding a clause to not read inherit views in fields_view_get
bzr revid: fp@tinyerp.com-20080818221904-s3ssm41w8v1hykj6
2008-08-19 00:19:04 +02:00
Fabien Pinckaers b9b673502d Speed Improvement
bzr revid: fp@tinyerp.com-20080818210739-ugfuzb1mny8u0fh3
2008-08-18 23:07:39 +02:00
Christophe Simonis 2f6e14b151 expression: bugfix with many2many fields
bzr revid: christophe@tinyerp.com-20080818125800-tbv8obinijtgrasd
2008-08-18 14:58:00 +02:00
Fabien Pinckaers 484b2197ed Removed Print Statement
bzr revid: fp@tinyerp.com-20080817183116-0zfefou6l4kn5byf
2008-08-17 20:31:16 +02:00
Fabien Pinckaers d88fb99fe4 Speed Improvement:
Nested Trees
	New Domains Bugfixes
	Compute multiple function fields at once (multi)

bzr revid: fp@tinyerp.com-20080817182829-dc60s4srja6ck0bw
2008-08-17 20:28:29 +02:00
Fabien Pinckaers 61d07d0771 Bugfixes
bzr revid: fp@tinyerp.com-20080816163006-aspcc7f5dmv0g4ri
2008-08-16 18:30:06 +02:00
Christophe Simonis ff5374aaf4 merge
bzr revid: christophe@tinyerp.com-20080814134631-chwwfk62msek05y1
2008-08-14 15:46:31 +02:00
Jay Vora f3108d2471 Minor change:Covered Root account adding possibility on nested tree algorithm for account.account.
bzr revid: jvo@tinyerp.com-20080814124558-p6fp6fdrrp0l6qzp
2008-08-14 18:15:58 +05:30
Christophe Simonis 4944ae6cdb modify the expression parser to use a (more) real polish notation.
bzr revid: christophe@tinyerp.com-20080814120441-wv4tmqj06ze725ph
2008-08-14 14:04:41 +02:00
Christophe Simonis 3cf0eebe87 fix merge error
bzr revid: christophe@tinyerp.com-20080813135216-4dfw23y6jvb60tjh
2008-08-13 15:52:16 +02:00
Fabien Pinckaers cd06389bcb Speed Improvement in recursive functions and trees:
Implemented Nested Tree algorythm

bzr revid: fp@tinyerp.com-20080813104738-q7k1top1y8m9kkiy
2008-08-13 12:47:38 +02:00
Christophe Chauvet 7fff0810f7 [server]
* trap xpath and lxml import error and exit properly

bzr revid: christophe.chauvet@syleam.fr-20080812230228-evi0q3la4hgyfq3v
2008-08-13 01:02:28 +02:00
Olivier Laurent cc5a062faf pep8
bzr revid: olt@tinyerp.com-20080812144456-xvh2y1ybziok9twi
2008-08-12 16:44:56 +02:00
Christophe Simonis b36e23d0a3 move, rename and refactor use of ID_MAX
bzr revid: christophe@tinyerp.com-20080805083945-cd3y7gki5v6gnu6p
2008-08-05 10:39:45 +02:00
Christophe Simonis ea70b65ac4 remove commented code
bzr revid: christophe@tinyerp.com-20080805074141-8s78k7zp1r79dc7d
2008-08-05 09:41:41 +02:00
Christophe Simonis 40a8a423b7 move domain parsing into expression class
bzr revid: christophe@tinyerp.com-20080804153250-9crz6sq4hf3rm81n
2008-08-04 17:32:50 +02:00
Stephane Wirtel 951316da3c useless variable
bzr revid: stephane@tinyerp.com-20080729111510-vmw1kj5az60yetf1
2008-07-29 13:15:10 +02:00
Stephane Wirtel d36ecab011 refactoring
bzr revid: stephane@tinyerp.com-20080728145521-ewytea1mh6i75ycj
2008-07-28 16:55:21 +02:00
Stephane Wirtel 340e4b1d72 refactoring
bzr revid: stephane@tinyerp.com-20080728140222-9qj0d823pottrnxf
2008-07-28 16:02:22 +02:00
Joel Grand-Guillaume e37c71bae5 Fix truncated string in DB when update server and field are varchar
bzr revid: joel.grandguillaume@camptocamp.com-20080724105655-g2zu5oelpk7trm65
2008-07-24 12:56:55 +02:00
Christophe Simonis ba0c939bb8 merge
bzr revid: christophe@tinyerp.com-20080723163328-wyr58fg7gntstz1v
2008-07-23 18:33:28 +02:00
Christophe Simonis 2eb6b8265b add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723150127-fmitw7zgeokcualh
2008-07-23 17:01:27 +02:00
Christophe Simonis 96ed63b84a bugfix: original constraint message is showed when there is no translations
bzr revid: christophe@tinyerp.com-20080723113021-7jgz9j99imrcokxh
2008-07-23 13:30:21 +02:00
Christophe Simonis 2dd9723b8b convert tabs to 4 spaces
bzr revid: christophe@tinyerp.com-20080722142436-143iu4ryy47w3av0
2008-07-22 16:24:36 +02:00
Christophe Simonis c5c7c2ef07 merge
bzr revid: christophe@tinyerp.com-20080722075357-z9pfuk3qrwph8pbw
2008-07-22 09:53:57 +02:00
Fabien Pinckaers 694f88319c Speed Improvement on Every Operation:
Removed Inherit Stuff

bzr revid: fp@tinyerp.com-20080716200532-iec6d4jfelwhi5rt
2008-07-16 22:05:32 +02:00
Christophe Simonis d309f8fee5 allow the translation of the constraints
bzr revid: christophe@tinyerp.com-20080715134226-c6ncgg2xrwnbce5c
2008-07-15 15:42:26 +02:00
Fabien Pinckaers 56b726f56d Access Rights
bzr revid: fp@tinyerp.com-b34833a003282214495c9c32bbd514ba5fdddaf0
2008-07-09 05:46:24 +00:00
Christophe Simonis 0b1dfd702f * translation of nearly all exceptions
* the export of translations per module take only the files of these modules

bzr revid: chs@tinyerp.com-52cb3686b17250df7bc23bf90d18397c7888e6f2
2008-07-08 08:13:12 +00:00
Mantavya Gajjar 5a82d5e3dc Remove the Development that done for the user wise View
bzr revid: mga@tinyerp.com-ba05bb7ccc2585617ac9a55c407afc8f74d36dad
2008-07-08 04:29:40 +00:00
Mantavya Gajjar e5c44d7b16 Small changes according to the E-Tiny for View Customization
bzr revid: mga@tinyerp.com-75b0e0e17648aa58e4ae40ecf464009806612bf8
2008-07-07 04:47:46 +00:00
Mantavya Gajjar bd1087a36a Small change, According to the E-Tiny Requirenments
if base view change by user no need to apply inheritance for that

bzr revid: mga@tinyerp.com-4c4aab71fba7eee808f0eccb0d7968610635e36d
2008-07-01 06:13:20 +00:00
Fabien Pinckaers ba737054cc Bugfix
bzr revid: fp@tinyerp.com-360fc058ce56f36a176e476d0880893c3162b32d
2008-07-01 05:58:30 +00:00
Fabien Pinckaers 205d8acccb Improvements in reporting
bzr revid: fp@tinyerp.com-59570faa2bd91f2eb1c612641de7087427cf4f8c
2008-06-30 20:47:46 +00:00
Fabien Pinckaers a691a489b1 Improvement in translation system
bzr revid: fp@tinyerp.com-fb31e8fd7e9c2a8f43d94ff24377a3175fcefe2f
2008-06-30 16:08:08 +00:00
Fabien Pinckaers fca1637a6e Improvements
bzr revid: fp@tinyerp.com-3bf3ca5f392a63f5285035e50e972129f442ae35
2008-06-30 15:33:15 +00:00
Mantavya Gajjar 41baed9ba5 Remove Comment from the __init__ method
bzr revid: mga@tinyerp.com-59fcc4930bf1466f105fb6ac6b6fda9f97d6a0c6
2008-06-26 06:53:39 +00:00
Mantavya Gajjar aa7fcf5188 Change fields_view_get definition to get the View According to the user changes
bzr revid: mga@tinyerp.com-7ac7ff91c33e92e88dd63c0b05298c6c6956db27
2008-06-25 09:20:52 +00:00
stw f17a3a107a support for not like and not ilike
bzr revid: stw-2560679b68baa55a15663547ae6a90024774a36c
2008-06-24 16:05:10 +00:00
Fabien Pinckaers 616475fb2e Bugfix
bzr revid: fp@tinyerp.com-65c24c59d6ffde5a6ed73ba211c0eed93a43d0f0
2008-06-20 11:11:37 +00:00
Fabien Pinckaers 5862e1d38e Uppercase in SQL words
bzr revid: fp@tinyerp.com-5cad407cb512b300827a9b1083dc1cb7dba12384
2008-06-18 12:56:38 +00:00
Fabien Pinckaers fa01eef644 Bugfix
bzr revid: fp@tinyerp.com-f569c6dea92caa683cadc6d3e64e46225d713494
2008-06-18 06:17:51 +00:00
Fabien Pinckaers 8d16581e0f Improvements inmenus
Translations by modules
removed print statement

bzr revid: fp@tinyerp.com-eddee689d274afc56e6b7703a7cd22b9792f2c7b
2008-06-17 20:17:23 +00:00
stw fa973350b9 add the copyright
bzr revid: stw-6e4c16268c7d6111a353b94a6a629d2ca53d0474
2008-06-16 07:24:04 +00:00
stw 12725d1d9e add the svn:keywords Id on all .py, .xml, .bat
bzr revid: stw-20bff0f954132aeb6dba47d97e5bb8a1ff5feae7
2008-06-16 06:44:24 +00:00
Fabien Pinckaers d2d621da20 Removed print statement
bzr revid: fp@tinyerp.com-b4824b694778385bda515f9b6ba75d495756142c
2008-06-15 15:02:07 +00:00
Fabien Pinckaers b1c297f640 Improvements and bugfixes
bzr revid: fp@tinyerp.com-878f80398fb2d5d2b73a722bc710a4053002dbdd
2008-06-15 14:59:23 +00:00
Fabien Pinckaers 3fe1d6c9ff Lots of modifs
bzr revid: fp@tinyerp.com-f1b00f3bf53ab89508b79dcf313516f3455ed06c
2008-06-15 00:25:47 +00:00
Fabien Pinckaers b3b22afc68 Improvements
bzr revid: fp@tinyerp.com-03a4fc0d7d82b4ba937deb4adf6631154d527a98
2008-06-14 15:14:19 +00:00
qdp 6c46cfe618 *bugfix: previously, we haven't ever checked whether the value could be False for functional many2one. This leads/could lead to errors in several places. (author jvo)
bzr revid: qdp-d220a909c14ca10abbd252842a785219afb8140b
2008-06-05 06:27:47 +00:00
Fabien Pinckaers 72b54570da Bugfix for creating new fields
bzr revid: fp@tinyerp.com-340749ce397ab35660883c8acada977b51d2007d
2008-05-28 15:10:01 +00:00
Fabien Pinckaers d22f37e654 Bugfix
bzr revid: fp@tinyerp.com-25c708b3e55f1bbe1c7be4a34568c503457d5fc1
2008-05-27 07:17:11 +00:00
Fabien Pinckaers 3f3be18404 Bugfixes
bzr revid: fp@tinyerp.com-cbc963a85feabb4cac215294dbb0c0f06dde2aa3
2008-05-27 07:16:06 +00:00