Commit Graph

4542 Commits

Author SHA1 Message Date
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
Xavier Morel 560ccd262a [IMP] make fields required in widget res
bzr revid: xmo@openerp.com-20101008083928-30ivjz573xgxykhk
2010-10-08 10:39:28 +02:00
Xavier Morel bae78575c8 [IMP] form view for widgets
bzr revid: xmo@openerp.com-20101008083847-0jy9px2ey4wwok81
2010-10-08 10:38:47 +02:00
Launchpad Translations on behalf of openerp 3b764ef32c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101008043815-syw6e8kx0kyjfvht
2010-10-08 04:38:15 +00:00
Jay (OpenERP) e38dcfb122 [FIX] XSL Report : title of xsl reports should support accented characters
bzr revid: jvo@tinyerp.com-20101007145240-x9by6sv89jtco7j5
2010-10-07 20:22:40 +05:30
vda (Open ERP) bf36237765 [MERGE] Implemented res widget.
bzr revid: vda@tinyerp.com-20101007092925-8vgld0kvm8pzy6c8
2010-10-07 14:59:25 +05:30
vda (Open ERP) c6ec288b61 [FIX] Fix parent view and scrollabe widget.
bzr revid: vda@tinyerp.com-20101007090334-jy9q574yo1gxg5ir
2010-10-07 14:33:34 +05:30
Jay (OpenERP) 1a0f584779 [FIX] fields_get() of Property corrected
bzr revid: jvo@tinyerp.com-20101007084905-k661pw6phxn3kqpt
2010-10-07 14:19:05 +05:30
Anup,Jay 40ed04d094 [FIX] Expression : Corrected operator handling for domains containing Many2one fields
lp bug: https://launchpad.net/bugs/651999 fixed

bzr revid: jvo@tinyerp.com-20101006180432-mkaqstcuvakci7hq
2010-10-06 23:34:32 +05:30
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
vda (Open ERP) c14910003c [Fix] Add Search view, Fixes for views.
bzr revid: vda@tinyerp.com-20101006134329-bb9xbojglh0zqbth
2010-10-06 19:13:29 +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
Julien Thewys 049a203cc4 [MERGE] Fixed gettext translation.
bzr revid: jth@openerp.com-20101006092643-b91l3nazmrdf7bqn
2010-10-06 11:26:43 +02:00
Olivier Dony 39d514218f [FIX] orm: backwards compatibility with python2.5
bzr revid: odo@openerp.com-20101006073757-exs2vdgyvg3d3m0m
2010-10-06 09:37:57 +02:00
Olivier Dony 7f30ad68d5 [FIX] orm.search: properly JOIN parent table when applying inherited ir.rules
bzr revid: odo@openerp.com-20101005134908-17yblagoww1orrtk
2010-10-05 15:49:08 +02:00
Olivier Dony 50853e12cb [FIX] base: re-added explicit menu_id for super-user as it is not created by ORM initially
bzr revid: odo@openerp.com-20101005124633-003uft5v4wkza3f8
2010-10-05 14:46:33 +02:00
Olivier Dony 78000cae6d [IMP] netsvc: increase a bit default verbosity of debug_* levels for RPC query and results + lint cleanup
bzr revid: odo@openerp.com-20101005123730-f75h4gu1ac8fjtfj
2010-10-05 14:37:30 +02:00
nch@tinyerp.com 794c319ec9 [FIX]:search_view 'groups=' attribute in the child of a field tag was never evaluted:
Example:
<field name='user_id' select='1'>
   <filter domain='[('user_id','=',uid)]' help='My Sale Orders' icon='terp-personal' groups='base.group_extended'/>

bzr revid: nch@tinyerp.com-20101005112653-vg4qh4x5uzt0k2j5
2010-10-05 16:56:53 +05:30
vda (Open ERP) 489e6ded39 [FIX] Removed unnecessary commented code.
bzr revid: vda@tinyerp.com-20101005111753-s54kt87wf1uflmzn
2010-10-05 16:47:53 +05:30
Anup (OpenERP) a694aff5c0 [REF] base : _get_group() method corrected
bzr revid: ach@tinyerp.com-20101005105419-pfzidxgf3yimfs4b
2010-10-05 16:24:19 +05:30
Anup (OpenERP) 55da21f5b6 [FIX] base : _get_group() method corrected
bzr revid: ach@tinyerp.com-20101005104759-2mdxxuu4emvwc785
2010-10-05 16:17:59 +05:30
Harry (OpenERP) 31680ea258 [FIX] base: cr.close() before return on login
bzr revid: hmo@tinyerp.com-20101005104626-mfb50prd55ljpyy0
2010-10-05 16:16:26 +05:30
vda (Open ERP) c76794e0bb [FIX] Link colors according to OpenERP web links.
bzr revid: vda@tinyerp.com-20101005100606-1o1rrm9heb2eg7qe
2010-10-05 15:36:06 +05:30
olt@tinyerp.com 9ad4df7f16 [IMP] report engine: decimal precision can now be passed to formatLang (changed the docstring)
bzr revid: olt@tinyerp.com-20101005094755-edh3p1hx6v1pg01f
2010-10-05 11:47:55 +02:00
olt@tinyerp.com a23c020583 [IMP] report engine: decimal precision can now be passed to formatLang. digits argument has an upper precedence
bzr revid: olt@tinyerp.com-20101005094529-bkavp9g994lflx3u
2010-10-05 11:45:29 +02:00
vda (Open ERP) ceedb2fc81 [FIX] Remove unnecessary code.
bzr revid: vda@tinyerp.com-20101005093301-4t0dzqhivdmqwng1
2010-10-05 15:03:01 +05:30
vda (Open ERP) 5edaa42c3f [FIX] Fixes users right, model name.
bzr revid: vda@tinyerp.com-20101005092702-28d10t9idqvk0kcw
2010-10-05 14:57:02 +05:30
Fabien Pinckaers 7e09be4b98 fix
bzr revid: fp@tinyerp.com-20101005080017-czdp6ddpzqqf589g
2010-10-05 10:00:17 +02:00
vda (Open ERP) 2b644cce5e [IMP] Twitter widget for openerp web.
bzr revid: vda@tinyerp.com-20101005061556-sotgy22ty52xc2n8
2010-10-05 11:45:56 +05:30
Fabien Pinckaers 863766e16a fix
bzr revid: fp@tinyerp.com-20101004184715-0nrs39omt5irivai
2010-10-04 20:47:15 +02:00
Fabien Pinckaers 3c1c74df2c fix
bzr revid: fp@tinyerp.com-20101004184630-x4k02bxow4weam3x
2010-10-04 20:46:30 +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 4ca2280a36 [IMP] base/res.users: cleanup + improved label
bzr revid: odo@openerp.com-20101004143721-75tqs7y3e8fd2r98
2010-10-04 16:37:21 +02:00
Olivier Dony cd527b6c9d [IMP] base: refactor/unify base module wizards
bzr revid: odo@openerp.com-20101004143336-nh0vnvbipt5dvmna
2010-10-04 16:33:36 +02:00
Olivier Dony 4d406ba474 [FIX] base/res.groups: cleanup duplicate copy() method
bzr revid: odo@openerp.com-20101004140823-6a1rp4yq17csobas
2010-10-04 16:08:23 +02:00
olt@tinyerp.com 85bb4e09bc [IMP] report engine: printscreen: total computation now uses digits attribute from field if present
[FIX] report engine: printscreen: fixed wrong indentation

bzr revid: olt@tinyerp.com-20101004135530-lj37yioz8kcfk0xd
2010-10-04 15:55:30 +02:00
Xavier Morel 1b8aa2b44a [FIX] ir.module.module needs to be readable by all so web modules can work correctly
bzr revid: xmo@openerp.com-20101004092852-je0xiz3dzdll5g7f
2010-10-04 11:28:52 +02:00
Anup (OpenERP) 709ff19f2a [FIX] base: res.bank demo data added
bzr revid: ach@tinyerp.com-20101004083403-pz54686nngv27w6g
2010-10-04 14:04:03 +05:30
Launchpad Translations on behalf of openerp 50c925d6ae Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20101002050525-csd5qr5dfb8deam5
2010-10-02 05:05:25 +00: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
Olivier Dony 8e317c082b [IMP] osv.query,orm: removed trailing whitespace introduced by previous commits
bzr revid: odo@openerp.com-20101001165411-cid1ut6rmf7m826n
2010-10-01 18:54:11 +02:00