odoo/odoo.git
11 years ago[FIX] sale: Rename 'Open Invoice' to 'View Invoice'
Stephane Wirtel [Tue, 7 Aug 2012 14:05:41 +0000 (16:05 +0200)]
[FIX] sale: Rename 'Open Invoice' to 'View Invoice'

bzr revid: stw@openerp.com-20120807140541-tmuxxylhricygdx5

11 years ago[IMP] base: Add a wizard to install a list of modules
Stephane Wirtel [Tue, 7 Aug 2012 13:48:55 +0000 (15:48 +0200)]
[IMP] base: Add a wizard to install a list of modules

bzr revid: stw@openerp.com-20120807134855-s7fejx88p5aklc73

11 years ago[MERGE] MyNotChatterTask: image resize.
Thibault Delavallée [Tue, 7 Aug 2012 13:13:00 +0000 (15:13 +0200)]
[MERGE] MyNotChatterTask: image resize.

This revision adds standard image field names and sizes (image: 1024x1024; image_medium: 180x180; image_small: 50x50, the last two being function fields). This web-side branch holds the field name change for the topbar avatar. It also adds 2 CSS classes when using images: oe_image_small and oe_image_medium, that fix the max-width and mex-height to respectively 50x50 and 180x180 px.
Misc :
- deleted oe_kanban_gravatar CSS class
- renamed oe_kanban_avatar_toto to oe_kanban_avatar_smallbox; this class is used only in res.partner form view, for child partners.

bzr revid: tde@openerp.com-20120807131300-i6helnvao10o0go7

11 years ago[MERGE] MyNotChatterTask: image resize.
Thibault Delavallée [Tue, 7 Aug 2012 13:11:52 +0000 (15:11 +0200)]
[MERGE] MyNotChatterTask: image resize.

This revision adds standard image field names and sizes (image: 1024x1024; image_medium: 180x180; image_small: 50x50, the last two being function fields). This addons-side branch holds the update for mail.group, product, point of sale and hr. Default image for new hr employee has also been updated. Hr module now has its icon for the module kanban view.

bzr revid: tde@openerp.com-20120807131152-qw0lw9s8s6lq5m2b

11 years ago[MERGE] MyNotChatterTask: image resize.
Thibault Delavallée [Tue, 7 Aug 2012 13:11:34 +0000 (15:11 +0200)]
[MERGE] MyNotChatterTask: image resize.

This revision adds standard image field names and sizes (image: 1024x1024; image_medium: 180x180; image_small: 50x50, the last two being function fields). This server-side branch holds the tools functions for image resizing (with aspect ratio preserved), and update for res.partner and res.users.

bzr revid: tde@openerp.com-20120807131134-u574cer42aycd9na

11 years ago[MERGE] lp:~openerp-dev/openobject-server/trunk-addons-issues3-base
Stephane Wirtel [Tue, 7 Aug 2012 13:07:51 +0000 (15:07 +0200)]
[MERGE] lp:~openerp-dev/openobject-server/trunk-addons-issues3-base

bzr revid: stw@openerp.com-20120807130751-q3b0qh9et3jmlvzk

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons-issues3-crm
Stephane Wirtel [Tue, 7 Aug 2012 13:07:30 +0000 (15:07 +0200)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons-issues3-crm

bzr revid: stw@openerp.com-20120807130730-m48lble9h35e8v79

11 years ago[FIX] project.project: removed image_small field that is not on the project model.
Thibault Delavallée [Tue, 7 Aug 2012 12:28:49 +0000 (14:28 +0200)]
[FIX] project.project: removed image_small field that is not on the project model.

bzr revid: tde@openerp.com-20120807122849-jpy4w6koedfa97om

11 years ago[IMP] project_issue in portal: avatar -> image.
Thibault Delavallée [Tue, 7 Aug 2012 12:03:46 +0000 (14:03 +0200)]
[IMP] project_issue in portal: avatar -> image.

bzr revid: tde@openerp.com-20120807120346-yhcsb3nne8eq0egs

11 years ago[IMP] mail_thread: read subscribers: fetches image_small, not avatar.
Thibault Delavallée [Tue, 7 Aug 2012 12:03:35 +0000 (14:03 +0200)]
[IMP] mail_thread: read subscribers: fetches image_small, not avatar.

bzr revid: tde@openerp.com-20120807120335-3i0f3hdwggcfizaw

11 years ago[REM] hr: removed a field that has probably been added by a copy-paste.
Thibault Delavallée [Tue, 7 Aug 2012 12:03:00 +0000 (14:03 +0200)]
[REM] hr: removed a field that has probably been added by a copy-paste.

bzr revid: tde@openerp.com-20120807120300-l70tx73pobb4ofe1

11 years ago[IMP] portal: demo portal user avatar -> image.
Thibault Delavallée [Tue, 7 Aug 2012 12:02:37 +0000 (14:02 +0200)]
[IMP] portal: demo portal user avatar -> image.

bzr revid: tde@openerp.com-20120807120237-f4f6dn5s09rsbbp6

11 years ago[IMP] Added iamges as fields in kanban view where used.
Thibault Delavallée [Tue, 7 Aug 2012 12:02:10 +0000 (14:02 +0200)]
[IMP] Added iamges as fields in kanban view where used.

bzr revid: tde@openerp.com-20120807120210-kp0yrn6iiv61yu0o

11 years ago[IMP] project_issue: avatar -> image_small.
Thibault Delavallée [Tue, 7 Aug 2012 12:01:35 +0000 (14:01 +0200)]
[IMP] project_issue: avatar -> image_small.

bzr revid: tde@openerp.com-20120807120135-aygpseez16w6hs0z

11 years ago[REM] Removed a print statement.
Thibault Delavallée [Tue, 7 Aug 2012 11:29:14 +0000 (13:29 +0200)]
[REM] Removed a print statement.

bzr revid: tde@openerp.com-20120807112914-tjehrwyts1g20woe

11 years ago[IMP] res.partner, res.user: removed oe_mail_group_footer css class on their chatter...
Thibault Delavallée [Tue, 7 Aug 2012 11:13:56 +0000 (13:13 +0200)]
[IMP] res.partner, res.user: removed oe_mail_group_footer css class on their chatter, because it should not be there. A good reason I think.

bzr revid: tde@openerp.com-20120807111356-s304912xk71s346x

11 years ago[IMP] product, hr, point of sale, mail_group: propagated function name change (now...
Thibault Delavallée [Tue, 7 Aug 2012 11:10:39 +0000 (13:10 +0200)]
[IMP] product, hr, point of sale, mail_group: propagated function name change (now prefixed with image_) in image module.

bzr revid: tde@openerp.com-20120807111039-57cykhxurm2wj79k

11 years ago[IMP] res.users, res.partner: updated image code to propagate cleaning of image module.
Thibault Delavallée [Tue, 7 Aug 2012 11:08:59 +0000 (13:08 +0200)]
[IMP] res.users, res.partner: updated image code to propagate cleaning of image module.

bzr revid: tde@openerp.com-20120807110859-2osf4mf7y7by1zvm

11 years ago[CLEAN] [DOC] Pre-merge review: image: added comments. Also renamed functions, now...
Thibault Delavallée [Tue, 7 Aug 2012 11:08:34 +0000 (13:08 +0200)]
[CLEAN] [DOC] Pre-merge review: image: added comments. Also renamed functions, now prefixed with a image_* .

bzr revid: tde@openerp.com-20120807110834-uk3ymnxb5qz4hr8e

11 years ago[IMP] Renamed oe_kanban_avatar_toto to oe_kanban_avatar_smallbox; this is used only...
Thibault Delavallée [Tue, 7 Aug 2012 11:02:02 +0000 (13:02 +0200)]
[IMP] Renamed oe_kanban_avatar_toto to oe_kanban_avatar_smallbox; this is used only for nested partners in partner form view. The name is a bit more clear now. Also removed dead class oe_kanban_gravatar.

bzr revid: tde@openerp.com-20120807110202-f87n3068k89utq5k

11 years ago[FIX] Binary image controller should not crash on virtual ids
Fabien Meghazi [Tue, 7 Aug 2012 10:58:13 +0000 (12:58 +0200)]
[FIX] Binary image controller should not crash on virtual ids

bzr revid: fme@openerp.com-20120807105813-ybrsot6bco8ib36e

11 years ago[MERGE] various fixes and changes to editable list view after review
Xavier Morel [Tue, 7 Aug 2012 10:49:35 +0000 (12:49 +0200)]
[MERGE] various fixes and changes to editable list view after review

bzr revid: xmo@openerp.com-20120807104935-k8i2iydxm5q2rt59

11 years ago[NMDT] Not my day today
Fabien Meghazi [Tue, 7 Aug 2012 10:25:36 +0000 (12:25 +0200)]
[NMDT] Not my day today

bzr revid: fme@openerp.com-20120807102536-8idyt0qotub4ythy

11 years ago[FIX] Fixed Revision: 2869 revid:fme@openerp.com-20120806160922-d4b59jzsu2nx2yl7
Fabien Meghazi [Tue, 7 Aug 2012 10:21:23 +0000 (12:21 +0200)]
[FIX] Fixed Revision: 2869 revid:fme@openerp.com-20120806160922-d4b59jzsu2nx2yl7

bzr revid: fme@openerp.com-20120807102123-wkpeipyvveufo556

11 years ago[MERGE] Merge with main branch
pso (OpenERP) [Tue, 7 Aug 2012 10:13:26 +0000 (15:43 +0530)]
[MERGE] Merge with main branch

bzr revid: pso@tinyerp.com-20120807101326-xglo336vs6qwv12g

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Tue, 7 Aug 2012 10:09:20 +0000 (12:09 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120807100920-mr0oc56qs2zntvu1

11 years ago[MERGE] Merged with web/trunk.
Thibault Delavallée [Tue, 7 Aug 2012 10:09:02 +0000 (12:09 +0200)]
[MERGE] Merged with web/trunk.

bzr revid: tde@openerp.com-20120807100902-plhjlmx7dry92fcj

11 years ago[IMP] base: Improvements
pso (OpenERP) [Tue, 7 Aug 2012 10:08:41 +0000 (15:38 +0530)]
[IMP] base: Improvements

bzr revid: pso@tinyerp.com-20120807100841-ab08m5gtapm1h2us

11 years ago[MERGE] Merged with server/trunk.
Thibault Delavallée [Tue, 7 Aug 2012 10:08:25 +0000 (12:08 +0200)]
[MERGE] Merged with server/trunk.

bzr revid: tde@openerp.com-20120807100825-utqncwmp96iyspia

11 years ago[MERGE] Merged PNA's branch for Lead/Opportunity view improvements
pso (OpenERP) [Tue, 7 Aug 2012 09:56:34 +0000 (15:26 +0530)]
[MERGE] Merged PNA's branch for Lead/Opportunity view improvements

bzr revid: pso@tinyerp.com-20120807095634-d91bzmzsl4oledwg

11 years ago[MERGE] mail.alias implementation + mrp.repair improvement + placeholders review...
Olivier Dony [Tue, 7 Aug 2012 09:38:02 +0000 (11:38 +0200)]
[MERGE] mail.alias implementation + mrp.repair improvement + placeholders review + misc bits

Attempt to fix previous fp-style merge breaking weeks
of history. Unfortunately this one will swallow a few
extra merges on top of the mail.alias merge, as well
as a few odd commits

bzr revid: odo@openerp.com-20120807093802-f20mfq8a42rp84wp

11 years ago[FIX] remove margins from oe_form_nosheet in editable list view
Xavier Morel [Tue, 7 Aug 2012 09:31:07 +0000 (11:31 +0200)]
[FIX] remove margins from oe_form_nosheet in editable list view

Avoids list view moving around when edition starts (and form view is shown so fields can be used)

bzr revid: xmo@openerp.com-20120807093107-2cqww3fmstd62to0

11 years ago[FIX] action button on row being *created* in editable list view
Xavier Morel [Tue, 7 Aug 2012 09:23:17 +0000 (11:23 +0200)]
[FIX] action button on row being *created* in editable list view

Altered action button workflow:

* Action callback (passed to ``do_button_action``) now *takes* a
  record id instead of closing over it, in case the original list does
  not have an id to start with
* ``handle_button`` partially applies the id *it* got to the callback
  via ``_.bind``
* Editable list view override of ``do_button_action`` uses ``id`` it
  got from ``ensure_saved`` in case it got id=false in

bzr revid: xmo@openerp.com-20120807092317-wk0xyfzrhxc89t94

11 years ago[IMP]crm-lead-category
Pinakin Nayi (OpenERP) [Tue, 7 Aug 2012 08:59:14 +0000 (14:29 +0530)]
[IMP]crm-lead-category

bzr revid: pna@tinyerp.com-20120807085914-4ufygn773tvl4j52

11 years ago[MERGE] Merge with main branch
pso (OpenERP) [Tue, 7 Aug 2012 08:48:38 +0000 (14:18 +0530)]
[MERGE] Merge with main branch

bzr revid: pso@tinyerp.com-20120807084838-uf57y64sps1niszd

11 years ago[FIX] conflict between form autoblur thing and focus management in editable o2m
Xavier Morel [Tue, 7 Aug 2012 07:26:50 +0000 (09:26 +0200)]
[FIX] conflict between form autoblur thing and focus management in editable o2m

bzr revid: xmo@openerp.com-20120807072650-ia0u56u8z20tgbfw

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 7 Aug 2012 05:39:28 +0000 (05:39 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120807053928-8131c98edycpivlb

11 years ago[IMP] small chang ein module name to avoid two modules with same name
Fabien Pinckaers [Mon, 6 Aug 2012 20:10:53 +0000 (22:10 +0200)]
[IMP] small chang ein module name to avoid two modules with same name

bzr revid: fp@openerp.com-20120806201053-pz40hupmli82ixuv

11 years ago[IMP] small fix
Fabien Pinckaers [Mon, 6 Aug 2012 20:07:10 +0000 (22:07 +0200)]
[IMP] small fix

bzr revid: fp@openerp.com-20120806200710-mkqimou9tdz8h6f2

11 years ago[IMP] config wizards small improvements in layout
Fabien Pinckaers [Mon, 6 Aug 2012 19:56:20 +0000 (21:56 +0200)]
[IMP] config wizards small improvements in layout

bzr revid: fp@openerp.com-20120806195620-sozifrvbjockq33u

11 years ago[merge] empty merge, just to set branch as merged
Fabien Pinckaers [Mon, 6 Aug 2012 19:33:35 +0000 (21:33 +0200)]
[merge] empty merge, just to set branch as merged

bzr revid: fp@openerp.com-20120806193335-pz4y6n289cb5entc

11 years ago[merge] mrp repair improvements
Fabien Pinckaers [Mon, 6 Aug 2012 19:29:58 +0000 (21:29 +0200)]
[merge] mrp repair improvements

bzr revid: fp@openerp.com-20120806192958-upqa3fxhtkwuw13e

11 years ago[merge] mrp repair improvements
Fabien Pinckaers [Mon, 6 Aug 2012 19:25:36 +0000 (21:25 +0200)]
[merge] mrp repair improvements

bzr revid: fp@openerp.com-20120806192536-dhv3xz10xemy4zlb

11 years ago[MERGE] improved placeholders
Fabien Pinckaers [Mon, 6 Aug 2012 19:06:05 +0000 (21:06 +0200)]
[MERGE] improved placeholders

bzr revid: fp@openerp.com-20120806190605-8qtg753ygug4l1cm

11 years ago[MERGE] improvement placeholders
Fabien Pinckaers [Mon, 6 Aug 2012 19:05:27 +0000 (21:05 +0200)]
[MERGE] improvement placeholders

bzr revid: fp@openerp.com-20120806190527-gb3gs4cexnijaezk

11 years ago[MERGE] Sync with trunk
Olivier Dony [Mon, 6 Aug 2012 17:43:52 +0000 (19:43 +0200)]
[MERGE] Sync with trunk

bzr revid: odo@openerp.com-20120806174352-bgv2lt8pwhoa07pa

11 years ago[FIX] improved visibility rules for inherited mail alias fields
Olivier Dony [Mon, 6 Aug 2012 17:35:09 +0000 (19:35 +0200)]
[FIX] improved visibility rules for inherited mail alias fields

bzr revid: odo@openerp.com-20120806173509-zu57rxzhuksftyqc

11 years ago[IMP] simplification of list views
Fabien Pinckaers [Mon, 6 Aug 2012 16:47:32 +0000 (18:47 +0200)]
[IMP] simplification of list views

bzr revid: fp@tinyerp.com-20120806164732-tyeljfvy1ayhwjuz

11 years ago[IMP] better views
Fabien Pinckaers [Mon, 6 Aug 2012 16:44:04 +0000 (18:44 +0200)]
[IMP] better views

bzr revid: fp@tinyerp.com-20120806164404-nweyqbh3635e0ntv

11 years ago[IMP] cleaning views, reduced summary and module name fields (to avoid crap in apps...
Fabien Pinckaers [Mon, 6 Aug 2012 16:43:20 +0000 (18:43 +0200)]
[IMP] cleaning views, reduced summary and module name fields (to avoid crap in apps.openerp.com)

bzr revid: fp@tinyerp.com-20120806164320-x3mc637dw809life

11 years ago[IMP] Don't display the many2one icon if it's value is empty.
Fabien Meghazi [Mon, 6 Aug 2012 16:09:22 +0000 (18:09 +0200)]
[IMP] Don't display the many2one icon if it's value is empty.

bzr revid: fme@openerp.com-20120806160922-d4b59jzsu2nx2yl7

11 years ago[IMP] Renamed css oe_form_field_image_small and _medium to oe_image_small and _medium.
Thibault Delavallée [Mon, 6 Aug 2012 15:54:18 +0000 (17:54 +0200)]
[IMP] Renamed css oe_form_field_image_small and _medium to oe_image_small and _medium.

bzr revid: tde@openerp.com-20120806155418-33zkumr6t4ez8k6e

11 years ago[REV] Revert Revision: 2677 revid:fp@tinyerp.com-20120705123259-okklz6m7nfziqaqf
Fabien Meghazi [Mon, 6 Aug 2012 15:54:05 +0000 (17:54 +0200)]
[REV] Revert Revision: 2677 revid:fp@tinyerp.com-20120705123259-okklz6m7nfziqaqf

bzr revid: fme@openerp.com-20120806155405-vw1qgz5btqd6hzvp

11 years ago[IMP] product, hr, pos, mail_group: removed the onchange_image, updated used images...
Thibault Delavallée [Mon, 6 Aug 2012 15:53:54 +0000 (17:53 +0200)]
[IMP] product, hr, pos, mail_group: removed the onchange_image, updated used images and classes in views.

bzr revid: tde@openerp.com-20120806155354-sjkrmrffgb2ik4ba

11 years ago[IMP] res_partner, res_users: removed the onchange_image, updated used images and...
Thibault Delavallée [Mon, 6 Aug 2012 15:53:25 +0000 (17:53 +0200)]
[IMP] res_partner, res_users: removed the onchange_image, updated used images and classes in views.

bzr revid: tde@openerp.com-20120806155325-198jhpc2chmufzu1

11 years ago[REV] Reverted Revision: 2636 revid:nicolas.vanhoren@openerp.com-20120627153131-uxp6d...
Fabien Meghazi [Mon, 6 Aug 2012 15:32:08 +0000 (17:32 +0200)]
[REV] Reverted Revision: 2636 revid:nicolas.vanhoren@openerp.com-20120627153131-uxp6d2l4ri8xjoz5

bzr revid: fme@openerp.com-20120806153208-fbet6xbs365ir6lm

11 years ago[FIX] Stuck in login when creating a new database
Fabien Meghazi [Mon, 6 Aug 2012 15:02:48 +0000 (17:02 +0200)]
[FIX] Stuck in login when creating a new database

bzr revid: fme@openerp.com-20120806150248-am7gql5pr1bfyunl

11 years ago[FIX] state of editor after cancelled cancel() (haha), handling of a record being...
Xavier Morel [Mon, 6 Aug 2012 15:00:02 +0000 (17:00 +0200)]
[FIX] state of editor after cancelled cancel() (haha), handling of a record being edited during o2m deletion

bzr revid: xmo@openerp.com-20120806150002-45c8mjq9dk5hck7y

11 years ago[CHG] delete o2m lines without warning
Xavier Morel [Mon, 6 Aug 2012 14:34:10 +0000 (16:34 +0200)]
[CHG] delete o2m lines without warning

bzr revid: xmo@openerp.com-20120806143410-ohzypxj3r8bbz08w

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons-issues3-accounting
Stephane Wirtel [Mon, 6 Aug 2012 14:21:27 +0000 (16:21 +0200)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons-issues3-accounting

bzr revid: stw@openerp.com-20120806142127-cjlcxkt9eodikdwe

11 years ago[IMP] Improved m2o tooltip
Fabien Meghazi [Mon, 6 Aug 2012 14:00:44 +0000 (16:00 +0200)]
[IMP] Improved m2o tooltip

bzr revid: fme@openerp.com-20120806140044-mgo3git8zi9xrqbh

11 years ago[CHG] make 'add a row' a link
Xavier Morel [Mon, 6 Aug 2012 13:55:36 +0000 (15:55 +0200)]
[CHG] make 'add a row' a link

bzr revid: xmo@openerp.com-20120806135536-4x6qacw8qp91le2g

11 years ago[FIX] Fixed openerp classname in jQuery Tipsy
Fabien Meghazi [Mon, 6 Aug 2012 13:53:12 +0000 (15:53 +0200)]
[FIX] Fixed openerp classname in jQuery Tipsy

The classname should be present before tipsy computes it's width/height !

bzr revid: fme@openerp.com-20120806135312-b3xlvbba0m0rzr1a

11 years ago[CHG] insert the 'Add a row' link before the padding rows
Xavier Morel [Mon, 6 Aug 2012 13:52:48 +0000 (15:52 +0200)]
[CHG] insert the 'Add a row' link before the padding rows

bzr revid: xmo@openerp.com-20120806135248-onwslw7ge72tolwn

11 years ago[IMP] account: Skipped set option wizard after installation of belgium COA
pso (OpenERP) [Mon, 6 Aug 2012 13:24:40 +0000 (18:54 +0530)]
[IMP] account: Skipped set option wizard after installation of belgium COA

bzr revid: pso@tinyerp.com-20120806132440-4w2fj0xyk99kno1s

11 years ago[MERGE] Merged with web/trunk.
Thibault Delavallée [Mon, 6 Aug 2012 12:44:54 +0000 (14:44 +0200)]
[MERGE] Merged with web/trunk.

bzr revid: tde@openerp.com-20120806124454-hgdw4vjzjuhfsg2n

11 years ago[MERGE] Mergede with addons/trunk.
Thibault Delavallée [Mon, 6 Aug 2012 12:44:45 +0000 (14:44 +0200)]
[MERGE] Mergede with addons/trunk.

bzr revid: tde@openerp.com-20120806124445-hym9imdiqgeot8fu

11 years ago[MERGE] Merged with server/trunk.
Thibault Delavallée [Mon, 6 Aug 2012 12:43:37 +0000 (14:43 +0200)]
[MERGE] Merged with server/trunk.

bzr revid: tde@openerp.com-20120806124337-9z4ussrxn2uhli4i

11 years ago[MERGE] Merged with main branch
pso (OpenERP) [Mon, 6 Aug 2012 12:40:51 +0000 (18:10 +0530)]
[MERGE] Merged with main branch

bzr revid: pso@tinyerp.com-20120806124051-ptqf16m0u7tj7f5u

11 years ago[MERGE] Fix of the customer portal wizard. Override of schedule_with_attach was wrong...
Thibault Delavallée [Mon, 6 Aug 2012 12:28:35 +0000 (14:28 +0200)]
[MERGE] Fix of the customer portal wizard. Override of schedule_with_attach was wrong: 1-behavior specific to purchase.order was always executed; it is now ecexuted only for purchase.order objects, and the method checks that model and res_id are set; 2-subtype field was wrong, it is now named content_subtype.

bzr revid: tde@openerp.com-20120806122835-fxzgmhogbh6do8bz

11 years ago[IMP]accounting-option-wizard
Pinakin Nayi (OpenERP) [Mon, 6 Aug 2012 12:17:22 +0000 (17:47 +0530)]
[IMP]accounting-option-wizard

bzr revid: pna@tinyerp.com-20120806121722-w2r8givb32dl0mn3

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Mon, 6 Aug 2012 11:50:18 +0000 (13:50 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120806115018-jmhfqmw5vikjb3ow

11 years ago[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons-issues3-account-pso
Stephane Wirtel [Mon, 6 Aug 2012 11:00:35 +0000 (13:00 +0200)]
[MERGE] lp:~openerp-dev/openobject-addons/trunk-addons-issues3-account-pso

bzr revid: stw@openerp.com-20120806110035-mkegg0b6x5oom1mr

11 years ago[FIX] subtype -> content_subtype.
Thibault Delavallée [Mon, 6 Aug 2012 10:51:38 +0000 (12:51 +0200)]
[FIX] subtype -> content_subtype.

bzr revid: tde@openerp.com-20120806105138-ipcsz8yscof5eg0f

11 years ago[REM] fields float integer useless warning, required can be used to color the field...
Antony Lesuisse [Mon, 6 Aug 2012 10:45:14 +0000 (12:45 +0200)]
[REM] fields float integer useless warning, required can be used to color the field in blue on form view

bzr revid: al@openerp.com-20120806104514-3cx1dm2bewhmlvbo

11 years ago[ADD] Added 'home' and 'history_back' client actions
Fabien Meghazi [Mon, 6 Aug 2012 10:33:30 +0000 (12:33 +0200)]
[ADD] Added 'home' and 'history_back' client actions
[MOV] Moved client actions from coresetup.js to chrome.js

bzr revid: fme@openerp.com-20120806103330-xt5gjcntaho4qq7k

11 years ago[FIX] Fixed breadcrumb's history_back
Fabien Meghazi [Mon, 6 Aug 2012 10:32:42 +0000 (12:32 +0200)]
[FIX] Fixed breadcrumb's history_back

bzr revid: fme@openerp.com-20120806103242-p3mhze2rgmmwchdx

11 years ago[FIX] hr_recruitment: cleanup mail alias creation
Olivier Dony [Mon, 6 Aug 2012 10:28:54 +0000 (12:28 +0200)]
[FIX] hr_recruitment: cleanup mail alias creation

bzr revid: odo@openerp.com-20120806102854-u31ig9kxxm76d53v

11 years ago[FIX] purchase_requisition: fixed mail.message inheritance, where behavior specific...
Thibault Delavallée [Mon, 6 Aug 2012 10:24:31 +0000 (12:24 +0200)]
[FIX] purchase_requisition: fixed mail.message inheritance, where behavior specific to this module was executed for every composed message.

bzr revid: tde@openerp.com-20120806102431-2vw87hw656kss0q0

11 years ago[REM] remove empty modules
Christophe Simonis [Mon, 6 Aug 2012 09:47:57 +0000 (11:47 +0200)]
[REM] remove empty modules

bzr revid: chs@openerp.com-20120806094757-0gnaf0j3xwdfut6v

11 years ago[ADD] Added breadcrumb history_back. Fix create/discard
Fabien Meghazi [Mon, 6 Aug 2012 09:16:09 +0000 (11:16 +0200)]
[ADD] Added breadcrumb history_back. Fix create/discard

bzr revid: fme@openerp.com-20120806091609-1klmk7gwreumwszg

11 years ago[IMP] merge group count into group title in grouped list, as requested by al
Xavier Morel [Mon, 6 Aug 2012 08:08:46 +0000 (10:08 +0200)]
[IMP] merge group count into group title in grouped list, as requested by al

bzr revid: xmo@openerp.com-20120806080846-w4r7t84gbpf9o47o

11 years ago[FIX] trailing comma in array literal (creates 'undefined' element in some browsers...
Xavier Morel [Mon, 6 Aug 2012 07:58:22 +0000 (09:58 +0200)]
[FIX] trailing comma in array literal (creates 'undefined' element in some browsers e.g. IE8)

bzr revid: xmo@openerp.com-20120806075822-az334r7zqf0fljpv

11 years ago[MERGE]
Stephane Wirtel [Mon, 6 Aug 2012 07:56:24 +0000 (09:56 +0200)]
[MERGE]

bzr revid: stw@openerp.com-20120806075624-ukz8lrnp1li67zft

11 years ago[FIX] placeholder styling for webkit and firefox, to better differentiate between...
Xavier Morel [Mon, 6 Aug 2012 07:36:20 +0000 (09:36 +0200)]
[FIX] placeholder styling for webkit and firefox, to better differentiate between placeholder text and actual data

also use existing sass variable for all instances of #afafb6

bzr revid: xmo@openerp.com-20120806073620-tza9gggwter1ud30

11 years ago[FIX] unbound variable usage, courtesy of xal
Xavier Morel [Mon, 6 Aug 2012 07:27:32 +0000 (09:27 +0200)]
[FIX] unbound variable usage, courtesy of xal

also use $.ui.keyCode rather than hardocded key code, and normalized attribute e.which

bzr revid: xmo@openerp.com-20120806072732-fprp6l8zv1yexk3d

11 years ago[IMP] code style improvements
Xavier Morel [Mon, 6 Aug 2012 07:12:49 +0000 (09:12 +0200)]
[IMP] code style improvements

* Remove unused variables
* Simplify dict.get call in conditionals (default is None)
* Simplify dict.update calls (use kwargs)
* Merge dict.copy() with dict.update() as dict()
* Use isinstance instead of type() equality tests
* Simplify deeply nested code: merge conditionals and remove useless
  conditional, use dict.iteritems()
* Log traceback in exception handler logging

bzr revid: xmo@openerp.com-20120806071249-heh32pi1v0qd3m2j

11 years ago[IMP] base_calendar: Improved meeting view
Saurang Suthar (OpenERP) [Mon, 6 Aug 2012 06:31:02 +0000 (12:01 +0530)]
[IMP] base_calendar: Improved meeting view

bzr revid: pso@tinyerp.com-20120806063102-vt359ei5ez33djmc

11 years ago[MERGE] merge with main addons
Purnendu Singh (OpenERP) [Mon, 6 Aug 2012 06:11:13 +0000 (11:41 +0530)]
[MERGE] merge with main addons

bzr revid: psi@tinyerp.com-20120806061113-1ck1nrda2sdq06im

11 years ago[MERGE] Merge with main branch
pso (OpenERP) [Mon, 6 Aug 2012 05:55:19 +0000 (11:25 +0530)]
[MERGE] Merge with main branch

bzr revid: pso@tinyerp.com-20120806055519-5mtg1amkn6qeeqq3

11 years ago[IMP] crm: Added default true in schedule call object
Bharat Devnani (Open ERP) [Mon, 6 Aug 2012 05:52:13 +0000 (11:22 +0530)]
[IMP] crm: Added default true in schedule call object

bzr revid: pso@tinyerp.com-20120806055213-s2aa2mvntbzdazc8

11 years ago[IMP] project: Improved task view
Pinakin Nayi(OpenERP) [Mon, 6 Aug 2012 05:36:15 +0000 (11:06 +0530)]
[IMP] project: Improved task view

bzr revid: pso@tinyerp.com-20120806053615-0nv0ent4qr8wdakw

11 years ago[IMP]account : remove conflicts
Ajay Chauhan (OpenERP) [Mon, 6 Aug 2012 05:34:47 +0000 (11:04 +0530)]
[IMP]account : remove conflicts

bzr revid: cha@tinyerp.com-20120806053447-shfvzo9i26xmalx1

11 years ago[Merge] Merge with main addons.
Ajay Chauhan (OpenERP) [Mon, 6 Aug 2012 05:23:53 +0000 (10:53 +0530)]
[Merge] Merge with main addons.

bzr revid: cha@tinyerp.com-20120806052353-8tp9p3bbood6b8pj

11 years ago[Merge] Merge with main server.
Ajay Chauhan (OpenERP) [Mon, 6 Aug 2012 05:17:25 +0000 (10:47 +0530)]
[Merge] Merge with main server.

bzr revid: cha@tinyerp.com-20120806051725-i2g57astkro2udfn

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 6 Aug 2012 04:58:08 +0000 (04:58 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120806045808-5pwl6ts1eaei954g

11 years ago[IMP] mail alias review - work in progress
Olivier Dony [Mon, 6 Aug 2012 01:27:17 +0000 (03:27 +0200)]
[IMP] mail alias review - work in progress

bzr revid: odo@openerp.com-20120806012717-k5rtz4i78o4m198b

11 years ago[MERGE] Sync with trunk
Olivier Dony [Mon, 6 Aug 2012 00:46:32 +0000 (02:46 +0200)]
[MERGE] Sync with trunk

bzr revid: odo@openerp.com-20120806004632-kyh0yggwg12njp30

11 years ago[IMP] mail alias review - work in progress
Olivier Dony [Mon, 6 Aug 2012 00:44:17 +0000 (02:44 +0200)]
[IMP] mail alias review - work in progress

bzr revid: odo@openerp.com-20120806004417-9uviymtavkxlh92m

11 years ago[IMP] improved modules message at installation --> to be reviewed later
Fabien Pinckaers [Sun, 5 Aug 2012 20:13:22 +0000 (22:13 +0200)]
[IMP] improved modules message at installation --> to be reviewed later

bzr revid: fp@openerp.com-20120805201322-y8ghspcb69wmb3ut