Commit Graph

159 Commits

Author SHA1 Message Date
Anup (OpenERP) aed8e4e957 [FIX] Ir_model : Made an offensive check of context
bzr revid: ach@tinyerp.com-20100512115933-b3f3ti4g3epjrw8z
2010-05-12 17:29:33 +05:30
Anup (OpenERP) d05d9bccc4 [FIX] Raise a detailed exception if the record does not exist in the ir_model_data object
bzr revid: ach@tinyerp.com-20100511115355-9kdfpqaupsb718jj
2010-05-11 17:23:55 +05:30
Anup (OpenERP) 2d69e871a3 [FIX] Copy() of ir_model_fields corected
bzr revid: ach@tinyerp.com-20100511105508-n4png61qm0w8ctot
2010-05-11 16:25:08 +05:30
Anup (OpenERP) d8672f0f3a [FIX] Groups if removed, should remove relavent access rights too
bzr revid: ach@tinyerp.com-20100511083033-gbpbgiaopyesfzvv
2010-05-11 14:00:33 +05:30
Rvo (Open ERP) c9720d28f5 [IMP+ADD]:improved ir.rule code, added constraint on ir.rule for osv_memory objects
bzr revid: rvo@tinyerp.co.in-20100429120158-rt4p9t1o6kkj78fh
2010-04-29 17:31:58 +05:30
Fabien Pinckaers f2f2bde0f3 [FIX] Custom Objects with x_name field
bzr revid: fp@tinyerp.com-20100419210117-2cuj8jdgrnh11pze
2010-04-19 23:01:17 +02:00
Julien Thewys 3f8b66799f [REF] Cleanup ir_model_data._unlink
bzr revid: jth@openerp.com-20100402081546-deiqbx40q2hkucck
2010-04-02 10:15:46 +02:00
Xavier Morel ca39947d11 [fix] for some addons, multiple toplevel menus with the same name are created, generating a single ir.ui.menu entry but multiple ir.model.data for the (ir.ui.menu, @id) specified. Ensure that we remove all ir.model.data matching a given ir.ui.menu, not just a random one or upgrade fails when we try to go from the leftover ir.model.data to the (now missing) ir.ui.menu
lp bug: https://launchpad.net/bugs/530835 fixed

bzr revid: xmo@tinyerp.com-20100303154041-37hzymi7e5ur9yb6
2010-03-03 16:40:41 +01:00
HDA (OpenERP) a0ba43d800 Merged with stable
bzr revid: hda@tinyerp.com-20100216063114-d2crv3zayarq2vk6
2010-02-16 12:01:14 +05:30
Jay (Open ERP) ba22f3edfa [FIX] Custom fields won't disturb anything while updating server
lp bug: https://launchpad.net/bugs/493657 fixed

bzr revid: jvo@tinyerp.com-20100209091328-sllcv1fjo4qq59a3
2010-02-09 14:43:28 +05:30
Jay (Open ERP) abc44a50cb [FIX] Custom fields should be removed from _columns too
lp bug: https://launchpad.net/bugs/490125 fixed

bzr revid: jvo@tinyerp.com-20100201114605-6klss5f5bqw5yb6o
2010-02-01 17:16:05 +05:30
HDA (OpenERP) a922f46615 Merge
bzr revid: hda@tinyerp.com-20100113073118-m55980m261js142f
bzr revid: hda@tinyerp.com-20100113073301-p8efntdkv1yanf8a
2010-01-13 13:03:01 +05:30
HDA (OpenERP) 8a887ad4e0 Merged
bzr revid: hda@tinyerp.com-20100112104830-x35l4g08og2gacwo
2010-01-12 16:18:30 +05:30
RGA(OpenERP) 131355606c [FIX] Manual object and field creation with searchable
lp bug: https://launchpad.net/bugs/489573 fixed

bzr revid: hda@tinyerp.com-20091229130841-88yee2x111ymw0cd
2009-12-29 18:38:41 +05:30
Xavier Morel a0a6b7df53 [imp] remove apparently unused ir_model_config
bzr revid: xmo@tinyerp.com-20091210132211-7kr2lari765mhdly
2009-12-10 14:22:11 +01:00
Harry (Open ERP) 3ac7d15820 [merge] merge from lp:~openerp/openobject-server/5.0/
bzr revid: hmo@tinyerp.com-20091128104436-nryf42nmutq0s2ig
2009-11-28 16:14:36 +05:30
HDA (OpenERP) 5ea54704ea Merge and bugfixes from jvo
bzr revid: hda@tinyerp.com-20091105063915-kju1oce56t9g20g5
2009-11-05 12:09:15 +05:30
Harry (Open ERP) c436917517 [Merge] merge stable/5.0 branch
bzr revid: hmo@tinyerp.com-20091104064434-fijc4n2motwgsu13
2009-11-04 12:14:34 +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
Fabien Pinckaers 012fd8d624 [FIX] recursive calls
bzr revid: fp@tinyerp.com-20091019182609-bkowmclnyfon4jeo
2009-10-19 20:26:09 +02:00
PSO(OpenERP) 4d7134cd99 Changed licencing
bzr revid: hda@tinyerp.com-20091014123215-nuyqs18090whzt5o
2009-10-14 18:02:15 +05:30
Fabien Pinckaers be09477845 [IMP] default value for module
bzr revid: fp@tinyerp.com-20091013175813-vlqi304leu84x0wx
2009-10-13 19:58:13 +02:00
HDA (OpenERP) c6f5c91a96 Merged with stable
bzr revid: hda@tinyerp.com-20091009095236-2m1dt7sz4mr6iw0e
2009-10-09 15:22:36 +05:30
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
HDA (OpenERP) c68600cc53 [Merged]
bzr revid: hda@tinyerp.com-20090917072712-l7220bbv1gq4uckc
2009-09-17 12:57:12 +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 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
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
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
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 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
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
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
Mantavya Gajjar 41249e7b8c improvement in ir.model.fields for view and model
* check the existance of the relational model

bzr revid: mga@tinyerp.com-20090417091930-fos208yk5teh420p
2009-04-17 14:49:30 +05:30
Stephane Wirtel 6a92179370 [MERGE] Branch from Christophe Chauvet (Sylëam)
[IMP]
 * Add "from tools.translate import _" in all missing file was used _('xxx')

bzr revid: stephane@tinyerp.com-20090319150658-ufqifr92wlamdmzo
2009-03-19 16:06:58 +01:00
Christophe Chauvet 24c7d75964 [IMP]
* Add "from tools.translate import _" in all missing file was used _('xxx')

bzr revid: christophe.chauvet@syleam.fr-20090306180650-5g11fkzbbhh61aql
2009-03-06 19:06:50 +01:00
Christophe Simonis 554b0fd269 [FIX] ir_model: fix error when deleting internal references to deleted objects (ir_values, ir_model_data)
bzr revid: christophe@tinyerp.com-20090305121634-mylp56kdkigoohwu
2009-03-05 13:16:34 +01:00
Stephane Wirtel 7f8b1810d1 [MERGE]
bzr revid: stephane@tinyerp.com-20090127122917-czaamm57qu9r1rd3
2009-01-27 13:29:17 +01:00
Fabien Pinckaers 8822ada31f bugfix_ptt
bzr revid: fp@tinyerp.com-20090127102515-ric7p0yptywmy2qk
2009-01-27 11:25:15 +01:00
Stephane Wirtel 42f72577b0 [MERGE] from Geoff Gardiner
bzr revid: stephane@tinyerp.com-20090127101030-jh0oldlr451zpdq2
2009-01-27 11:10:30 +01:00
Christophe Simonis 11d1e0c6ce [MERGE]
bzr revid: christophe@tinyerp.com-20090127085239-l3yosvvlyvtu9btt
2009-01-27 09:52:39 +01:00
Fabien Pinckaers a50cd6123f modifs
bzr revid: fp@tinyerp.com-20090126233645-mlcblm8wut0kza4v
2009-01-27 00:36:45 +01:00
Fabien Pinckaers 701cafe2a5 bugfix_cache
bzr revid: fp@tinyerp.com-20090126231905-9tzzkfouctynak8k
2009-01-27 00:19:05 +01:00
Geoff Gardiner 18b90ecdcf Set of label improvements to Open ERP Server.
bzr revid: gsg@pinot-grigio-20090126174029-y6niysxn4adegdxu
2009-01-26 17:40:29 +00:00
Christophe Simonis d314626a20 [IMP] remove commented code
bzr revid: christophe@tinyerp.com-20090126093516-or5huux2zssxtnay
2009-01-26 10:35:16 +01:00
Stephane Wirtel 3cda2daba6 [FIX] Remove unused print statement
bzr revid: stephane@tinyerp.com-20090126092255-473xfp5y2wjkrh67
2009-01-26 10:22:55 +01:00
Fabien Pinckaers 0ea948d249 updated_cache_not_fixed_yet
bzr revid: fp@tinyerp.com-20090126075022-wlq7t4x93494kotk
2009-01-26 08:50:22 +01:00