Commit Graph

356 Commits

Author SHA1 Message Date
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
hda@tinyerp.com 0274b668a0 improve fields.related for speed improvement
bzr revid: hda@tinyerp.com-20080919120016-wmygwid2asy5dkyo
2008-09-19 17:30:16 +05:30
Fabien Pinckaers efd46a5e9d fixedrelated
bzr revid: fp@tinyerp.com-20080919063020-bgvwhya3r7xs85ct
2008-09-19 08:30:20 +02:00
Fabian Semal deec1863f6 Concert date to datetime
bzr revid: fabian@tinyerp.com-20080918123116-r5999hs4i7fe0qw4
2008-09-18 14:31:16 +02:00
Harshad Modi 43daa23bad fixed bug on relate field
bzr revid: hmo@tinyerp.com-20080918122046-qhcjmjyitq2i8rev
2008-09-18 17:50:46 +05:30
hda@tinyerp.com 9abaa999e9 Added fields.related field type
bzr revid: hda@tinyerp.com-20080918112857-4ixoi25qv33lum32
2008-09-18 16:58:57 +05:30
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
Harshad Modi 6f0ce76e1d fixed bug on function field if type is binary
bzr revid: hmo@tinyerp.com-20080911135018-k7k8yp7pczal42cr
2008-09-11 19:20:18 +05:30
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
Christophe Simonis 31af6245da enable get_binary_size for function field witch return binary
bzr revid: christophe@tinyerp.com-20080909132210-gvgq8qovgh7updez
2008-09-09 15:22:10 +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 ed7af4de69 the binary size is human readable
bzr revid: christophe@tinyerp.com-20080902100928-nv9i9e1guq2qpeh2
2008-09-02 12:09:28 +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
qdp 3db26f6fae *bugfix
bzr revid: qdp@tinyerp.com-20080828145149-dh19rsr6brb5w978
2008-08-28 16:51:49 +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 6fa9175cc5 Bugfixes in Expression
bzr revid: fp@tinyerp.com-20080819231537-akvupz2a38i6jfic
2008-08-20 01:15:37 +02:00
Fabien Pinckaers a7b0cfd6f5 Fix From C2C:
~c2c/openobject-server/openobject-server-log-bug
Bugfixes in Expression

bzr revid: fp@tinyerp.com-20080819225254-6gg6j2dalz666oti
2008-08-20 00:52:54 +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 8da94d89f8 Bugfix
bzr revid: fp@tinyerp.com-20080819123013-fk1bhqym921tg2wp
2008-08-19 14:30:13 +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
Christophe Simonis 3242b0cfee bugfix with internal leafs of expressions
bzr revid: christophe@tinyerp.com-20080818121349-8jmcb03k5s1wyk8d
2008-08-18 14:13:49 +02:00
Fabien Pinckaers 77bf737ff6 Bugfix in Expression
bzr revid: fp@tinyerp.com-20080818114957-kb2f0qv9rf6c0nhu
2008-08-18 13:49:57 +02:00
Christophe Simonis ae36063314 fix expression: inselect is only usable internally
bzr revid: christophe@tinyerp.com-20080818075232-or6i63wafstw214w
2008-08-18 09:52:32 +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
Stephane Wirtel d32b4a66f3 merge
bzr revid: stephane@tinyerp.com-20080815140529-zm97py6zmbcq86ot
2008-08-15 16:05:29 +02:00
Fabien Pinckaers 3285890576 Speed Improvement:
faster child of

bzr revid: fp@tinyerp.com-20080814170508-r2rqh3ejju2qdtrp
2008-08-14 19:05:08 +02:00
Stephane Wirtel 5977152d8a bugfix with the working table in an expression
bzr revid: stephane@tinyerp.com-20080814164117-pcrx76mvis7n583x
2008-08-14 18:41:17 +02:00
Christophe Simonis c6d2067c34 bugfix: change variable usage
bzr revid: christophe@tinyerp.com-20080814150620-m9kxun5snnjffu3r
2008-08-14 17:06:20 +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 Simonis 5073873893 osv.py come back
bzr revid: christophe@tinyerp.com-20080813084242-x7q6wzjye96u23vy
2008-08-13 10:42:42 +02:00
Jay Vora 440bd7f1d6 Bugfix:expression.py:Added condition for a list with expression.
bzr revid: jvo@tinyerp.com-20080813054408-pluxvra9zflezer6
2008-08-13 11:14:08 +05:30
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 9ff60dd68f removed wrong encoding line
bzr revid: olt@tinyerp.com-20080812144942-7k5rsrnm0esfqxbw
2008-08-12 16:49:42 +02:00
Olivier Laurent cc5a062faf pep8
bzr revid: olt@tinyerp.com-20080812144456-xvh2y1ybziok9twi
2008-08-12 16:44:56 +02:00
Olivier Laurent 4c2a727132 Bugfix: a dot was missing: self__operator -> self.__operator
bzr revid: olt@tinyerp.com-20080812124725-m8ybax8x1q2l4ly2
2008-08-12 14:47:25 +02:00
Jay Vora 61ac299d06 Bugfix:Solved the problem of expression conversion of list into tuples.
bzr revid: jvo@tinyerp.com-20080807130807-jfzlq06ldouddkzx
2008-08-07 18:38:07 +05:30
Amit Mendapara d6f429dc61 Suport for `!=` operation for domain expression.
bzr revid: ame@tinyerp.com-20080806065353-48ed3ecbuim9lxgb
2008-08-06 12:23:53 +05:30
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
qdp 3d1bd9fe35 *removed print statement
bzr revid: qdp@tinyerp.com-20080717130546-k3yj9czzj9y1f1rt
2008-07-17 15:05:46 +02:00
Fabien Pinckaers fe7176aca3 Speed Improvement (removed inherit checks)
bzr revid: fp@tinyerp.com-20080716200951-lbzcbx5x2p7ibgzs
2008-07-16 22:09:51 +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
Christophe Simonis f5d02752c7 fix error in python < 2.5
bzr revid: chs@tinyerp.com-1a4fd26c58cb81e4ac358438187245aeaac5a849
2008-06-25 14:25:07 +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