Commit Graph

187 Commits

Author SHA1 Message Date
Xavier Morel c153c2d46b [ADD] server-side web addons
bzr revid: xmo@openerp.com-20100928075257-06f2b3o6kvdb9f6y
2010-09-28 09:52:57 +02:00
olt@tinyerp.com ba4f8ad223 [FIX] addons: tried to remove a non existing key in dict
bzr revid: olt@tinyerp.com-20100922123135-qmh4hpfgr9iexs03
2010-09-22 14:31:35 +02:00
Olivier Dony 0b314fd3dd [IMP] addons.init: handle properly empty update/init module spec
bzr revid: odo@openerp.com-20100921142525-2vjy7njophpl77bf
2010-09-21 16:25:25 +02:00
Olivier Dony 8af368159b [IMP] addons.init: avoid spurious warnings during validation of -i / -u server parameters
Includes revert of revision 2111.5.24 rvo@tinyerp.co.in-20100503134414-ma87k4htpifi00tz

bzr revid: odo@openerp.com-20100921140457-cwhl843wz86nfmm8
2010-09-21 16:04:57 +02:00
Olivier Dony 910cc41a51 [REF] config/test: renamed test-* config params to use underscores as all others, for consistency.
This will only break existing config files, but command-line stays the same with hyphens of course.

bzr revid: odo@openerp.com-20100810131755-rjwipw4pqhg3uev3
2010-08-10 15:17:55 +02:00
Jay (Open ERP) af6d826fac [FIX] __init__.py corrected for processing of .sql files
lp bug: https://launchpad.net/bugs/610938 fixed

bzr revid: jvo@tinyerp.com-20100728183447-vx9nmxlodo62jvfp
2010-07-29 00:04:47 +05:30
Christophe Simonis, Olivier Dony 75d569cc6c [FIX] base.addons: remove global and improve error handling for modules that cannot be loaded
bzr revid: odo@openerp.com-20100628130405-vn13v23ng8hh3fgy
2010-06-28 15:04:05 +02:00
Fabien Pinckaers d582f8c56b fix
bzr revid: fp@tinyerp.com-20100625135443-zqmehpce2xb9td5x
2010-06-25 15:54:43 +02:00
Olivier Dony 09297baccf [IMP] osv_memory: disabled regular ir_model_access access rights and switched to per-user access only. also did some cleanup
bzr revid: odo@openerp.com-20100624155602-noiat5i91uyeyy5t
2010-06-24 17:56:02 +02:00
vra 7ed648ce88 [MERGE] merge the changes from main trunk branch.
bzr revid: vra@tinyerp.com-20100624084539-ne1e1tscqn1z3jw5
bzr revid: vra@tinyerp.com-20100624084650-svala4jb0dnf7aal
2010-06-24 14:16:50 +05:30
vra 1cf10a7daa [FIX][IMP] SQL-Injection ,minor improvement.
bzr revid: vra@tinyerp.com-20100618140537-mjbviu7sxxwn83x8
2010-06-18 19:35:37 +05:30
Anup (OpenERP) e0d94956c1 [IMP] SQL injection Refactored
bzr revid: ach@tinyerp.com-20100618101641-84cdea9n1pzx36v2
2010-06-18 15:46:41 +05:30
Anup (OpenERP) 253c7786a3 [MERGE] Merged from the main trunk server
bzr revid: ach@tinyerp.com-20100615133947-xmf38gf47ljnb00l
bzr revid: ach@tinyerp.com-20100616112927-8ecwh6n270tkp6gp
bzr revid: ach@tinyerp.com-20100618093614-7wtc8cw3korg3280
2010-06-18 15:06:14 +05:30
Olivier Dony 96f01fe1c4 [IMP] addons: changed test section to only run in demo mode
bzr revid: odo@openerp.com-20100616154946-aeosrnkn7wvjyhwn
2010-06-16 17:49:46 +02:00
Julien Thewys 8e2f0e4e30 [FIX] csv data loading
bzr revid: jth@openerp.com-20100611152549-np935rqv1dthmph3
2010-06-11 17:25:49 +02:00
Anup (OpenERP) f331711986 [IMP] Security fixes for SQL injections.
bzr revid: ach@tinyerp.com-20100611112332-8tsrkea948wnv0ap
2010-06-11 16:53:32 +05:30
Julien Thewys f070facbd1 [MERGE] Merged data loader fixes.
bzr revid: jth@openerp.com-20100608123459-3pat73cpmyzjwu20
2010-06-08 14:34:59 +02:00
Olivier Dony 13d8991999 [MERGE] safe_eval branch merged: plain eval() replaced by safer version wherever possible - should be single point of fixing now
bzr revid: odo@openerp.com-20100604011342-wus17d5o99gfoqf5
2010-06-04 03:13:42 +02:00
Christophe Simonis 2f3c27b631 [IMP] __openerp__.py can now contain maitainer and contribors
bzr revid: chs@openerp.com-20100516162741-5qwvadhq07bdt1be
2010-05-16 18:27:41 +02:00
Olivier Dony 73b5ab1b24 [IMP] renamed server option --test-no-rollback to --test-commit, and dropped --test-continue, making it the default
bzr revid: odo@openerp.com-20100519153027-trhfaluudgo4f59z
2010-05-19 17:30:27 +02:00
Olivier Dony b020dc8363 [IMP] work-in-progress: initial version of safe_eval implementation -- still need fixing
bzr revid: odo@openerp.com-20100503234953-qgbk64bmir95jvzd
2010-05-04 00:49:53 +01:00
Olivier Dony 0fb50cd625 [FIX] restore proper exception context and logging for test-continue
bzr revid: odo@openerp.com-20100503230519-vc4bxt8y2j87p5qf
2010-05-04 00:05:19 +01:00
Rvo (Open ERP) e2f40f8300 [Add]: warning starting server with '-u XXX' or '-i XXX' where XXX is not a valid module name or 'all'
bzr revid: rvo@tinyerp.co.in-20100503134414-ma87k4htpifi00tz
2010-05-03 19:14:14 +05:30
PAP(OpenERP) 9e36298cf0 Added commmand line arguments to make yml test easier
bzr revid: hda@tinyerp.com-20100430142250-ieb6mzx59wyvl3u9
2010-04-30 19:52:50 +05:30
Framework Team 3af6db6180 [MERGE] merged trunk-dev-framework branch, including a.o diagram view improvements, access rights, bugfixes
bzr revid: odo@openerp.com-20100420120017-wpnt9q169cq9iztr
2010-04-20 14:00:17 +02:00
Olivier Dony b134ac988e [IMP] re-enabled warning for osv_memory access rights, because we are going to check them explictly
bzr revid: odo@openerp.com-20100420115829-ysyk4b5n6ox1wapn
2010-04-20 13:58:29 +02:00
Olivier Dony 78556c7a19 [FIX] safety check for missing terp file in modules
bzr revid: odo@openerp.com-20100419111655-crp73szug687q57x
2010-04-19 13:16:55 +02:00
Rvo (Open ERP) b481a12eea [IMP]: access rights checking stopped for osv_memory objects, filter and shortcut creation rights added for all groups
bzr revid: rvo@tinyerp.co.in-20100413073228-earaglnoo4hr2x3r
2010-04-13 13:02:28 +05:30
Julien Thewys fc9bf8716a [FIX] Ensure a failing test do not stop the server unless it has ERROR severity/level.
[FIX] Load tests only if demo data are present.

bzr revid: jth@openerp.com-20100408172333-1g3g4nfy6m81m4zw
2010-04-08 19:23:33 +02:00
Fabien Pinckaers 009f5f7bb4 merge
bzr revid: fp@tinyerp.com-20100407070504-x1474hslloxn32v9
2010-04-07 09:05:04 +02:00
Julien Thewys f29491458b [ADD] Tests declared in 'test' section of __terp__ are rolled back at the end of the module processing.
[FIX] Removed an unnecessary commit in ir_sequence.get_id (replaced by SELECT ... FOR UPDATE NOWAIT):
        commit was actually breaking the test rollback behaviour.

bzr revid: jth@openerp.com-20100406102445-le227exvrphahbx5
2010-04-06 12:24:45 +02:00
Julien Thewys 1b3c687e4b [REF] Extract some functions before adding new things.
bzr revid: jth@openerp.com-20100405211419-yokve9t42fna43n3
2010-04-05 23:14:19 +02:00
Olivier Dony 16749901c7 [FIX] changed loglevel to debug for missing module descriptor messages
bzr revid: odo@openerp.com-20100401120024-6s60u16p29t6mvkt
2010-04-01 14:00:24 +02:00
HDA (OpenERP) a052c1a9df Merged
bzr revid: hda@tinyerp.com-20100315104423-35cn2y9y0vz1s6bw
2010-03-15 16:14:23 +05:30
Stephane Wirtel a74a26a113 [IMP] addons: create a warning log to inform the user/developper that
there is a missing description file

bzr revid: stephane@openerp.com-20100312123106-098u2qvczg6zxwjb
2010-03-12 13:31:06 +01:00
Stephane Wirtel 4eadbbf6c6 [FIX] addons: Show the module without an __openerp__.py or __terp__.py file
bzr revid: stephane@openerp.com-20100312120308-eqitcypi771xvos8
2010-03-12 13:03:08 +01:00
HDA (OpenERP) b528a80036 Fixed for directory not having __openerp__ or __terp__ files
bzr revid: hda@tinyerp.com-20100312101534-gmpph29sc47wweo6
2010-03-12 15:45:34 +05:30
STW 23586fb331 Code improvement by stephane
bzr revid: hda@tinyerp.com-20100312061500-540cpy0cbcwxmfbq
2010-03-12 11:45:00 +05:30
Rvo (Open ERP) 587828161d [ADD]:suppot for __openerp__.py or __terp__.py
bzr revid: rvo@tinyerp.co.in-20100311084941-1l92enpyz1a98hrr
2010-03-11 14:19:41 +05:30
Julien Thewys 7b37885bf9 [IMP] Added YAML for demo data.
bzr revid: jth@openerp.com-20100309113710-e2ai548j9s9jrqye
2010-03-09 12:37:10 +01:00
Julien Thewys 52185a68e9 [FIX] YAML files have '.yml' extension, not '.yaml'
bzr revid: jth@openerp.com-20100304100355-ay8z40i4rxriwaz4
2010-03-04 11:03:55 +01:00
Julien Thewys 858db998ca [IMP] yaml test: init
bzr revid: jth@openerp.com-20100304094458-rypj37e94wo2oedi
2010-03-04 10:44:58 +01:00
HDA (OpenERP) bca733707d added noupdate=1 if csv is in init_xml
bzr revid: hda@tinyerp.com-20100303072109-qoi1h70ohfsjq96h
2010-03-03 12:51:09 +05:30
Jay (Open ERP) 32c48f4310 [FIX] Behavior of server corrected if addons-path is wrong
lp bug: https://launchpad.net/bugs/373176 fixed

bzr revid: jvo@tinyerp.com-20100128055657-mw7o3k1fkyvpr3on
2010-01-28 11:26:57 +05:30
Jay (Open ERP) 740101d926 [FIX] Behavior of server corrected if addons-path is wrong
lp bug: https://launchpad.net/bugs/373176 fixed

bzr revid: jvo@tinyerp.com-20100127154328-dnh12jq95nmfacxl
2010-01-27 21:13:28 +05:30
HDA (OpenERP) 8a887ad4e0 Merged
bzr revid: hda@tinyerp.com-20100112104830-x35l4g08og2gacwo
2010-01-12 16:18:30 +05:30
Jay (Open ERP) 0e7d4a8c8f [FIX] Installation should alert user if any no pool record found for M2M/M2O.
lp bug: https://launchpad.net/bugs/417023 fixed

bzr revid: jvo@tinyerp.com-20100107125352-tmhctw4r71ginntq
2010-01-07 18:23:52 +05:30
Xavier Morel cf13b6c36e [merge] fix-shebang from 5.0 to trunk
bzr revid: hmo@tinyerp.com-20091202091102-r509b0bgogyul6yx
bzr revid: xmo@tinyerp.com-20091202101458-6a1mo240grkld6do
2009-12-02 11:14:58 +01:00
Jay (Open ERP) bfa9ea99e3 [FIX] Module informtion was not getting updated on upgrading module
lp bug: https://launchpad.net/bugs/487723 fixed

bzr revid: jvo@tinyerp.com-20091130084125-1kqrxbdti3a6jxga
2009-11-30 14:11:25 +05:30
Harry (Open ERP) d8ce3f1e2a [FIX] replaced <TAB> with four white space.
bzr revid: hmo@tinyerp.com-20091124144405-9mzd91chohvf0uu7
2009-11-24 20:14:05 +05:30