Commit Graph

914 Commits

Author SHA1 Message Date
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
Olivier Dony 2171202b32 [IMP] translations: support generic "report" translation type + export from *.mako files + multiple types for _get_source() + lint cleanup
bzr revid: odo@openerp.com-20101008140349-9hclfqwjmndkrtn4
2010-10-08 16:03:49 +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
RGA(OpenERP) 583b6ffe23 [MERGE] ir_filters: add create_or_replace() + unique index
bzr revid: odo@openerp.com-20101006095052-04zoy11wyge0v7r2
2010-10-06 11:50:52 +02:00
Olivier Dony d935a5d80e [IMP] ir.filters: improve create_or_replace() and make unique constraint case insensitive
bzr revid: odo@openerp.com-20101006094003-dlj24xrmotnbwvhv
2010-10-06 11:40:03 +02:00
Olivier Dony 24f82590fa [MERGE] base: review and cleanup of Administration menus and view (bis) - missing wizard_screen file
bzr revid: odo@openerp.com-20101004152719-d619p9itr4q4lyr8
2010-10-04 17:27:19 +02:00
Olivier Dony baba6829dc [IMP] base: Administration review (bis): added previously missing wizard_screen file
bzr revid: odo@openerp.com-20101004152536-cz5j7tokhdxpu9sb
2010-10-04 17:25:36 +02:00
rga@openerp.com 683fbd05a7 [FIX] ir_values: attempt to return items in a more deterministic order
lp bug: https://launchpad.net/bugs/630436 fixed

bzr revid: odo@openerp.com-20101004152337-35g54q0dw2b2qmf5
2010-10-04 17:23:37 +02:00
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 b6b618c61b [IMP] base: Administration review: improved menus/views
bzr revid: odo@openerp.com-20101004144140-3b7trmv8phl7k0bf
2010-10-04 16:41:40 +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
Olivier Dony c92e531a1a [IMP] base/ir_cron: better tooltips
bzr revid: odo@openerp.com-20101004143904-n5j7anltcnh2mo25
2010-10-04 16:39:04 +02:00
Olivier Dony 128a11714a [IMP] base: refactor/unify base module wizards
bzr revid: odo@openerp.com-20101004143826-tfc7k01rv7b52fas
2010-10-04 16:38:26 +02:00
Olivier Dony 72e5a0102c [IMP] base/workflow: shorter menu label
bzr revid: odo@openerp.com-20101004143741-1qxnva3fda8okd0b
2010-10-04 16:37:41 +02:00
Olivier Dony d5cbc72db4 [MERGE] osv.query: Initial basic implementation of Query object for the ORM:
- added basic Query object to support some more complex ORM use cases (LEFT OUTER JOINS at the moment)
- added trivial unit tests for query object + run_tests.py executable to launch them
- fixed the issue with server-side sorting of m2o columns

Warning: this is very basic and was only done as a low-risk fix to introduce support for OUTER joins, as they are needed in some cases (server-side sorting of m2o columns being one)

This will need to be improved and extended a lot to be really useful -> targeted for after v6.0...

Hopefully this does not break too many things...

bzr revid: odo@openerp.com-20101001165615-0iknn3pp1ctg7q6g
2010-10-01 18:56:15 +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
Harry (OpenERP) ab773ebb3f [IMP] base:
* remove icon on reporting menu
* add wkf_id related field in workitem
* correct close button icon on request form

bzr revid: hmo@tinyerp.com-20101001115415-pbaj7bz46bkkf41l
2010-10-01 17:24:15 +05:30
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
Harry (OpenERP) feed934801 [MERGE]
bzr revid: hmo@tinyerp.com-20101001110658-zrmg32f4hmwc21ww
2010-10-01 16:36:58 +05:30
Harry (OpenERP) 1d0b30bbe1 [MERGE]
bzr revid: hmo@tinyerp.com-20101001102457-1cs6ssynbo5iyca4
2010-10-01 15:54:57 +05:30
ron@tinyerp.com 34230abf26 [IMP]: base module :Instatnt menu Active filter Button
bzr revid: ron@tinyerp.com-20101001101502-8evwjsuocdgmqryw
2010-10-01 15:45:02 +05:30
Olivier Dony 109f51e125 [ADD] osv: initial basic implementation of Query object:
- added basic Query object to support more complex ORM use cases (LEFT OUTER JOINS at the moment)
- added trivial unit tests for query object + run_test.py executable to launch them 
Warning: this is very basic and was only done as a low-risk fix to introduce support for OUTER joins in some cases.
This will need to be improved and extended a lot to be really useful -> targeted for after v6.0...

bzr revid: odo@openerp.com-20100930132403-2dx0k9znzromsig7
2010-09-30 15:24:03 +02:00
ron@tinyerp.com 32847c3ebd [FIX]: base module :Request menu - closed state (it desappears)
bzr revid: ron@tinyerp.com-20100930054529-a1e2cnlc27n4mdty
2010-09-30 11:15:29 +05:30
ron@tinyerp.com 5d5fc92dea [FIX]: base module :Add Active Filter Button to Low Level object - Workflows Menu
bzr revid: ron@tinyerp.com-20100929134931-7f6xk18zkyynhpjv
2010-09-29 19:19:31 +05:30
jas 68c21a84ab [IMP]: base : Improvements in Low Level Objects Menu
bzr revid: jas@tinyerp.com-20100929132225-kzm2rzzqr808hpl2
2010-09-29 18:52:25 +05:30
Harry (OpenERP) 2112d5ae02 [MERGE]
bzr revid: hmo@tinyerp.com-20100929130831-wmuix2fwpvth0mxy
2010-09-29 18:38:31 +05:30
Harry (OpenERP) 7c6a12df6d [MERGE]
bzr revid: hmo@tinyerp.com-20100929123105-r0t3lvbxwvjv9zoy
2010-09-29 18:01:05 +05:30
jas b4779a1bd3 [IMP/FIX]: base : Improvement in User,Security menu
bzr revid: jas@tinyerp.com-20100929111200-fs00cbqhpo4uzz3z
2010-09-29 16:42:00 +05:30
ron@tinyerp.com 4d0025737f [FIX]: base module :in action parent menu
bzr revid: ron@tinyerp.com-20100929110718-usm83e55csfc6tkd
2010-09-29 16:37:18 +05:30
ron@tinyerp.com 220d481afc [IMP]: base:Improvement in configuration and customization menu
bzr revid: ron@tinyerp.com-20100929103726-d1i0lqhx1x55tyc2
2010-09-29 16:07:26 +05:30
Harry (OpenERP) 217d88f128 [MERGE]
bzr revid: hmo@tinyerp.com-20100929094456-pjhghp5o5zf2kq90
2010-09-29 15:14:56 +05:30
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
jas 55bec50ff0 [IMP]: base : Improvements in base module
bzr revid: jas@tinyerp.com-20100929075801-l569rvj9tiq2ha9w
2010-09-29 13:28:01 +05:30
RGA (OpenERP) 9b0e0fa9d8 Add UNIQUE constraint in ir.filters + refactor code
bzr revid: rga@tinyerp.com-20100929073741-kpnvws23uvj3g00e
2010-09-29 13:07:41 +05:30
jas b8312856d7 [IMP]: Remove departments from Administration Menu
bzr revid: jas@tinyerp.com-20100929055133-o1xqah747h28w5k1
2010-09-29 11:21:33 +05:30
ron@tinyerp.com b89611963f [IMP] :Improvement Scheduler Actions
bzr revid: ron@tinyerp.com-20100929053954-uuu3q4orkjuwnqok
2010-09-29 11:09:54 +05:30
RON (OpenERP) 9c78dc1b91 [IMP]: Usability improvements on base for "Configuration" and "Customization" menus
bzr revid: rpa@tinyerp.com-20100927071229-0sy4e7s2j7cfv54a
2010-09-27 12:42:29 +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 d4d842d88f [MERGE] base: improved config wizard, plus some usability improvements in views
bzr revid: odo@openerp.com-20100923105124-g0jn3lf7w7pprxkt
2010-09-23 12:51:24 +02:00
Jay (OpenERP) 4add65888a [FIX]custom report correction acc. to Safe_eval
bzr revid: jvo@tinyerp.com-20100923100145-qvysfefq5ul1ubog
2010-09-23 15:31:45 +05:30
rpa (Open ERP) 8ff7edf47d [REM,FIX]: * Removed old configuration wizard
* Fix action when there is no config wizard to execute

bzr revid: rpa@tinyerp.com-20100922103712-n217m5xjl4wptuku
2010-09-22 16:07:12 +05:30
rpa (Open ERP) bf566331ea [MERGE]: Merge with lp:openobject-server
bzr revid: rpa@tinyerp.com-20100921132134-eb51fo5ueaoqxy12
2010-09-21 18:51:34 +05:30
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
RGA (OpenERP) b9beb3076e [IMP]when create new filter it should be modified if same name filter already exist otherwise create new one
bzr revid: rga@tinyerp.com-20100920091037-tyheqqfx72b3cbm2
2010-09-20 14:40:37 +05:30
Harry (OpenERP) 2bfaa8842a [MERGE]
bzr revid: hmo@tinyerp.com-20100917052323-n7v1hxgmvyg1t01h
2010-09-17 10:53:23 +05:30
Christophe Simonis 3b7bc55e1f Merge (at least) gallery branch.
bzr revid: chs@openerp.com-20100915210116-8vcgc95vm8neplcb
2010-09-15 23:01:16 +02:00