odoo/odoo.git
13 years agoimproved
apa-tiny [Wed, 6 Oct 2010 12:29:49 +0000 (17:59 +0530)]
improved

bzr revid: apa@tinyerp.com-20101006122949-u2h74kq5hrvuuvkw

13 years agoimproved for pageCount in like survey type report
apa-tiny [Wed, 6 Oct 2010 11:58:06 +0000 (17:28 +0530)]
improved for pageCount in like survey type report

bzr revid: apa@tinyerp.com-20101006115806-2ub94u9sfrspo9w8

13 years agomerged
apa-tiny [Wed, 6 Oct 2010 09:38:56 +0000 (15:08 +0530)]
merged

bzr revid: apa@tinyerp.com-20101006093856-n1cpr8h1li44dglf

13 years ago[MERGE] Fixed gettext translation.
Julien Thewys [Wed, 6 Oct 2010 09:26:43 +0000 (11:26 +0200)]
[MERGE] Fixed gettext translation.

bzr revid: jth@openerp.com-20101006092643-b91l3nazmrdf7bqn

13 years ago[FIX] orm: backwards compatibility with python2.5
Olivier Dony [Wed, 6 Oct 2010 07:37:57 +0000 (09:37 +0200)]
[FIX] orm: backwards compatibility with python2.5

bzr revid: odo@openerp.com-20101006073757-exs2vdgyvg3d3m0m

13 years ago[Merge]
Vir (Open ERP) [Wed, 6 Oct 2010 04:34:54 +0000 (10:04 +0530)]
[Merge]

bzr revid: vir@tinyerp.com-20101006043454-5sclzp82anb2qpig

13 years agomerged
apa-tiny [Wed, 6 Oct 2010 04:33:58 +0000 (10:03 +0530)]
merged

bzr revid: apa@tinyerp.com-20101006043358-zhixpm2vonjlfu16

13 years ago[FIX] stock delivery form, invoice_state declared twice
Antony Lesuisse [Tue, 5 Oct 2010 23:10:23 +0000 (01:10 +0200)]
[FIX] stock delivery form, invoice_state declared twice

bzr revid: al@openerp.com-20101005231023-mqnlce7x4ldbbqua

13 years ago[FIX] sale: corrected invoice creation from a sale order that already had some invoic...
qdp-launchpad@tinyerp.com [Tue, 5 Oct 2010 16:11:30 +0000 (18:11 +0200)]
[FIX] sale: corrected invoice creation from a sale order that already had some invoice generated from line(s)

bzr revid: qdp-launchpad@tinyerp.com-20101005161130-ctum7l1ksxt2k2a2

13 years ago[FIX] project_issue bad domain on analysis
Antony Lesuisse [Tue, 5 Oct 2010 15:25:09 +0000 (17:25 +0200)]
[FIX] project_issue bad domain on analysis

bzr revid: al@openerp.com-20101005152509-2lnouq4iifz6g8df

13 years ago[MERGE] Fixed expression builder + code cosmetic/naming.
Julien Thewys [Tue, 5 Oct 2010 14:27:49 +0000 (16:27 +0200)]
[MERGE] Fixed expression builder + code cosmetic/naming.

bzr revid: jth@openerp.com-20101005142749-9fuvum0j1m20jaws

13 years ago[FIX] orm.search: properly JOIN parent table when applying inherited ir.rules
Olivier Dony [Tue, 5 Oct 2010 13:49:08 +0000 (15:49 +0200)]
[FIX] orm.search: properly JOIN parent table when applying inherited ir.rules

bzr revid: odo@openerp.com-20101005134908-17yblagoww1orrtk

13 years ago[MOD/IMP] tools : Survey,Idea,Lunch,Subscription Usability improvement in access...
AMP (OpenERP) [Tue, 5 Oct 2010 13:32:52 +0000 (19:02 +0530)]
[MOD/IMP] tools : Survey,Idea,Lunch,Subscription Usability improvement in access rights

bzr revid: amp@tinyerp.com-20101005133252-hz7jww5xuzjrxal1

13 years ago[IMP] event: usability improvements
qdp-launchpad@tinyerp.com [Tue, 5 Oct 2010 13:06:14 +0000 (15:06 +0200)]
[IMP] event: usability improvements

bzr revid: qdp-launchpad@tinyerp.com-20101005130614-abozhag180chadyo

13 years ago[FIX] base: re-added explicit menu_id for super-user as it is not created by ORM...
Olivier Dony [Tue, 5 Oct 2010 12:46:33 +0000 (14:46 +0200)]
[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

13 years ago[IMP] netsvc: increase a bit default verbosity of debug_* levels for RPC query and...
Olivier Dony [Tue, 5 Oct 2010 12:37:30 +0000 (14:37 +0200)]
[IMP] netsvc: increase a bit default verbosity of debug_* levels for RPC query and results + lint cleanup

bzr revid: odo@openerp.com-20101005123730-f75h4gu1ac8fjtfj

13 years ago[MERGE]
Harry (OpenERP) [Tue, 5 Oct 2010 11:37:37 +0000 (17:07 +0530)]
[MERGE]

bzr revid: hmo@tinyerp.com-20101005113737-3mgv0w8iqaxo2zjj

13 years agoremove role_ids field in process xml files.
Yogesh Sakhreliya [Tue, 5 Oct 2010 11:28:43 +0000 (16:58 +0530)]
remove role_ids field in process xml files.

bzr revid: ysa@tinyerp.com-20101005112843-gnz66tqm1kjw2udx

13 years ago[FIX]:search_view 'groups=' attribute in the child of a field tag was never evaluted:
nch@tinyerp.com [Tue, 5 Oct 2010 11:26:53 +0000 (16:56 +0530)]
[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

13 years ago[REF] base : _get_group() method corrected
Anup (OpenERP) [Tue, 5 Oct 2010 10:54:19 +0000 (16:24 +0530)]
[REF] base : _get_group() method corrected

bzr revid: ach@tinyerp.com-20101005105419-pfzidxgf3yimfs4b

13 years ago[MERGE] merged work of removed role_ids in process xml files
Harry (OpenERP) [Tue, 5 Oct 2010 10:51:11 +0000 (16:21 +0530)]
[MERGE] merged work of removed role_ids in process xml files

bzr revid: hmo@tinyerp.com-20101005105111-3hx450j69wlfo9qe

13 years ago[FIX] base : _get_group() method corrected
Anup (OpenERP) [Tue, 5 Oct 2010 10:47:59 +0000 (16:17 +0530)]
[FIX] base : _get_group() method corrected

bzr revid: ach@tinyerp.com-20101005104759-2mdxxuu4emvwc785

13 years ago[FIX] base: cr.close() before return on login
Harry (OpenERP) [Tue, 5 Oct 2010 10:46:26 +0000 (16:16 +0530)]
[FIX] base: cr.close() before return on login

bzr revid: hmo@tinyerp.com-20101005104626-mfb50prd55ljpyy0

13 years ago[REM] remove role_ids field in process xml file.
Yogesh Sakhreliya [Tue, 5 Oct 2010 10:16:39 +0000 (15:46 +0530)]
[REM] remove role_ids field in process xml file.

bzr revid: ysa@tinyerp.com-20101005101639-wnw7ho4fpoigqivt

13 years ago[IMP] report engine: decimal precision can now be passed to formatLang (changed the...
olt@tinyerp.com [Tue, 5 Oct 2010 09:47:55 +0000 (11:47 +0200)]
[IMP] report engine: decimal precision can now be passed to formatLang (changed the docstring)

bzr revid: olt@tinyerp.com-20101005094755-edh3p1hx6v1pg01f

13 years ago[IMP] report engine: decimal precision can now be passed to formatLang. digits argume...
olt@tinyerp.com [Tue, 5 Oct 2010 09:45:29 +0000 (11:45 +0200)]
[IMP] report engine: decimal precision can now be passed to formatLang. digits argument has an upper precedence

bzr revid: olt@tinyerp.com-20101005094529-bkavp9g994lflx3u

13 years ago[FIX] mrp_repair: syntax error typo
Xavier Morel [Tue, 5 Oct 2010 09:10:22 +0000 (11:10 +0200)]
[FIX] mrp_repair: syntax error typo

bzr revid: xmo@openerp.com-20101005091022-dmwju7zimmja2fzg

13 years ago[MERGE] removed role_id in workflow
Harry (OpenERP) [Tue, 5 Oct 2010 08:53:05 +0000 (14:23 +0530)]
[MERGE] removed role_id in workflow

bzr revid: hmo@tinyerp.com-20101005085305-bpblnjvz9a05fch3

13 years ago[FIX] account_payment : Missing reference of statement line variable fixed
RME(OpenERP),JMA(OpenERP) [Tue, 5 Oct 2010 08:42:35 +0000 (14:12 +0530)]
[FIX] account_payment : Missing reference of statement line variable fixed

bzr revid: ach@tinyerp.com-20101005084235-5x5wluw3jun63hn1

13 years ago[IMP] mrp_repair: make indentation of return dicts coherent in onchange_operation_type
Xavier Morel [Tue, 5 Oct 2010 08:05:02 +0000 (10:05 +0200)]
[IMP] mrp_repair: make indentation of return dicts coherent in onchange_operation_type

bzr revid: xmo@openerp.com-20101005080502-3lehfh2fk7dn5vw5

13 years ago[IMP] mrp_repair: simplify boolean temp variable setting
Xavier Morel [Tue, 5 Oct 2010 08:03:12 +0000 (10:03 +0200)]
[IMP] mrp_repair: simplify boolean temp variable setting

bzr revid: xmo@openerp.com-20101005080312-h3nzrhvjogoc7o6q

13 years ago[FIX] mrp_repair: typo in variable name
Xavier Morel [Tue, 5 Oct 2010 08:01:07 +0000 (10:01 +0200)]
[FIX] mrp_repair: typo in variable name

bzr revid: xmo@openerp.com-20101005080107-reomihila8y8g9uj

13 years agofix
Fabien Pinckaers [Tue, 5 Oct 2010 08:00:17 +0000 (10:00 +0200)]
fix

bzr revid: fp@tinyerp.com-20101005080017-czdp6ddpzqqf589g

13 years ago[IMP] mrp_repair: reverse boolean test to reduce nesting
Xavier Morel [Tue, 5 Oct 2010 08:00:13 +0000 (10:00 +0200)]
[IMP] mrp_repair: reverse boolean test to reduce nesting

bzr revid: xmo@openerp.com-20101005080013-7ssjz1tnlqe0cqdz

13 years ago[IMP] mrp_repair: no need to rountrip via string to get today's datetime
Xavier Morel [Tue, 5 Oct 2010 07:59:48 +0000 (09:59 +0200)]
[IMP] mrp_repair: no need to rountrip via string to get today's datetime

bzr revid: xmo@openerp.com-20101005075948-1rq455369nr0rz6b

13 years ago[IMP] removed board on users
Fabien Pinckaers [Tue, 5 Oct 2010 07:59:22 +0000 (09:59 +0200)]
[IMP] removed board on users

bzr revid: fp@tinyerp.com-20101005075922-d0n6h4g0kz25p0bn

13 years ago[IMP] useability improvements
Fabien Pinckaers [Tue, 5 Oct 2010 07:54:18 +0000 (09:54 +0200)]
[IMP] useability improvements

bzr revid: fp@tinyerp.com-20101005075418-0t33zy0trdmiwbfj

13 years agoimprove
apa-tiny [Tue, 5 Oct 2010 07:32:21 +0000 (13:02 +0530)]
improve

bzr revid: apa@tinyerp.com-20101005073221-92b343fpetaacum9

13 years ago[IMP]:improved for pagecount
apa-tiny [Tue, 5 Oct 2010 07:27:09 +0000 (12:57 +0530)]
[IMP]:improved for pagecount

bzr revid: apa@tinyerp.com-20101005072709-y8sl7zq4ctxcgryn

13 years ago[MOD] small changes
Vir (Open ERP) [Tue, 5 Oct 2010 07:13:17 +0000 (12:43 +0530)]
[MOD] small changes

bzr revid: vir@tinyerp.com-20101005071317-f4c4fk4ie3zg6lq9

13 years ago[FIX] base_iban: no 'bank' field in res.partner.bank.type
olt@tinyerp.com [Tue, 5 Oct 2010 07:10:57 +0000 (09:10 +0200)]
[FIX] base_iban: no 'bank' field in res.partner.bank.type

bzr revid: olt@tinyerp.com-20101005071057-zqw6a06i8pczozge

13 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 5 Oct 2010 04:57:16 +0000 (04:57 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20101005045716-a7wexojwtv7ufh5m

13 years ago[Merge]
Vir (Open ERP) [Tue, 5 Oct 2010 04:48:29 +0000 (10:18 +0530)]
[Merge]

bzr revid: vir@tinyerp.com-20101005044829-xhvkexk0vfm28bkm

13 years ago[MOD] hr : displays the category name with its parents
Vir (Open ERP) [Tue, 5 Oct 2010 04:38:41 +0000 (10:08 +0530)]
[MOD] hr : displays the category name with its parents

bzr revid: vir@tinyerp.com-20101005043841-8cnkrnfzv64pugq8

13 years agofix
Fabien Pinckaers [Mon, 4 Oct 2010 23:59:50 +0000 (01:59 +0200)]
fix

bzr revid: fp@tinyerp.com-20101004235950-ndroguvh9nucfcq0

13 years agofix
Fabien Pinckaers [Mon, 4 Oct 2010 23:57:26 +0000 (01:57 +0200)]
fix

bzr revid: fp@tinyerp.com-20101004235726-mvx5y41nx2bg4s9f

13 years ago[IMP] billing project hours useable
Fabien Pinckaers [Mon, 4 Oct 2010 23:23:08 +0000 (01:23 +0200)]
[IMP] billing project hours useable

bzr revid: fp@tinyerp.com-20101004232308-pvzlua2cyra2kvqp

13 years agofix
Fabien Pinckaers [Mon, 4 Oct 2010 22:56:29 +0000 (00:56 +0200)]
fix

bzr revid: fp@tinyerp.com-20101004225629-vidur45sz7dmg9nn

13 years agofix
Fabien Pinckaers [Mon, 4 Oct 2010 19:49:13 +0000 (21:49 +0200)]
fix

bzr revid: fp@tinyerp.com-20101004194913-w636uh20qumfz7fx

13 years agofix
Fabien Pinckaers [Mon, 4 Oct 2010 19:41:46 +0000 (21:41 +0200)]
fix

bzr revid: fp@tinyerp.com-20101004194146-nht24d27hte5pk5h

13 years agofix
Fabien Pinckaers [Mon, 4 Oct 2010 19:01:25 +0000 (21:01 +0200)]
fix

bzr revid: fp@tinyerp.com-20101004190125-ts8vkwf1xdwbqnvm

13 years agofix
Fabien Pinckaers [Mon, 4 Oct 2010 18:58:49 +0000 (20:58 +0200)]
fix

bzr revid: fp@tinyerp.com-20101004185849-ytfugaxlhfd291ci

13 years ago[IMP] project and gtd
Fabien Pinckaers [Mon, 4 Oct 2010 18:47:57 +0000 (20:47 +0200)]
[IMP] project and gtd

bzr revid: fp@tinyerp.com-20101004184757-bb33et0o5cav8fuk

13 years agofix
Fabien Pinckaers [Mon, 4 Oct 2010 18:47:15 +0000 (20:47 +0200)]
fix

bzr revid: fp@tinyerp.com-20101004184715-0nrs39omt5irivai

13 years agofix
Fabien Pinckaers [Mon, 4 Oct 2010 18:46:30 +0000 (20:46 +0200)]
fix

bzr revid: fp@tinyerp.com-20101004184630-x4k02bxow4weam3x

13 years ago[IMP] removed id field
Fabien Pinckaers [Mon, 4 Oct 2010 15:32:17 +0000 (17:32 +0200)]
[IMP] removed id field

bzr revid: fp@tinyerp.com-20101004153217-711n4au7d85wy01h

13 years ago[MERGE] base: review and cleanup of Administration menus and view (bis) - missing...
Olivier Dony [Mon, 4 Oct 2010 15:27:19 +0000 (17:27 +0200)]
[MERGE] base: review and cleanup of Administration menus and view (bis) - missing wizard_screen file

bzr revid: odo@openerp.com-20101004152719-d619p9itr4q4lyr8

13 years ago[IMP] base: Administration review (bis): added previously missing wizard_screen file
Olivier Dony [Mon, 4 Oct 2010 15:25:36 +0000 (17:25 +0200)]
[IMP] base: Administration review (bis): added previously missing wizard_screen file

bzr revid: odo@openerp.com-20101004152536-cz5j7tokhdxpu9sb

13 years ago[FIX] ir_values: attempt to return items in a more deterministic order
rga@openerp.com [Mon, 4 Oct 2010 15:23:37 +0000 (17:23 +0200)]
[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

13 years ago[FIX] point_of_sale: 'account_statement' report: method 'get_data' was missing
olt@tinyerp.com [Mon, 4 Oct 2010 15:13:03 +0000 (17:13 +0200)]
[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

13 years ago[MERGE] base: review and cleanup of Administration menus and view
Olivier Dony [Mon, 4 Oct 2010 14:52:41 +0000 (16:52 +0200)]
[MERGE] base: review and cleanup of Administration menus and view

bzr revid: odo@openerp.com-20101004145241-lyrswenbtqoadh4o

13 years ago[IMP] base: Administration review: improved menus/views
Olivier Dony [Mon, 4 Oct 2010 14:41:40 +0000 (16:41 +0200)]
[IMP] base: Administration review: improved menus/views

bzr revid: odo@openerp.com-20101004144140-3b7trmv8phl7k0bf

13 years ago[IMP] base/ir_action: removed unused m2m + lint cleanup
Olivier Dony [Mon, 4 Oct 2010 14:39:44 +0000 (16:39 +0200)]
[IMP] base/ir_action: removed unused m2m + lint cleanup

bzr revid: odo@openerp.com-20101004143944-m1ewxgouv3y50vda

13 years ago[IMP] base/ir_cron: better tooltips
Olivier Dony [Mon, 4 Oct 2010 14:39:04 +0000 (16:39 +0200)]
[IMP] base/ir_cron: better tooltips

bzr revid: odo@openerp.com-20101004143904-n5j7anltcnh2mo25

13 years ago[IMP] base: refactor/unify base module wizards
Olivier Dony [Mon, 4 Oct 2010 14:38:26 +0000 (16:38 +0200)]
[IMP] base: refactor/unify base module wizards

bzr revid: odo@openerp.com-20101004143826-tfc7k01rv7b52fas

13 years ago[IMP] base/workflow: shorter menu label
Olivier Dony [Mon, 4 Oct 2010 14:37:41 +0000 (16:37 +0200)]
[IMP] base/workflow: shorter menu label

bzr revid: odo@openerp.com-20101004143741-1qxnva3fda8okd0b

13 years ago[IMP] base/res.users: cleanup + improved label
Olivier Dony [Mon, 4 Oct 2010 14:37:21 +0000 (16:37 +0200)]
[IMP] base/res.users: cleanup + improved label

bzr revid: odo@openerp.com-20101004143721-75tqs7y3e8fd2r98

13 years ago[IMP] base: refactor/unify base module wizards
Olivier Dony [Mon, 4 Oct 2010 14:33:36 +0000 (16:33 +0200)]
[IMP] base: refactor/unify base module wizards

bzr revid: odo@openerp.com-20101004143336-nh0vnvbipt5dvmna

13 years ago[REM] remove role_id field in workflow.xml file.
Yogesh Sakhreliya [Mon, 4 Oct 2010 14:08:41 +0000 (19:38 +0530)]
[REM] remove role_id field in workflow.xml file.

bzr revid: ysa@tinyerp.com-20101004140841-abyzp16b5qaau505

13 years ago[FIX] base/res.groups: cleanup duplicate copy() method
Olivier Dony [Mon, 4 Oct 2010 14:08:23 +0000 (16:08 +0200)]
[FIX] base/res.groups: cleanup duplicate copy() method

bzr revid: odo@openerp.com-20101004140823-6a1rp4yq17csobas

13 years ago[IMP] report engine: printscreen: total computation now uses digits attribute from...
olt@tinyerp.com [Mon, 4 Oct 2010 13:55:30 +0000 (15:55 +0200)]
[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

13 years ago[REF] stock : Product typo changed.
Anup (OpenERP) [Mon, 4 Oct 2010 13:51:01 +0000 (19:21 +0530)]
[REF] stock : Product typo changed.

lp bug: https://launchpad.net/bugs/648607 fixed

bzr revid: ach@tinyerp.com-20101004135101-2orb2lzrhpg1nigg

13 years agoImproved PageCount for internal header
apa-tiny [Mon, 4 Oct 2010 13:35:06 +0000 (19:05 +0530)]
Improved PageCount for internal header

bzr revid: apa@tinyerp.com-20101004133506-9ixrru1nf2kdwl0k

13 years ago[IMP] account_analytic_analysis, analytic, hr_timesheet_invoice: some fields now...
olt@tinyerp.com [Mon, 4 Oct 2010 13:10:19 +0000 (15:10 +0200)]
[IMP] account_analytic_analysis, analytic, hr_timesheet_invoice: some fields now uses decimal.precision

bzr revid: olt@tinyerp.com-20101004131019-0s1paonl2gbunsff

13 years ago[FIX] project_timesheet : variable reference corrected
Anup (OpenERP) [Mon, 4 Oct 2010 13:06:05 +0000 (18:36 +0530)]
[FIX] project_timesheet : variable reference corrected

lp bug: https://launchpad.net/bugs/653032 fixed

bzr revid: ach@tinyerp.com-20101004130605-iz181rxj15g5wjfs

13 years ago[MOD/IMP] hr_* : In HR all fields department prefiltered with user department filter
DBR (OpenERP) [Mon, 4 Oct 2010 12:41:06 +0000 (18:11 +0530)]
[MOD/IMP] hr_* : In HR all fields department prefiltered with user department filter

bzr revid: dbr@tinyerp.com-20101004124106-kqqnanm7cxdrmgj9

13 years ago[FIX] marketing_campaign: 'campaign analysis' report was wrongly placed in the 'assoc...
olt@tinyerp.com [Mon, 4 Oct 2010 12:37:52 +0000 (14:37 +0200)]
[FIX] marketing_campaign: 'campaign analysis' report was wrongly placed in the 'association' module

bzr revid: olt@tinyerp.com-20101004123752-pmu9xq1sb5kjmzfl

13 years ago[FIX] base_calendar,caldav : SQL queries Corrected
Omar(Pexego),Anup(OpenERP) [Mon, 4 Oct 2010 12:24:35 +0000 (17:54 +0530)]
[FIX] base_calendar,caldav : SQL queries Corrected

lp bug: https://launchpad.net/bugs/654480 fixed

bzr revid: ach@tinyerp.com-20101004122435-vsisrowq9fkk6zv6

13 years ago[IMP] event:
olt@tinyerp.com [Mon, 4 Oct 2010 12:18:31 +0000 (14:18 +0200)]
[IMP] event:

 * price fields now uses decimal.precision (Sale Price)
 * removed 'Event Price'

bzr revid: olt@tinyerp.com-20101004121831-y91de9ed1km551yq

13 years ago[IMP] hr_timesheet_invoice : improve in view for timesheet profit wizard
Vir (Open ERP) [Mon, 4 Oct 2010 12:09:26 +0000 (17:39 +0530)]
[IMP] hr_timesheet_invoice : improve in view for timesheet profit wizard

bzr revid: vir@tinyerp.com-20101004120926-hzv7cc00tb3l22q0

13 years ago[MOD/IMP] hr_payroll : Improvementin yml
AMP (OpenERP) [Mon, 4 Oct 2010 12:07:23 +0000 (17:37 +0530)]
[MOD/IMP] hr_payroll : Improvementin yml

bzr revid: amp@tinyerp.com-20101004120723-1rm0krq66x65qf4w

13 years ago[MOD] hr_timesheet : employees timesheet report and wizard, instead of selecting...
Vir (Open ERP) [Mon, 4 Oct 2010 12:00:12 +0000 (17:30 +0530)]
[MOD] hr_timesheet : employees timesheet report and wizard, instead of selecting user, from employee report is generated

bzr revid: vir@tinyerp.com-20101004120012-rzi4tyn14ixw4aoe

13 years ago[IMP] mrp_repair: 'Repair Quotation' report now uses decimal.precision
olt@tinyerp.com [Mon, 4 Oct 2010 11:52:15 +0000 (13:52 +0200)]
[IMP] mrp_repair: 'Repair Quotation' report now uses decimal.precision

bzr revid: olt@tinyerp.com-20101004115215-caqr9sv7jcdgduoy

13 years ago[FIX] mrp_repair: don't try to compare a date object with a datetime object
olt@tinyerp.com [Mon, 4 Oct 2010 11:48:19 +0000 (13:48 +0200)]
[FIX] mrp_repair: don't try to compare a date object with a datetime object

bzr revid: olt@tinyerp.com-20101004114819-0b8xhsjytfxgll8t

13 years ago[IMP] stock: 'inventory analysis' report now uses decimal.precision
olt@tinyerp.com [Mon, 4 Oct 2010 11:37:37 +0000 (13:37 +0200)]
[IMP] stock: 'inventory analysis' report now uses decimal.precision

bzr revid: olt@tinyerp.com-20101004113737-rms5p1vbty6fdkj9

13 years ago[IMP] stock: 'inventory analysis' report now uses decimal.precision
olt@tinyerp.com [Mon, 4 Oct 2010 11:33:09 +0000 (13:33 +0200)]
[IMP] stock: 'inventory analysis' report now uses decimal.precision

bzr revid: olt@tinyerp.com-20101004113309-p5c8o6lf906edmqi

13 years ago[IMP] report_intrastat: 'intrastat' report now uses decimal.precision
olt@tinyerp.com [Mon, 4 Oct 2010 11:30:10 +0000 (13:30 +0200)]
[IMP] report_intrastat: 'intrastat' report now uses decimal.precision

bzr revid: olt@tinyerp.com-20101004113010-dj6i5kvfce5jnt1z

13 years ago[IMP] sale_journal: 'picking journal' report now uses decimal.precision
olt@tinyerp.com [Mon, 4 Oct 2010 11:27:02 +0000 (13:27 +0200)]
[IMP] sale_journal: 'picking journal' report now uses decimal.precision

bzr revid: olt@tinyerp.com-20101004112702-w7wky190ntlexl7k

13 years ago[MOD] usability improvement
AMP (OpenERP) [Mon, 4 Oct 2010 11:14:42 +0000 (16:44 +0530)]
[MOD] usability improvement

bzr revid: amp@tinyerp.com-20101004111442-njhnokcljhulji4g

13 years ago[MOD/IMP] hr_* : usability improvement
DBR (OpenERP) [Mon, 4 Oct 2010 10:58:37 +0000 (16:28 +0530)]
[MOD/IMP] hr_* : usability improvement

bzr revid: dbr@tinyerp.com-20101004105837-4572nv8w947docei

13 years ago[IMP] stock: 'inventory' and 'inventory (with child locations)' now uses decimal...
olt@tinyerp.com [Mon, 4 Oct 2010 10:57:07 +0000 (12:57 +0200)]
[IMP] stock: 'inventory' and 'inventory (with child locations)' now uses decimal.precision

bzr revid: olt@tinyerp.com-20101004105707-l4sw0f0k6jxhao9e

13 years ago[MOD] hr_timesheet : employee timesheet report and wizard, instead of selecting user...
Vir (Open ERP) [Mon, 4 Oct 2010 10:47:35 +0000 (16:17 +0530)]
[MOD] hr_timesheet : employee timesheet report and wizard, instead of selecting user, from employee report is generated

bzr revid: vir@tinyerp.com-20101004104735-hlo0co1gt7z3rx7i

13 years ago[MOD] hr : imprvements in onchange method
Vir (Open ERP) [Mon, 4 Oct 2010 10:24:31 +0000 (15:54 +0530)]
[MOD] hr : imprvements in onchange method

bzr revid: vir@tinyerp.com-20101004102431-mmmtnwlshcyrfilq

13 years ago[IMP] account_invoice_layout: performance improvement: avoid 'name_get' in a loop
olt@tinyerp.com [Mon, 4 Oct 2010 10:05:30 +0000 (12:05 +0200)]
[IMP] account_invoice_layout: performance improvement: avoid 'name_get' in a loop

bzr revid: olt@tinyerp.com-20101004100530-mqyjcts4e10c7qln

13 years agomerge
apa-tiny [Mon, 4 Oct 2010 09:52:17 +0000 (15:22 +0530)]
merge

bzr revid: apa@tinyerp.com-20101001140857-rnp8exg3gswhbs9t
bzr revid: apa@tinyerp.com-20101004095217-ydcn3huvfmz9csxq

13 years ago[FIX] ir.module.module needs to be readable by all so web modules can work correctly
Xavier Morel [Mon, 4 Oct 2010 09:28:52 +0000 (11:28 +0200)]
[FIX] ir.module.module needs to be readable by all so web modules can work correctly

bzr revid: xmo@openerp.com-20101004092852-je0xiz3dzdll5g7f

13 years ago[FIX] account_analytic_analysis: '_analysis_all' function: some ids were missing...
olt@tinyerp.com [Mon, 4 Oct 2010 09:06:31 +0000 (11:06 +0200)]
[FIX] account_analytic_analysis: '_analysis_all' function: some ids were missing in the 'result' dict

bzr revid: olt@tinyerp.com-20101004090631-e61vtc4vh3r5gh47

13 years ago[FIX] base_iban,hr_payroll : 'bank' added in res.partner.bank record in demo data
Anup (OpenERP) [Mon, 4 Oct 2010 09:58:13 +0000 (15:28 +0530)]
[FIX] base_iban,hr_payroll : 'bank' added in res.partner.bank record in demo data

bzr revid: ach@tinyerp.com-20101004095813-bo6h57yu6v26fku6

13 years ago[REF] account : Corrections in account report
Anup (OpenERP) [Mon, 4 Oct 2010 09:30:00 +0000 (15:00 +0530)]
[REF] account : Corrections in account report

bzr revid: ach@tinyerp.com-20101004093000-j71sohta6hsyem9t

13 years ago[FIX] stock: '_product_value' function: some ids were missing in the 'result' dict
olt@tinyerp.com [Mon, 4 Oct 2010 08:43:28 +0000 (10:43 +0200)]
[FIX] stock: '_product_value' function: some ids were missing in the 'result' dict

bzr revid: olt@tinyerp.com-20101004084328-l63el272pkzi2ua3