odoo/odoo.git
12 years ago[FIX] clean some warnings.
Vo Minh Thu [Tue, 6 Dec 2011 13:12:45 +0000 (14:12 +0100)]
[FIX] clean some warnings.

bzr revid: vmt@openerp.com-20111206131245-3my263o19q69f7e7

12 years ago[FIX] records disappearing from sequenceable list views when dropped onto their origi...
Xavier Morel [Tue, 6 Dec 2011 12:37:35 +0000 (13:37 +0100)]
[FIX] records disappearing from sequenceable list views when dropped onto their original position

In the listview's backing Records, a noop set (setting a property to
the value it already has) has no visible effect (no even is triggered,
it is simply ignored).

The listview relies on setting the sequence number to refresh records
and re-display them correctly in their table rows, but dropping an
already sequenced row onto itself would set its sequence to its
current value (barring record removals), yielding to no refresh and
the row simply poofing out of view as it gets removed from the
collection (and the table), then added back to the collection in its
new (and old) position and displayed in a bare-bones empty states
waiting for a render_record call.

Added a check to sorting management to bail out immediately if a sort
is a noop (the row is dropped at the same position it was taken from)

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

bzr revid: xmo@openerp.com-20111206123735-4bfnqh1zl7u4ozm9

12 years ago[FIX] clean some warnings.
Vo Minh Thu [Tue, 6 Dec 2011 12:19:55 +0000 (13:19 +0100)]
[FIX] clean some warnings.

bzr revid: vmt@openerp.com-20111206121955-tbv84nfcni0c0q8k

12 years ago[IMP] Set kanban view as default view for project.tasks, hr_recruitment.applicant...
Fabien Meghazi [Tue, 6 Dec 2011 12:05:32 +0000 (13:05 +0100)]
[IMP] Set kanban view as default view for project.tasks, hr_recruitment.applicant, project.issues, crm.opportunities and hr.employees

bzr revid: fme@openerp.com-20111206120532-sov62f6jxvnyo3nn

12 years ago[IMP] due to rewrite we did some months ago
Fabien Pinckaers [Tue, 6 Dec 2011 12:05:11 +0000 (13:05 +0100)]
[IMP] due to rewrite we did some months ago

bzr revid: fp@tinyerp.com-20111206120511-gdtg6o9askurv6hy

12 years ago[IMP] better manifests on modules
Fabien Pinckaers [Tue, 6 Dec 2011 12:03:55 +0000 (13:03 +0100)]
[IMP] better manifests on modules

bzr revid: fp@tinyerp.com-20111206120355-h5vufbibzovtvf0j

12 years ago[FIX] Fixed view_manager double do_search triggering
Fabien Meghazi [Tue, 6 Dec 2011 11:36:58 +0000 (12:36 +0100)]
[FIX] Fixed view_manager double do_search triggering

[REM] Removed autosearch
[REM] Removed last search caching

bzr revid: fme@openerp.com-20111206113658-ntnl14ezdnqqhe3m

12 years ago[FIX] correctly send context during graph's fields_get
Xavier Morel [Tue, 6 Dec 2011 11:31:41 +0000 (12:31 +0100)]
[FIX] correctly send context during graph's fields_get

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

bzr revid: xmo@openerp.com-20111206113141-nbfxp0jx4lrgo95g

12 years ago[FIX] clean some warnings.
Vo Minh Thu [Tue, 6 Dec 2011 11:22:58 +0000 (12:22 +0100)]
[FIX] clean some warnings.

bzr revid: vmt@openerp.com-20111206112258-wnppot8orjvmpnh2

12 years ago[IMP] Core modules for apps
Fabien Pinckaers [Tue, 6 Dec 2011 11:21:27 +0000 (12:21 +0100)]
[IMP] Core modules for apps

bzr revid: fp@tinyerp.com-20111206112127-5lir7aovygx4a4oi

12 years ago[IMP] Core features on modules, better views for modules
Fabien Pinckaers [Tue, 6 Dec 2011 11:15:31 +0000 (12:15 +0100)]
[IMP] Core features on modules, better views for modules

bzr revid: fp@tinyerp.com-20111206111531-qdkajwatqzb0dz45

12 years ago[FIX] clean some warnings.
Vo Minh Thu [Tue, 6 Dec 2011 10:57:58 +0000 (11:57 +0100)]
[FIX] clean some warnings.

bzr revid: vmt@openerp.com-20111206105758-j00f9b67jfvp5dxh

12 years ago[REM] Removed unnecessary auto_search keys in actions
Fabien Meghazi [Tue, 6 Dec 2011 10:57:34 +0000 (11:57 +0100)]
[REM] Removed unnecessary auto_search keys in actions

bzr revid: fme@openerp.com-20111206105734-9271jcsc8leanj66

12 years ago[FIX] incorrect date format output in hr.timesheet.analytic.profit default value
Xavier Morel [Tue, 6 Dec 2011 10:50:21 +0000 (11:50 +0100)]
[FIX] incorrect date format output in hr.timesheet.analytic.profit default value

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

bzr revid: xmo@openerp.com-20111206105021-pr9miyu518ayohj0

12 years ago[REM] unused and graph-breaking code in gantt's dhtmlxcommon
Xavier Morel [Tue, 6 Dec 2011 10:42:01 +0000 (11:42 +0100)]
[REM] unused and graph-breaking code in gantt's dhtmlxcommon

bzr revid: xmo@openerp.com-20111206104201-m5w3e3zx7vcypc5g

12 years ago[FIX] hr: broken dashboard view(s)
Xavier Morel [Tue, 6 Dec 2011 10:32:01 +0000 (11:32 +0100)]
[FIX] hr: broken dashboard view(s)

bzr revid: xmo@openerp.com-20111206103201-30xmhmy35bi8p1v9

12 years ago[FIX] clean some warnings.
Vo Minh Thu [Tue, 6 Dec 2011 10:29:01 +0000 (11:29 +0100)]
[FIX] clean some warnings.

bzr revid: vmt@openerp.com-20111206102901-ngovpq1cky629xsp

12 years ago[IMP] default address
Fabien Pinckaers [Tue, 6 Dec 2011 10:24:09 +0000 (11:24 +0100)]
[IMP] default address

bzr revid: fp@tinyerp.com-20111206102409-crkfg8xgxlbzhp9d

12 years ago[FIX] clean some warnings.
Vo Minh Thu [Tue, 6 Dec 2011 10:13:54 +0000 (11:13 +0100)]
[FIX] clean some warnings.

bzr revid: vmt@openerp.com-20111206101354-snbya2xtl8pjwskc

12 years ago[FIX] defer actually writing the resequencing of a list view to the backing dataset...
Xavier Morel [Tue, 6 Dec 2011 08:27:13 +0000 (09:27 +0100)]
[FIX] defer actually writing the resequencing of a list view to the backing dataset                                                                  ~/projects/tiny/web/current

There seems to be an issue with synchronous o2m writes doing weird
things (records disappear after being drag & dropped)

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

bzr revid: xmo@openerp.com-20111206082713-efq1w88sv0htl39c

12 years agomerge
Fabien Pinckaers [Tue, 6 Dec 2011 08:12:49 +0000 (09:12 +0100)]
merge

bzr revid: fp@tinyerp.com-20111206081249-olzikv2g6om6mnec

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 6 Dec 2011 05:59:23 +0000 (05:59 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111206052824-y4sqcyq1zvz4jj25
bzr revid: launchpad_translations_on_behalf_of_openerp-20111206055923-0ajpo39vg9xuf5ef

12 years ago[IMP] kanban view for modules, to be improved by Minh
Fabien Pinckaers [Mon, 5 Dec 2011 17:13:13 +0000 (18:13 +0100)]
[IMP] kanban view for modules, to be improved by Minh

bzr revid: fp@tinyerp.com-20111205171313-vucy2qz57xi68a2k

12 years ago[IMP] useability + kanban view on modules
Fabien Pinckaers [Mon, 5 Dec 2011 16:48:55 +0000 (17:48 +0100)]
[IMP] useability + kanban view on modules

bzr revid: fp@tinyerp.com-20111205164855-qd1hu2y599hq7xzs

12 years ago[FIX] clean some warnings.
Vo Minh Thu [Mon, 5 Dec 2011 15:55:10 +0000 (16:55 +0100)]
[FIX] clean some warnings.

bzr revid: vmt@openerp.com-20111205155510-many34fn09yr58x0

12 years ago[IMP] Changed the default home page
Minh Tran [Mon, 5 Dec 2011 15:44:25 +0000 (16:44 +0100)]
[IMP] Changed the default home page

bzr revid: mit@openerp.com-20111205154425-fw94io3x1dagpc5h

12 years ago[FIX] ensure o2m widget has saved its sub-views before it returns its value to its...
Xavier Morel [Mon, 5 Dec 2011 15:38:13 +0000 (16:38 +0100)]
[FIX] ensure o2m widget has saved its sub-views before it returns its value to its parent form view

This is currently highly faillible as saving a form or a list view can
be an async operation, yet the FormView's `Widget#get_value` call can
only be synchronous. As a result, there are cases where saving a form
view can fail to get the correct value for its o2m fields.

Ideally, `Widget#get_value` should be an async API (or a sync/async API)

bzr revid: xmo@openerp.com-20111205153813-nvgy5413oyf5zsla

12 years ago[IMP] mrp: generate dict from ids via dict.fromkeys, set 'empty' value to False for...
Xavier Morel [Mon, 5 Dec 2011 15:31:18 +0000 (16:31 +0100)]
[IMP] mrp: generate dict from ids via dict.fromkeys, set 'empty' value to False for selection fields rather than an empty string

bzr revid: xmo@openerp.com-20111205153118-1hmvvhkw77qjh5qb

12 years ago[IMP] Misc improvements to kanban views
Fabien Meghazi [Mon, 5 Dec 2011 15:07:06 +0000 (16:07 +0100)]
[IMP] Misc improvements to kanban views

bzr revid: fme@openerp.com-20111205150706-qudlh5ie7fs56cl8

12 years ago[FIX] clean some warnings.
Vo Minh Thu [Mon, 5 Dec 2011 15:03:11 +0000 (16:03 +0100)]
[FIX] clean some warnings.

bzr revid: vmt@openerp.com-20111205150311-6xkx4eytvxnkvdck

12 years ago[IMP] polish 4 - misc useability improvements from APR
Fabien Pinckaers [Mon, 5 Dec 2011 14:47:10 +0000 (15:47 +0100)]
[IMP] polish 4 - misc useability improvements from APR

bzr revid: fp@tinyerp.com-20111205144710-fzozm188f1iwrnin

12 years ago[REM] form view in mail message o2ms
Xavier Morel [Mon, 5 Dec 2011 14:02:57 +0000 (15:02 +0100)]
[REM] form view in mail message o2ms

bzr revid: xmo@openerp.com-20111205140257-1h0dnuly3tqdqsnb

12 years ago[FIX] pos
Raphael Collet [Mon, 5 Dec 2011 14:00:54 +0000 (15:00 +0100)]
[FIX] pos

bzr revid: rco@openerp.com-20111205140054-u85cerkhw65o8vnp

12 years ago[FIX] Fix form and page buttons
Fabien Meghazi [Mon, 5 Dec 2011 13:50:37 +0000 (14:50 +0100)]
[FIX] Fix form and page buttons

bzr revid: fme@openerp.com-20111205135037-g9y8obto3y8rsuki

12 years ago[merge] improvements to the mobile client
niv-openerp [Mon, 5 Dec 2011 13:29:59 +0000 (14:29 +0100)]
[merge] improvements to the mobile client

bzr revid: nicolas.vanhoren@openerp.com-20111205132959-ydnph7z6ohru6jfc

12 years ago[merge] gantt improvements/bug correction
niv-openerp [Mon, 5 Dec 2011 13:26:28 +0000 (14:26 +0100)]
[merge] gantt improvements/bug correction

bzr revid: nicolas.vanhoren@openerp.com-20111205132628-n8bb16byl48pa6e8

12 years ago[merge]
niv-openerp [Mon, 5 Dec 2011 13:25:32 +0000 (14:25 +0100)]
[merge]

bzr revid: nicolas.vanhoren@openerp.com-20111205132532-4v7papq4jdvmtvs0

12 years ago[FIX] prevent rpc defaults from unblocking db-creation UI in case e.g. db.create...
Xavier Morel [Mon, 5 Dec 2011 13:24:25 +0000 (14:24 +0100)]
[FIX] prevent rpc defaults from unblocking db-creation UI in case e.g. db.create() takes more than 3s

bzr revid: xmo@openerp.com-20111205132425-6jr9lv8i4zviwrso

12 years ago[IMP] In dashboard, custom context and domains should override the action's context...
Fabien Meghazi [Mon, 5 Dec 2011 12:00:58 +0000 (13:00 +0100)]
[IMP] In dashboard, custom context and domains should override the action's context and domain instead of merging them

bzr revid: fme@openerp.com-20111205120058-top4labz244r5tat

12 years ago[REM] Removed 'Undo' feature from dashboards
Fabien Meghazi [Mon, 5 Dec 2011 12:00:21 +0000 (13:00 +0100)]
[REM] Removed 'Undo' feature from dashboards

Requested by fp

bzr revid: fme@openerp.com-20111205120021-9qh22ppya3tewz8f

12 years ago[IMP] Do not display title on dashboards
Fabien Meghazi [Mon, 5 Dec 2011 11:57:46 +0000 (12:57 +0100)]
[IMP] Do not display title on dashboards

Process view should be fixed in order to honor flags.display_title

bzr revid: fme@openerp.com-20111205115746-mnqteouxby3ig827

12 years ago[FIX] by popular demand, warnings are not sticky anymore
Christophe Simonis [Mon, 5 Dec 2011 11:20:03 +0000 (12:20 +0100)]
[FIX] by popular demand, warnings are not sticky anymore

bzr revid: chs@openerp.com-20111205112003-3j6fbtvgcuhhf7jg

12 years ago[FIX] pos
Fabien Pinckaers [Mon, 5 Dec 2011 11:10:09 +0000 (12:10 +0100)]
[FIX] pos

bzr revid: fp@tinyerp.com-20111205111009-u7xwifu0ozktimq7

12 years ago[FIX] right-align number columns in group headers
Xavier Morel [Mon, 5 Dec 2011 11:06:47 +0000 (12:06 +0100)]
[FIX] right-align number columns in group headers

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

bzr revid: xmo@openerp.com-20111205110647-jnzk2hppavgbhpa0

12 years ago[IMP] Point of Sale - Split of menu
Fabien Pinckaers [Mon, 5 Dec 2011 10:53:28 +0000 (11:53 +0100)]
[IMP] Point of Sale - Split of menu

bzr revid: fp@tinyerp.com-20111205105328-bftjmsom7z3y1tga

12 years ago[EXT] extract POT files
Xavier Morel [Mon, 5 Dec 2011 10:51:01 +0000 (11:51 +0100)]
[EXT] extract POT files

bzr revid: xmo@openerp.com-20111205105101-ondavioyfv87xldl

12 years ago[FIX] npybabel shebang line
Xavier Morel [Mon, 5 Dec 2011 10:50:28 +0000 (11:50 +0100)]
[FIX] npybabel shebang line

bzr revid: xmo@openerp.com-20111205105028-50o1m1lt2p3qvvkb

12 years ago[FIX] select address on SO
Fabien Pinckaers [Mon, 5 Dec 2011 10:27:29 +0000 (11:27 +0100)]
[FIX] select address on SO

bzr revid: fp@tinyerp.com-20111205102729-30rk5kphl1it1xk2

12 years ago[IMP] Calendar: No need to do default_get by hand
Fabien Meghazi [Mon, 5 Dec 2011 09:58:43 +0000 (10:58 +0100)]
[IMP] Calendar: No need to do default_get by hand

The form will already do a default_get on do_show() when index is null

bzr revid: fme@openerp.com-20111205095843-7ll9yna17dnltx6v

12 years ago[IMP] Disable dirty form check until page view and buttons refactoring is done
Fabien Meghazi [Mon, 5 Dec 2011 09:48:38 +0000 (10:48 +0100)]
[IMP] Disable dirty form check until page view and buttons refactoring is done

bzr revid: fme@openerp.com-20111205094838-lddbf0tv64e8rxn1

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 5 Dec 2011 05:44:44 +0000 (05:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111203051322-9okh062mnsk6z7rl
bzr revid: launchpad_translations_on_behalf_of_openerp-20111205052156-xdi2wl4c0i6c943y
bzr revid: launchpad_translations_on_behalf_of_openerp-20111204044348-1h1ykzimferyb15x
bzr revid: launchpad_translations_on_behalf_of_openerp-20111205052228-xpcasqkuz99hp3bx
bzr revid: launchpad_translations_on_behalf_of_openerp-20111202052804-fp30z23u77bb8xsq
bzr revid: launchpad_translations_on_behalf_of_openerp-20111203054648-32m102m6zeyp2w96
bzr revid: launchpad_translations_on_behalf_of_openerp-20111204050726-v3ccozl63rq6hwt3
bzr revid: launchpad_translations_on_behalf_of_openerp-20111205054444-8otpyzxplw2r1zo8

12 years ago[NEW] Project Cumulative Flow and Task History for Kanban
Fabien Pinckaers [Sat, 3 Dec 2011 14:04:27 +0000 (15:04 +0100)]
[NEW] Project Cumulative Flow and Task History for Kanban

bzr revid: fp@tinyerp.com-20111203140427-jf57fyvvo60g31dl

12 years ago[FIX] account_voucher: fixes fixes fixes
Quentin (OpenERP) [Fri, 2 Dec 2011 16:45:57 +0000 (17:45 +0100)]
[FIX] account_voucher: fixes fixes fixes

bzr revid: qdp-launchpad@openerp.com-20111202164557-tt6cy8u4735ukw2o

12 years ago[MERGE] merged removal of non-existing fields.
Vo Minh Thu [Fri, 2 Dec 2011 16:45:23 +0000 (17:45 +0100)]
[MERGE] merged removal of non-existing fields.

bzr revid: vmt@openerp.com-20111202164523-h5vypmbql2xorqfi

12 years ago[FIX] account_voucher: fixed typo in case2_usd_eur_debtor_in_usd.yml
Quentin (OpenERP) [Fri, 2 Dec 2011 16:44:21 +0000 (17:44 +0100)]
[FIX] account_voucher: fixed typo in case2_usd_eur_debtor_in_usd.yml

bzr revid: qdp-launchpad@openerp.com-20111202164421-ao6fqrec2dsthu33

12 years ago[MERGE] ir.ui.menu: removed unused dict entry.
Vo Minh Thu [Fri, 2 Dec 2011 16:30:54 +0000 (17:30 +0100)]
[MERGE] ir.ui.menu: removed unused dict entry.

bzr revid: vmt@openerp.com-20111202163054-6rp2p08788nkwkdr

12 years ago[FIX] point_of_sale: typo.
Vo Minh Thu [Fri, 2 Dec 2011 16:27:39 +0000 (17:27 +0100)]
[FIX] point_of_sale: typo.

bzr revid: vmt@openerp.com-20111202162739-9nd3h9h83s633lyj

12 years ago[MERGE] merged trunk.
Vo Minh Thu [Fri, 2 Dec 2011 16:05:46 +0000 (17:05 +0100)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20111202160546-t5csnsd6daclcqxs

12 years ago[MERGE] merged trunk.
Vo Minh Thu [Fri, 2 Dec 2011 15:31:43 +0000 (16:31 +0100)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20111202153143-0xw0yhlxutcpyhgu

12 years ago[IMP] view of departments
Fabien Pinckaers [Fri, 2 Dec 2011 13:59:57 +0000 (14:59 +0100)]
[IMP] view of departments

bzr revid: fp@tinyerp.com-20111202135957-hnc3lmr8duoz4sda

12 years ago[FIX] account_voucher: several fixes
Quentin (OpenERP) [Fri, 2 Dec 2011 11:08:48 +0000 (12:08 +0100)]
[FIX] account_voucher: several fixes

bzr revid: qdp-launchpad@openerp.com-20111202110848-cr4g0qmxj50dr440

12 years ago[IMP] account_voucher: usability change. Moved the writeoff amount outside the paymen...
Quentin (OpenERP) [Fri, 2 Dec 2011 11:08:09 +0000 (12:08 +0100)]
[IMP] account_voucher: usability change. Moved the writeoff amount outside the payment_option group

bzr revid: qdp-launchpad@openerp.com-20111202110809-4ytfndvh6fgkgy7v

12 years ago[IMP] account: display the currency in name_get of journal also for journals in compa...
Quentin (OpenERP) [Fri, 2 Dec 2011 11:07:16 +0000 (12:07 +0100)]
[IMP] account: display the currency in name_get of journal also for journals in company currency

bzr revid: qdp-launchpad@openerp.com-20111202110716-yt4nc2v3p07zdmkl

12 years ago[FIX] crm_partner_assign: add missing field 'email_from' in test
Raphael Collet [Fri, 2 Dec 2011 07:56:02 +0000 (08:56 +0100)]
[FIX] crm_partner_assign: add missing field 'email_from' in test

bzr revid: rco@openerp.com-20111202075602-r2x5yyen8a9ip351

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 2 Dec 2011 04:47:50 +0000 (04:47 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111202044750-97jcwtljweu6gf4i

12 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 2 Dec 2011 04:44:54 +0000 (04:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20111202044454-6e0qzrobadl3pnii

12 years ago[FIX] Some fixes for calendar view
Fabien Meghazi [Thu, 1 Dec 2011 23:07:36 +0000 (00:07 +0100)]
[FIX] Some fixes for calendar view

bzr revid: fme@openerp.com-20111201230736-p9dih0ni953z2mcb

12 years ago[FIX] misc fixes
fp [Thu, 1 Dec 2011 21:32:12 +0000 (22:32 +0100)]
[FIX] misc fixes

bzr revid: fp@fp-laptop-20111201213212-7sn4d0e31pmc8a26

12 years ago[MERGE] merged the dev branch with formatting of the addresses that depends on the...
Quentin (OpenERP) [Thu, 1 Dec 2011 16:41:31 +0000 (17:41 +0100)]
[MERGE] merged the dev branch with formatting of the addresses that depends on the country

bzr revid: qdp-launchpad@openerp.com-20111201164131-8exdiwodwn631zq1

12 years ago[MERGE] merged the dev branch with address format country specific. Courtesy of Dhara
Quentin (OpenERP) [Thu, 1 Dec 2011 16:33:40 +0000 (17:33 +0100)]
[MERGE] merged the dev branch with address format country specific. Courtesy of Dhara

bzr revid: qdp-launchpad@openerp.com-20111201163340-yga019rhfwipwvuv

12 years ago[IMP] res_partner_address, display_address: improved help tooltip on address_format...
Quentin (OpenERP) [Thu, 1 Dec 2011 16:27:47 +0000 (17:27 +0100)]
[IMP] res_partner_address, display_address: improved help tooltip on address_format + made private the function _display_address as it's not usable through direct RPC requests + added context=None in the signature of this function, for future needs

bzr revid: qdp-launchpad@openerp.com-20111201162747-gcbh995k1pu8ql7m

12 years ago[IMP] project_scrum: re-enable email send (they are not actually sent in test mode)
Raphael Collet [Thu, 1 Dec 2011 16:24:13 +0000 (17:24 +0100)]
[IMP] project_scrum: re-enable email send (they are not actually sent in test mode)

bzr revid: rco@openerp.com-20111201162413-ek8ofnbd0ukwfk5g

12 years ago[MERGE] lp:897227 (fix dashboard layout in hr, hr_timesheet_sheet, mrp, project,...
Raphael Collet [Thu, 1 Dec 2011 16:16:09 +0000 (17:16 +0100)]
[MERGE] lp:897227 (fix dashboard layout in hr, hr_timesheet_sheet, mrp, project, project_scrum, sale, stock)

bzr revid: rco@openerp.com-20111201161609-wuwqxq6mu8u289w4

12 years ago[MERGE] lp:893977 (account_voucher: set analytic account when doing a payment)
Raphael Collet [Thu, 1 Dec 2011 16:12:54 +0000 (17:12 +0100)]
[MERGE] lp:893977 (account_voucher: set analytic account when doing a payment)

bzr revid: rco@openerp.com-20111201161254-eu07dnav1xc624p5

12 years ago[MERGE] refactoring in modules crm, crm_claim, crm_fundraising, crm_helpdesk, crm_par...
Raphael Collet [Thu, 1 Dec 2011 16:08:19 +0000 (17:08 +0100)]
[MERGE] refactoring in modules crm, crm_claim, crm_fundraising, crm_helpdesk, crm_partner_assign, crm_profiling

bzr revid: rco@openerp.com-20111201160819-synohhq5k98lqf24

12 years ago[MERGE] prevent sending emails in test mode
Raphael Collet [Thu, 1 Dec 2011 16:05:17 +0000 (17:05 +0100)]
[MERGE] prevent sending emails in test mode

bzr revid: rco@openerp.com-20111201160517-1gk7sita6c5uernx

12 years ago[FIX] add missing import
Raphael Collet [Thu, 1 Dec 2011 15:57:58 +0000 (16:57 +0100)]
[FIX] add missing import

bzr revid: rco@openerp.com-20111201155758-y1tej4pqrupzifs0

12 years ago[IMP] add log message when skipping sending email
Raphael Collet [Thu, 1 Dec 2011 15:52:48 +0000 (16:52 +0100)]
[IMP] add log message when skipping sending email

bzr revid: rco@openerp.com-20111201155248-o284h5r27pjrxbbx

12 years ago[FIX] On new record, FormView shall apply on_changes to fields using same order as...
Fabien Meghazi [Thu, 1 Dec 2011 15:50:29 +0000 (16:50 +0100)]
[FIX] On new record, FormView shall apply on_changes to fields using same order as defined in view

bzr revid: fme@openerp.com-20111201155029-bi4zjgvwkt7gjapy

12 years ago[IMP] changed the use of display_address function in reports
Quentin (OpenERP) [Thu, 1 Dec 2011 15:45:05 +0000 (16:45 +0100)]
[IMP] changed the use of display_address function in reports

bzr revid: qdp-launchpad@openerp.com-20111201154505-ps3b3m56dza0vjfl

12 years ago[MERGE] merged with main addons trunk
Quentin (OpenERP) [Thu, 1 Dec 2011 15:38:57 +0000 (16:38 +0100)]
[MERGE] merged with main addons trunk

bzr revid: qdp-launchpad@openerp.com-20111201153857-qq99hs12nubiwzkm

12 years ago[FIX] l10n_be: fix error if the main company doesn't have a vat number
Quentin (OpenERP) [Thu, 1 Dec 2011 15:35:35 +0000 (16:35 +0100)]
[FIX] l10n_be: fix error if the main company doesn't have a vat number

bzr revid: qdp-launchpad@openerp.com-20111201153535-vdcocilw10zuiu8f

12 years ago[IMP] indicate tests in current thread, and prevent email sending during tests
Raphael Collet [Thu, 1 Dec 2011 15:31:56 +0000 (16:31 +0100)]
[IMP] indicate tests in current thread, and prevent email sending during tests

bzr revid: rco@openerp.com-20111201153156-2ki7x22evf5ojyrz

12 years ago[FIX] mail: wrong passing of parameter context
Raphael Collet [Thu, 1 Dec 2011 15:14:23 +0000 (16:14 +0100)]
[FIX] mail: wrong passing of parameter context

bzr revid: rco@openerp.com-20111201151423-dmh2539fnc31q0zh

12 years ago[FIX] l10n_fr_rib: typos in on_change_bank_id, `value` isa nested dict
Olivier Dony [Thu, 1 Dec 2011 14:57:54 +0000 (15:57 +0100)]
[FIX] l10n_fr_rib: typos in on_change_bank_id, `value` isa nested dict

bzr revid: odo@openerp.com-20111201145754-5j0m12q76lk6fn1w

12 years ago[IMP] base: country specific address format small imp
Quentin (OpenERP) [Thu, 1 Dec 2011 14:50:52 +0000 (15:50 +0100)]
[IMP] base: country specific address format small imp

bzr revid: qdp-launchpad@openerp.com-20111201145052-onb2k2xp2pu94124

12 years ago[IMP] base: contry specific address format cleanup and improvements
Quentin (OpenERP) [Thu, 1 Dec 2011 14:40:55 +0000 (15:40 +0100)]
[IMP] base: contry specific address format cleanup and improvements

bzr revid: qdp-launchpad@openerp.com-20111201144055-htokze3jly7ent02

12 years ago[MERGE] merged with main trunk server branch
Quentin (OpenERP) [Thu, 1 Dec 2011 14:37:03 +0000 (15:37 +0100)]
[MERGE] merged with main trunk server branch

bzr revid: qdp-launchpad@openerp.com-20111201143703-okq4lq4s9iy6gaol

12 years ago[IMP] Dataset#get_id_index returns null instead of -1 when no record found
Fabien Meghazi [Thu, 1 Dec 2011 14:20:49 +0000 (15:20 +0100)]
[IMP] Dataset#get_id_index returns null instead of -1 when no record found

In order to pair with convention on Dataset#index === null for creation mode

bzr revid: fme@openerp.com-20111201142049-xqndd22l7pncfz0j

12 years ago[IMP] Use type coercion in Dataset#select_id
Fabien Meghazi [Thu, 1 Dec 2011 14:08:31 +0000 (15:08 +0100)]
[IMP] Use type coercion in Dataset#select_id

bzr revid: fme@openerp.com-20111201140831-dth7rx1yny23427c

12 years agofix
Fabien Pinckaers [Thu, 1 Dec 2011 14:05:21 +0000 (15:05 +0100)]
fix

bzr revid: fp@tinyerp.com-20111201140521-j04fxvm1w82v820j

12 years ago[ADD] l10n_fr_rib: added certificate number
Olivier Dony [Thu, 1 Dec 2011 14:02:10 +0000 (15:02 +0100)]
[ADD] l10n_fr_rib: added certificate number

bzr revid: odo@openerp.com-20111201140210-86gh3kx9eyf6xi0w

12 years ago[IMP] tests: moved tests into openerp.tests, expose test suites.
Vo Minh Thu [Thu, 1 Dec 2011 14:00:12 +0000 (15:00 +0100)]
[IMP] tests: moved tests into openerp.tests, expose test suites.

bzr revid: vmt@openerp.com-20111201140012-y9kmto0le0ugxdzf

12 years ago[MERGE] l10n_fr_rib module added, courtesy of Numerigraphe
Olivier Dony [Thu, 1 Dec 2011 13:55:27 +0000 (14:55 +0100)]
[MERGE] l10n_fr_rib module added, courtesy of Numerigraphe

bzr revid: odo@openerp.com-20111201135527-1eyicb565vmn21r0

12 years ago[IMP] to fix
Fabien Pinckaers [Thu, 1 Dec 2011 13:48:31 +0000 (14:48 +0100)]
[IMP] to fix

bzr revid: fp@tinyerp.com-20111201134831-w2t5psf00vrwnqwi

12 years ago[IMP] Improved project issue kanban view
Fabien Meghazi [Thu, 1 Dec 2011 13:00:02 +0000 (14:00 +0100)]
[IMP] Improved project issue kanban view

bzr revid: fme@openerp.com-20111201130002-mflb68c7wsawzuke

12 years ago[FIX] Fix kanban styling
Fabien Meghazi [Thu, 1 Dec 2011 12:58:37 +0000 (13:58 +0100)]
[FIX] Fix kanban styling

bzr revid: fme@openerp.com-20111201125837-l2e3f64ocqwb7p20

12 years ago[MERGE] wizard: add a deprecation warning for the old-style wizards.
Vo Minh Thu [Thu, 1 Dec 2011 12:48:22 +0000 (13:48 +0100)]
[MERGE] wizard: add a deprecation warning for the old-style wizards.

bzr revid: vmt@openerp.com-20111201124822-0e9illtpfmd58k40

12 years ago[ADD] cleanup JS calls/functions for the new page view
Roberto López López (OpenERP) [Thu, 1 Dec 2011 12:22:33 +0000 (13:22 +0100)]
[ADD] cleanup JS calls/functions for the new page view

bzr revid: rlo@openerp.com-20111201122233-6bh2zilnixvz7m2r

12 years ago[MERGE] Bug 303455: orm.create() - use local before inherited, courtesy of Thibaut...
Olivier Dony [Thu, 1 Dec 2011 12:15:03 +0000 (13:15 +0100)]
[MERGE] Bug 303455: orm.create() - use local before inherited, courtesy of Thibaut DIRLIK (Logica)

bzr revid: odo@openerp.com-20111201121503-bf7671is06atteb4