Commit Graph

106 Commits

Author SHA1 Message Date
rpa-openerp 5561c46196 [IMP]able to pass context into record tag in xml file and pass context {"noadmin":True} in extended group data for not allocate that group to admin user
bzr revid: hmo@tinyerp.com-20091103064636-0v855wtnh06l0zop
2009-11-03 12:16:36 +05:30
pap(openerp) 251b6720ca Changed encoding to coding ref: PEP: 0263
bzr revid: hda@tinyerp.com-20091020105223-2o94yr2iv2v10axr
2009-10-20 16:22:23 +05:30
PSO(OpenERP) 4d7134cd99 Changed licencing
bzr revid: hda@tinyerp.com-20091014123215-nuyqs18090whzt5o
2009-10-14 18:02:15 +05:30
NCH 5611bd4332 [FIX] Prevent etree deprication warnings
bzr revid: hda@tinyerp.com-20090925124045-5nwmi6v6ubtpywlz
2009-09-25 18:10:45 +05:30
HDA (OpenERP) c68600cc53 [Merged]
bzr revid: hda@tinyerp.com-20090917072712-l7220bbv1gq4uckc
2009-09-17 12:57:12 +05:30
Jay (Open ERP) 11725f1c90 [FIX] Error reporting : library error corrected
lp bug: https://launchpad.net/bugs/409709 fixed

bzr revid: jvo@tinyerp.com-20090806083719-ah26qhi3ax9e7koa
2009-08-06 14:07:19 +05:30
Jay (Open ERP) ed3234e3c0 [FIX] Logger notification improved
bzr revid: jvo@tinyerp.com-20090729133649-clmwpd8wfbrrxbsl
2009-07-29 19:06:49 +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
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 e5997c9958 bugfix
bzr revid: fp@tinyerp.com-20090204232710-kkf3r1gk9ebhli4q
2009-02-05 00:27:10 +01:00
Christophe Simonis 03fa514309 [FIX] in <record> tag, "forcecreate" attribute is now implicit
bzr revid: christophe@tinyerp.com-20090120181433-z1gne7bm93esjfos
2009-01-20 19:14:33 +01:00
Jay (Open ERP) 411f8d3d24 Misc. changes
bzr revid: jvo@tinyerp.com-20090120135409-4ain027j7gxcfig3
2009-01-20 19:24:09 +05:30
Fabien Pinckaers 1e150d5898 bugfix
bzr revid: fp@tinyerp.com-20090119205152-g7i0pghp98p2v93l
2009-01-19 21:51:52 +01:00
Stephane Wirtel c5923d87f2 [IMP] Use cStringIO
bzr revid: stephane@tinyerp.com-20090105210240-nkg2vm08dwhz2xtq
2009-01-05 22:02:40 +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 66ea8170e0 [FIX] do no update <record> with the "noupdate" flag
[FIX] import_partial was broken

bzr revid: christophe@cobalt-20081222105106-or8sen6srt8ao0zf
2008-12-22 11:51:06 +01:00
Stephane Wirtel 71b1e392f4 [FIX] Typo
bzr revid: stephane@tinyerp.com-20081217112154-m3ncd3ig4jp2n98o
2008-12-17 12:21:54 +01:00
Jay Vora 08b662555d Bugfix:XML records of report and act_window can now be overridden(as can be done with Wizard)
bzr revid: jvo@tinyerp.com-20081215114505-87r9p9jesyym0f70
2008-12-15 17:15:05 +05:30
Fabien Pinckaers 8cb88b6054 improvements_bugfixes
bzr revid: fp@tinyerp.com-20081214164647-hku6dlqkd65fe8ry
2008-12-14 17:46:47 +01:00
Christophe Simonis 9d96bb1c52 [IMP] better reporting when a assertion fail
bzr revid: christophe@tinyerp.com-20081211111758-onyb31yezgyxi2cp
2008-12-11 12:17:58 +01:00
Stephane Wirtel 880d0578e0 [IMP] Use the warning level for the pytz library if missing
bzr revid: stephane@tinyerp.com-20081210213229-e22ebweqg8a7byvh
2008-12-10 22:32:29 +01:00
Stephane Wirtel c7e627bed9 [IMP] Improve the logging
bzr revid: stephane@tinyerp.com-20081210212645-01kbn7iprk88g4wn
2008-12-10 22:26:45 +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 49c441b3a4 [IMP] move parse_version to tools directory
[IMP] release.py set major_version variable

bzr revid: christophe@tinyerp.com-20081202164726-0d9d0gz89d6y7v2l
2008-12-02 17:47:26 +01:00
Christophe Simonis 95e0019e09 [FIX] xml importation: all tags handle the 'noupdate' attribute
lp bug: https://launchpad.net/bugs/302646 fixed

bzr revid: christophe@tinyerp.com-20081127124450-n8lj6uq2xqv87n6u
2008-11-27 13:44:50 +01:00
Jay Vora 6db3d8bf54 Added active_id usage for act_window's context
bzr revid: jvo@tinyerp.com-20081121091131-tfck9pxroymb2o4v
2008-11-21 14:41:31 +05:30
Jay Vora 75e0a841d7 Added the use of ref(xml_id) in act_window ,to be passed into context.Example:cci_crm:act_window:Open a New RSF
bzr revid: jvo@tinyerp.com-20081121083624-wt78ufuwmdpfvbsx
2008-11-21 14:06:24 +05:30
Sofia 8c89d36640 import DateTime
bzr revid: sahibsofia@gmail.com-20081107051325-mntwyiragvi442nk
2008-11-07 10:43:25 +05:30
qdp 8794a1233a *improvement of import:
*added try-except
	*bugfixed the import partial

bzr revid: qdp@tinyerp.com-20081106165828-xldwvciacbp5u2zd
2008-11-06 17:58:28 +01: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
Christophe Simonis f626f391cd warning is warning :o
bzr revid: christophe@tinyerp.com-20081021084214-jncb5rjj4454hmoe
2008-10-21 10:42:14 +02:00
Christophe Simonis 0649604ee1 merge syleam branch
bzr revid: christophe@tinyerp.com-20081020120537-ncgcqa2vzlo6of0j
2008-10-20 14:05:37 +02:00
Fabien Pinckaers aa4bca4cf8 improve
bzr revid: fp@tinyerp.com-20081017095914-xidmsrlw33vy5gkz
2008-10-17 11:59:14 +02:00
Christophe Simonis 05543e0af7 <assert> tag reports now as errors by default
bzr revid: christophe@tinyerp.com-20081016133847-0n0uc2vjpolym3dq
2008-10-16 15:38:47 +02:00
Christophe Simonis c1d58b4ffb xml files: the noupdate attribute must be set to something different that '', '0' and 'False' to be active
bzr revid: christophe@tinyerp.com-20081015075223-nfpmqa5fdf4kmgwi
2008-10-15 09:52:23 +02:00
Christophe Simonis b9c0637839 wizard actions now store the linked model
bzr revid: christophe@tinyerp.com-20081008141208-m433cr857z9bi3ys
2008-10-08 16:12:08 +02:00
Jay Vora 34fcda731a Added Groups option for report,wizard and act_window.
bzr revid: jvo@tinyerp.com-20080918140205-dod9qocp1n1u9q0b
2008-09-18 19:32:05 +05:30
Stephane Wirtel de9ce4a0e1 raise an exception if the root element is not <terp/> or <openerp/>
bzr revid: stephane@tinyerp.com-20080910132330-y0ogf3o2kj3l9mw0
2008-09-10 15:23:30 +02:00
Fabien Pinckaers c65d70e168 Better Security Rules
bzr revid: fp@tinyerp.com-20080904002248-vh8kpyyckkdszttn
2008-09-04 02:22:48 +02:00
Christophe Simonis fe13a01ae9 views: id's with a dot must refer a installed module
bzr revid: christophe@tinyerp.com-20080903094731-5j3mgzsvmzzabeay
2008-09-03 11:47:31 +02:00
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 c8fbbbf7ec Improved Partial Commit
bzr revid: fp@tinyerp.com-20080819133329-gcvrswxnby5knk3n
2008-08-19 15:33:29 +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
qdp 9c91996f67 *modified -C option to make partial import
bzr revid: qdp@tinyerp.com-20080819121345-up2us3o4o1g4v8us
2008-08-19 14:13:45 +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
Christophe Simonis 2eb6b8265b add encoding comment and vim comment
bzr revid: christophe@tinyerp.com-20080723150127-fmitw7zgeokcualh
2008-07-23 17:01:27 +02:00