Commit Graph

20569 Commits

Author SHA1 Message Date
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
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
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
Fabien Pinckaers 7e09be4b98 fix
bzr revid: fp@tinyerp.com-20101005080017-czdp6ddpzqqf589g
2010-10-05 10:00:17 +02:00
Vir (Open ERP) 29d7b9ad30 [MOD] small changes
bzr revid: vir@tinyerp.com-20101005071317-f4c4fk4ie3zg6lq9
2010-10-05 12:43:17 +05:30
Vir (Open ERP) 75693c2b85 [Merge]
bzr revid: vir@tinyerp.com-20101005044829-xhvkexk0vfm28bkm
2010-10-05 10:18:29 +05:30
Vir (Open ERP) dfab2f19c9 [MOD] hr : displays the category name with its parents
bzr revid: vir@tinyerp.com-20101005043841-8cnkrnfzv64pugq8
2010-10-05 10:08:41 +05:30
Fabien Pinckaers 79db5a9de1 fix
bzr revid: fp@tinyerp.com-20101004235950-ndroguvh9nucfcq0
2010-10-05 01:59:50 +02:00
Fabien Pinckaers fc0c225828 fix
bzr revid: fp@tinyerp.com-20101004235726-mvx5y41nx2bg4s9f
2010-10-05 01:57:26 +02:00
Fabien Pinckaers 67999a7e4e [IMP] billing project hours useable
bzr revid: fp@tinyerp.com-20101004232308-pvzlua2cyra2kvqp
2010-10-05 01:23:08 +02:00
Fabien Pinckaers 94fd910f3c fix
bzr revid: fp@tinyerp.com-20101004225629-vidur45sz7dmg9nn
2010-10-05 00:56:29 +02:00
Fabien Pinckaers ed47d40ae4 fix
bzr revid: fp@tinyerp.com-20101004194913-w636uh20qumfz7fx
2010-10-04 21:49:13 +02:00
Fabien Pinckaers 727fe16042 fix
bzr revid: fp@tinyerp.com-20101004194146-nht24d27hte5pk5h
2010-10-04 21:41:46 +02:00
Fabien Pinckaers d5b36b50c4 fix
bzr revid: fp@tinyerp.com-20101004190125-ts8vkwf1xdwbqnvm
2010-10-04 21:01:25 +02:00
Fabien Pinckaers 12ca3adb51 fix
bzr revid: fp@tinyerp.com-20101004185849-ytfugaxlhfd291ci
2010-10-04 20:58:49 +02:00
Fabien Pinckaers 3fe4d84627 [IMP] project and gtd
bzr revid: fp@tinyerp.com-20101004184757-bb33et0o5cav8fuk
2010-10-04 20:47:57 +02:00
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
Fabien Pinckaers 2ab8afb125 [IMP] removed id field
bzr revid: fp@tinyerp.com-20101004153217-711n4au7d85wy01h
2010-10-04 17:32:17 +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
olt@tinyerp.com ae562e1b6a [FIX] point_of_sale: 'account_statement' report: method 'get_data' was missing
[IMP] point_of_sale: 'account_statement' report now uses decimal.precision

bzr revid: olt@tinyerp.com-20101004151303-k32qnknzuczn3t95
2010-10-04 17:13:03 +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
Anup (OpenERP) f4927a835d [REF] stock : Product typo changed.
lp bug: https://launchpad.net/bugs/648607 fixed

bzr revid: ach@tinyerp.com-20101004135101-2orb2lzrhpg1nigg
2010-10-04 19:21:01 +05:30
olt@tinyerp.com e7dba66691 [IMP] account_analytic_analysis, analytic, hr_timesheet_invoice: some fields now uses decimal.precision
bzr revid: olt@tinyerp.com-20101004131019-0s1paonl2gbunsff
2010-10-04 15:10:19 +02:00
Anup (OpenERP) 31b73b77e3 [FIX] project_timesheet : variable reference corrected
lp bug: https://launchpad.net/bugs/653032 fixed

bzr revid: ach@tinyerp.com-20101004130605-iz181rxj15g5wjfs
2010-10-04 18:36:05 +05:30
DBR (OpenERP) 1711150d96 [MOD/IMP] hr_* : In HR all fields department prefiltered with user department filter
bzr revid: dbr@tinyerp.com-20101004124106-kqqnanm7cxdrmgj9
2010-10-04 18:11:06 +05:30
olt@tinyerp.com 863f4f5d99 [FIX] marketing_campaign: 'campaign analysis' report was wrongly placed in the 'association' module
bzr revid: olt@tinyerp.com-20101004123752-pmu9xq1sb5kjmzfl
2010-10-04 14:37:52 +02:00
Omar(Pexego),Anup(OpenERP) 99c9ce6d5c [FIX] base_calendar,caldav : SQL queries Corrected
lp bug: https://launchpad.net/bugs/654480 fixed

bzr revid: ach@tinyerp.com-20101004122435-vsisrowq9fkk6zv6
2010-10-04 17:54:35 +05:30
olt@tinyerp.com fae903c3ee [IMP] event:
* price fields now uses decimal.precision (Sale Price)
 * removed 'Event Price'

bzr revid: olt@tinyerp.com-20101004121831-y91de9ed1km551yq
2010-10-04 14:18:31 +02:00
Vir (Open ERP) a5e8742e93 [IMP] hr_timesheet_invoice : improve in view for timesheet profit wizard
bzr revid: vir@tinyerp.com-20101004120926-hzv7cc00tb3l22q0
2010-10-04 17:39:26 +05:30
AMP (OpenERP) f9c1a32a70 [MOD/IMP] hr_payroll : Improvementin yml
bzr revid: amp@tinyerp.com-20101004120723-1rm0krq66x65qf4w
2010-10-04 17:37:23 +05:30
Vir (Open ERP) afe202a227 [MOD] hr_timesheet : employees timesheet report and wizard, instead of selecting user, from employee report is generated
bzr revid: vir@tinyerp.com-20101004120012-rzi4tyn14ixw4aoe
2010-10-04 17:30:12 +05:30
olt@tinyerp.com 3a378cef70 [IMP] mrp_repair: 'Repair Quotation' report now uses decimal.precision
bzr revid: olt@tinyerp.com-20101004115215-caqr9sv7jcdgduoy
2010-10-04 13:52:15 +02:00
olt@tinyerp.com d51ad12b0c [FIX] mrp_repair: don't try to compare a date object with a datetime object
bzr revid: olt@tinyerp.com-20101004114819-0b8xhsjytfxgll8t
2010-10-04 13:48:19 +02:00
olt@tinyerp.com 8e1b7362c9 [IMP] stock: 'inventory analysis' report now uses decimal.precision
bzr revid: olt@tinyerp.com-20101004113737-rms5p1vbty6fdkj9
2010-10-04 13:37:37 +02:00
olt@tinyerp.com 4e18d14a2a [IMP] stock: 'inventory analysis' report now uses decimal.precision
bzr revid: olt@tinyerp.com-20101004113309-p5c8o6lf906edmqi
2010-10-04 13:33:09 +02:00