Commit Graph

223 Commits

Author SHA1 Message Date
Olivier Dony bf16725dc8 [FIX] all: ensure all open files are closed (partial patch courtesy of Lampman Trading)
lp bug: https://launchpad.net/bugs/676931 fixed

bzr revid: odo@openerp.com-20110104101335-964sl0e71zsgzfjw
2011-01-04 11:13:35 +01:00
Olivier Dony 6961047414 [IMP] base: default _order for most internal data models (courtesy of Ferdinand Gassauer) + sorted fields in technical module guide
This should give a more consistent output in most lists involving those objects, as well as in the technical guide report.

lp bug: https://launchpad.net/bugs/655075 fixed
lp bug: https://launchpad.net/bugs/676990 fixed

bzr revid: odo@openerp.com-20101210224258-ljubjit2nl4d28vy
2010-12-10 23:42:58 +01:00
P. Christeas, O. Dony c14af86177 [MERGE] many improvements regarding translations, logging, reports, http, speed, ...
bzr revid: odo@openerp.com-20101125175328-pmu07gj694r5n2es
2010-11-25 18:53:28 +01:00
Xavier Morel 8e06458e9d [ADD] base: method to fetch an act_window from its xml_id on ir.actions.act_window
Also used it to replace the corresponding code in ir.attachment and res.widget.wizard

bzr revid: xmo@openerp.com-20101125165720-62qphqpmt4fl2xcl
2010-11-25 17:57:20 +01:00
P. Christeas, O. Dony 6a69f37cf0 [MERGE] many improvements regarding translations, logging, reports, http, speed
bzr revid: odo@openerp.com-20101125142219-8bkqfboyuslzpvyo
2010-11-25 15:22:19 +01:00
Olivier Dony 03f3100346 [FIX] ir_actions: minor typo
bzr revid: odo@openerp.com-20101124164135-6qemb2nof0uzx2f2
2010-11-24 17:41:35 +01:00
P. Christeas 1aa8aad95e ir_actions: Cleanup code, use pythonic logging.
Conflicts:

	bin/addons/base/ir/ir_actions.py

bzr revid: p_christ@hol.gr-20101123135224-190hp303ipjncml8
2010-11-23 15:52:24 +02:00
P. Christeas c8f52b8c98 ORM, ir_*: convert standard constraint messages to callables
Also, fix way that callable constraints are passed with the context so
that they can have translatable strings inside (but not on the results
of the callable).

Conflicts:

	bin/addons/base/ir/ir_model.py
	bin/addons/base/module/module.py
	bin/tools/translate.py

bzr revid: p_christ@hol.gr-20101118164721-19rgx43d3p96b2lf
2010-11-18 18:47:21 +02:00
Harry (OpenERP) 993c9884c1 [MERGE] merged with openobject-server branch
bzr revid: hmo@tinyerp.com-20101021105618-2zgqebmp4uvurfcg
bzr revid: hmo@tinyerp.com-20101026064048-e36t27749fsedlqo
bzr revid: hmo@tinyerp.com-20101027131858-osd84c3u109rbqnj
2010-10-27 18:48:58 +05:30
Olivier Dony a3e293cf87 [IMP] ir.actions.act_window: help text should be translatable
bzr revid: odo@openerp.com-20101022075935-x8quvw2vtgoy7lh4
2010-10-22 09:59:35 +02:00
Olivier Dony bf6165b3fe [ADD] ir.actions.act_window: added support for multi=True parameter to hide an act_window in single item view (already supported on other actions)
bzr revid: odo@openerp.com-20101015140729-cy520ac0m63e5tca
2010-10-15 16:07:29 +02:00
nch@tinyerp.com 61da7d8883 [REM]:removed implementation of gallery view
bzr revid: nch@tinyerp.com-20101011132043-qlzlaujac4yv1zr7
2010-10-11 18:50:43 +05:30
jas 484524995a [IMP] : base : improved Warnings
bzr revid: jas@tinyerp.com-20101011093709-4tfz25fmwcfs4vft
2010-10-11 15:07:09 +05:30
Olivier Dony f92f272130 [IMP] reports: support generic report_file field instead of report_xml ; add "file" attribute for <report> ; pending better refactoring after v6.0
bzr revid: odo@openerp.com-20101008142301-0os4ajp8xb9kt3cy
2010-10-08 16:23:01 +02:00
nch@tinyerp.com 9f2d1a15a0 [IMP]:added a function field on ir.actions.act_window to show/hide the menu action tips on that action.
bzr revid: nch@tinyerp.com-20101006141109-peuk7j2mh8hqig5e
2010-10-06 19:41:09 +05:30
Olivier Dony 43d6943a4c [MERGE] base: review and cleanup of Administration menus and view
bzr revid: odo@openerp.com-20101004145241-lyrswenbtqoadh4o
2010-10-04 16:52:41 +02:00
Olivier Dony a0d132ba5c [IMP] base/ir_action: removed unused m2m + lint cleanup
bzr revid: odo@openerp.com-20101004143944-m1ewxgouv3y50vda
2010-10-04 16:39:44 +02:00
Harry (OpenERP) 55eaa53db7 [MERGE] removed ir.actions.report.custom and ir.report.custom models
bzr revid: hmo@tinyerp.com-20101001151006-23drjpvi0s09f8tj
2010-10-01 20:40:06 +05:30
jas 48d9c128e0 [REM]:base:removed ir.actions.report.custom and ir.report.custom
bzr revid: jas@tinyerp.com-20101001135358-ndjdcdw9hojno9kh
2010-10-01 19:23:58 +05:30
Olivier Dony 8f99c6ebcd [FIX] ir.actions: remove leftover debug breakpoint - sorry about it :-( - also note that previous commit changed the report_type field of ir.actions.report.xml from selection to char to be more easily extended
bzr revid: odo@openerp.com-20101001125134-b6dovx9vs12lcndy
2010-10-01 14:51:34 +02:00
Olivier Dony cbc6d182c9 [IMP] report: moved the register_all() function as a method of ir.actions.report.xml model, to make it easier to inherit/extend for additional report engines
bzr revid: odo@openerp.com-20101001112552-2br8ftpi94ootfrw
2010-10-01 13:25:52 +02:00
ron@tinyerp.com 1a6eb1e917 [IMP]: base:Improvement in base module
bzr revid: ron@tinyerp.com-20100929075817-ve8a7w8gw6e6v7k1
2010-09-29 13:28:17 +05:30
nch@tinyerp.com 21ba77896d [IMP]:remove implementation of help on menu items
bzr revid: nch@tinyerp.com-20100927054642-d081zya54g1ot5l3
2010-09-27 11:16:42 +05:30
Olivier Dony 3f84f966af [IMP] base: improve list view of ir.action.todo + fixed typo in state label
bzr revid: odo@openerp.com-20100923105410-it7wqr3lwjkps9wx
2010-09-23 12:54:10 +02:00
Olivier Dony dd26adcd28 [IMP] base: Restart mode of ir.actions.todo should default to "On Skip", not "Always"
bzr revid: odo@openerp.com-20100923105345-svxaij3p169sor7d
2010-09-23 12:53:45 +02:00
Olivier Dony 6af5da11d1 [REM] tools.config, ir.actions.server: removed server_actions_allow_code option now that safe_eval is in place
Also re-allowed server actions to return an "action" to execute, and replaced contexts passed to eval by copies to avoid one possible source of side-effects.

bzr revid: odo@openerp.com-20100921131437-sgdz6sk4lwdcc3ch
2010-09-21 15:14:37 +02:00
Christophe Simonis 3b7bc55e1f Merge (at least) gallery branch.
bzr revid: chs@openerp.com-20100915210116-8vcgc95vm8neplcb
2010-09-15 23:01:16 +02:00
Harry (OpenERP) 2468ab8e0f [MERGE]
bzr revid: hmo@tinyerp.com-20100830130448-k0z1zjl1hz6q1e8b
2010-08-30 18:34:48 +05:30
uco (Open ERP) cd52eaf4dd [MERGE]
bzr revid: uco@tinyerp.com-20100826044350-28smtrpvkm50bdgi
2010-08-26 10:13:50 +05:30
nch@tinyerp.com 653aa1c7da [IMP]:Added a boolean field on the user preferences and user form to be able to deactivate the help dialog box in each screen per user
bzr revid: nch@tinyerp.com-20100825084848-obktbc48sred7jnh
2010-08-25 14:18:48 +05:30
rpa (Open ERP) ae3ee2090d [FIX,IMP]: base: Improvement in search and form view of Configuration Wizards
bzr revid: rpa@tinyerp.com-20100823064309-2rpmfeqvwdupsozg
2010-08-23 12:13:09 +05:30
nch@tinyerp.com e56c9e1278 [REV]
bzr revid: nch@tinyerp.com-20100728071723-6u3j5pmd194noris
2010-07-28 12:47:23 +05:30
nch@tinyerp.com efb00ba622 [FIX]:context of action should be passed in fields_view_get when calling it for search view
bzr revid: nch@tinyerp.com-20100728065929-2wkmfydqbqh9m9xi
2010-07-28 12:29:29 +05:30
Antony Lesuisse 6fddac7e4a action_report typo missing comma
bzr revid: al@openerp.com-20100721072252-dazg1b1mu5cqkz45
2010-07-21 12:52:52 +05:30
Antony Lesuisse f645a0aa9f ir_action_report rename fields
bzr revid: al@openerp.com-20100721071332-sgkfabae9nrizmy4
2010-07-21 12:43:32 +05:30
nch@tinyerp.com 81459f756f [IMP]:added help for display_help field
bzr revid: nch@tinyerp.com-20100706132939-zk26ina612byz87m
2010-07-06 18:59:39 +05:30
nch@tinyerp.com 9f934045f3 [IMP]:syntax repr
bzr revid: nch@tinyerp.com-20100706114332-85ex6g6oil99c90u
2010-07-06 17:13:32 +05:30
nch@tinyerp.com c4cddcd400 [IMP]:performance issues
bzr revid: nch@tinyerp.com-20100706102812-xf1j6jixhefukogr
2010-07-06 15:58:12 +05:30
nch@tinyerp.com 877e3cc021 [MERGE]from trunk
bzr revid: nch@tinyerp.com-20100706070658-t3yf4kfia1rfczyj
2010-07-06 12:36:58 +05:30
nch@tinyerp.com a846db1e2e [IMP]:help getting
bzr revid: nch@tinyerp.com-20100706070306-fv39hzi2ov43w6fv
2010-07-06 12:33:06 +05:30
Ferdinand Gassauer, Olivier Dony 5b6fa2e4ac [FIX] ir.actions.act_window: 'required' attribute was missing on a few important fields, sometimes leading to hard-to-diagnose problems. also added some tooltips
lp bug: https://launchpad.net/bugs/580218 fixed

bzr revid: odo@openerp.com-20100705175759-vzbqddak93it5wwe
2010-07-05 19:57:59 +02:00
nch@tinyerp.com c9ace81dbe [Add]:added display_help for menu when user clicks first time
bzr revid: nch@tinyerp.com-20100702122346-d59samoc6lq4mesj
2010-07-02 17:53:46 +05:30
Olivier Dony b98b63be86 [FIX] base: cleanup debugging code mistakenly checked in
bzr revid: odo@openerp.com-20100628093629-0dxm8l4ph7jq0biy
2010-06-28 11:36:29 +02:00
Fabien Pinckaers a9cbbd8ad7 fix
bzr revid: fp@tinyerp.com-20100625101333-dnyg2t4kogb6lz6u
2010-06-25 12:13:33 +02:00
Fabien Pinckaers fd7f773827 merge
bzr revid: fp@tinyerp.com-20100625092256-na0ckfu8znn2g55p
2010-06-25 11:22:56 +02:00
RGA(openERP) af142de4f0 [IMP]:ir.filters instead of ir.act.windows
bzr revid: nch@tinyerp.com-20100624132751-wqb1ia1kvil9eop1
2010-06-24 18:57:51 +05:30
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
Xavier Morel 53e633bf44 [ADD] help field on act_window to store help page description (location suggested by fp)
bzr revid: xmo@openerp.com-20100623091952-35ulioifcv0qt0kp
2010-06-23 11:19:52 +02:00
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