odoo/odoo.git
11 years ago[IMP] removed a lot of OldWidget usage
niv-openerp [Tue, 14 Aug 2012 13:42:46 +0000 (15:42 +0200)]
[IMP] removed a lot of OldWidget usage

bzr revid: nicolas.vanhoren@openerp.com-20120814134246-y2awqbt2i1hcan61

11 years ago[IMP] Removed OldWidget in data.js
niv-openerp [Tue, 14 Aug 2012 13:31:07 +0000 (15:31 +0200)]
[IMP] Removed OldWidget in data.js

bzr revid: nicolas.vanhoren@openerp.com-20120814133107-prmdonwh6f7gu276

11 years ago[IMP] added html field, removed text_html widget
niv-openerp [Tue, 14 Aug 2012 13:10:30 +0000 (15:10 +0200)]
[IMP] added html field, removed text_html widget

bzr revid: nicolas.vanhoren@openerp.com-20120814131030-yrs7wlc53zn8omor

11 years ago[IMP] replaced text_html widget by html field
niv-openerp [Tue, 14 Aug 2012 13:10:03 +0000 (15:10 +0200)]
[IMP] replaced text_html widget by html field

bzr revid: nicolas.vanhoren@openerp.com-20120814131003-5iquqrl8g85v2otc

11 years ago[IMP] removing structure in partner tags
Fabien Pinckaers [Tue, 14 Aug 2012 12:56:11 +0000 (14:56 +0200)]
[IMP] removing structure in partner tags

bzr revid: fp@openerp.com-20120814125611-16zayxxzha9213re

11 years ago[MERGE] Next batch of improvements/fixes for mail.alias
Olivier Dony [Tue, 14 Aug 2012 12:30:50 +0000 (14:30 +0200)]
[MERGE] Next batch of improvements/fixes for mail.alias

bzr revid: odo@openerp.com-20120814123050-xw3ltthoc9nld76r

11 years ago[MERGE] merged view changes: the `type` is now a functional field derived from the...
Vo Minh Thu [Tue, 14 Aug 2012 12:11:17 +0000 (14:11 +0200)]
[MERGE] merged view changes: the `type` is now a functional field derived from the arch.

bzr revid: vmt@openerp.com-20120814121117-dent4ctz89kdcabi

11 years ago[MERGE] merged view changes: the `type` is now a functional field derived from the...
Vo Minh Thu [Tue, 14 Aug 2012 12:11:10 +0000 (14:11 +0200)]
[MERGE] merged view changes: the `type` is now a functional field derived from the arch.

bzr revid: vmt@openerp.com-20120814121110-0wx4w6etkzspzpbh

11 years ago[FIX] mail.alias: fix constraint creation warnings + properly hide alias on creation...
Olivier Dony [Tue, 14 Aug 2012 10:51:14 +0000 (12:51 +0200)]
[FIX] mail.alias: fix constraint creation warnings + properly hide alias on creation form for inhering classes

bzr revid: odo@openerp.com-20120814105114-ei0qbgy71fyc8jtb

11 years ago[FIX] project.issue: duplicate method, probably bad merge
Olivier Dony [Tue, 14 Aug 2012 10:24:25 +0000 (12:24 +0200)]
[FIX] project.issue: duplicate method, probably bad merge

bzr revid: odo@openerp.com-20120814102425-50sbp71muozamm61

11 years ago[FIX] mail.group: fix broken form view - still needs work!
Olivier Dony [Tue, 14 Aug 2012 10:05:21 +0000 (12:05 +0200)]
[FIX] mail.group: fix broken form view - still needs work!

bzr revid: odo@openerp.com-20120814100521-0dac576zzdfhi1mg

11 years ago[IMP] mail.alias: use hyphen instead of underscore for replacing invalid chars, looks...
Olivier Dony [Tue, 14 Aug 2012 10:03:54 +0000 (12:03 +0200)]
[IMP] mail.alias: use hyphen instead of underscore for replacing invalid chars, looks better for mail aliases

bzr revid: odo@openerp.com-20120814100354-2sn0505046wv27ot

11 years ago[MERGE] Sync with trunk
Olivier Dony [Tue, 14 Aug 2012 10:02:17 +0000 (12:02 +0200)]
[MERGE] Sync with trunk

bzr revid: odo@openerp.com-20120814100217-33qe1dyc3w6vfs0g

11 years ago[IMP] ir_ui_view: somewhat better `type` functional field implementation.
Vo Minh Thu [Tue, 14 Aug 2012 10:00:49 +0000 (12:00 +0200)]
[IMP] ir_ui_view: somewhat better `type` functional field implementation.

bzr revid: vmt@openerp.com-20120814100049-dngykdg5l21q9vvp

11 years ago[IMP] core: removed a filter on null IDs as it hides a possible problem (the very...
Vo Minh Thu [Tue, 14 Aug 2012 10:00:07 +0000 (12:00 +0200)]
[IMP] core: removed a filter on null IDs as it hides a possible problem (the very fact they are null).

bzr revid: vmt@openerp.com-20120814100007-cppdpazde5oe0khl

11 years ago[MERGE] This 'A Brand New Not-Chatter Branch for Bender' branch fixes some of the...
Thibault Delavallée [Tue, 14 Aug 2012 08:45:10 +0000 (10:45 +0200)]
[MERGE] This 'A Brand New Not-Chatter Branch for Bender' branch fixes some of the warnings / issues :
- mail_thread warnings about hasattr(user_id) -> now checks if user_id in columns
- this has trigerred a bug about needaction_user_ids -> called in mail_thread only if defined, all mail_thread objects are not inheriting from need action
- base_calendar: xml files holding values for fields that does not exist
- crm: fixed some warning due to categ_id that became categ_ids; it could have been interesting to check the categ_id(s) behavior before merging
- crm lead demo data: message subtype is now content_subtype since one of the Chatter merge
- misc addons: product.product does not have any 'product_image' field anymore, but an 'image' field

bzr revid: tde@openerp.com-20120814084510-ay2ul0ceru12nkyh

11 years ago[MERGE] Sync with trunk
Olivier Dony [Tue, 14 Aug 2012 08:20:29 +0000 (10:20 +0200)]
[MERGE] Sync with trunk

bzr revid: odo@openerp.com-20120814082029-i1b7d4l5cqgs434g

11 years ago[IMP] Misc addons: product_image -> image.
Thibault Delavallée [Tue, 14 Aug 2012 08:16:16 +0000 (10:16 +0200)]
[IMP] Misc addons: product_image -> image.

bzr revid: tde@openerp.com-20120814081616-zb5xe06cy8r3n5ie

11 years ago[IMP] mail.alias: start writing tests, fix detected errors
Olivier Dony [Tue, 14 Aug 2012 08:04:21 +0000 (10:04 +0200)]
[IMP] mail.alias: start writing tests, fix detected errors

bzr revid: odo@openerp.com-20120814080421-nn6h3z4v54dl949c

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Tue, 14 Aug 2012 07:52:58 +0000 (09:52 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120814075258-52pwvh03fl5fjkqg

11 years ago[FIX] mail_thread: added forgotten brackets in hasattr.
Thibault Delavallée [Tue, 14 Aug 2012 07:52:34 +0000 (09:52 +0200)]
[FIX] mail_thread: added forgotten brackets in hasattr.

bzr revid: tde@openerp.com-20120814075234-t9v53dtfefg70zmt

11 years agomerge trunk
niv-openerp [Tue, 14 Aug 2012 07:17:49 +0000 (09:17 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20120814071749-1ol2c4ruip6bqsu6

11 years agomerge trunk
niv-openerp [Tue, 14 Aug 2012 07:16:32 +0000 (09:16 +0200)]
merge trunk

bzr revid: nicolas.vanhoren@openerp.com-20120814071632-jifvgwkj6lawrqo7

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 14 Aug 2012 04:46:18 +0000 (04:46 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120814044618-2edn0a32irj2dpr6

11 years ago[IMP] move session_context above wsgi app
Antony Lesuisse [Mon, 13 Aug 2012 23:24:05 +0000 (01:24 +0200)]
[IMP] move session_context above wsgi app

bzr revid: al@openerp.com-20120813232405-qna3d48h6j8tfks1

11 years ago[IMP] rename session cookie into httpsession_cookie
Antony Lesuisse [Mon, 13 Aug 2012 23:11:23 +0000 (01:11 +0200)]
[IMP] rename session cookie into httpsession_cookie

bzr revid: al@openerp.com-20120813231123-wodv8vkof9dvi1gh

11 years ago[FIX] crm_opp_to_phonecall: I was quite too fast for last rev, phonecall has categ_id...
Thibault Delavallée [Mon, 13 Aug 2012 19:52:10 +0000 (21:52 +0200)]
[FIX] crm_opp_to_phonecall: I was quite too fast for last rev, phonecall has categ_id, not categ_ids.

bzr revid: tde@openerp.com-20120813195210-lj58w2hc1r0yxj1u

11 years ago[FIX] mail_thread: protection for needaction_user_ids: check if has the method.
Thibault Delavallée [Mon, 13 Aug 2012 19:50:23 +0000 (21:50 +0200)]
[FIX] mail_thread: protection for needaction_user_ids: check if has the method.

bzr revid: tde@openerp.com-20120813195023-jv4pi1ct6tj30n4r

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Mon, 13 Aug 2012 19:30:29 +0000 (21:30 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120813193029-jsilsux051e53van

11 years ago[IMP] split login_and_redirect() into login_and_redirect() and set_cookie_and_redirect()
Christophe Simonis [Mon, 13 Aug 2012 17:13:01 +0000 (19:13 +0200)]
[IMP] split login_and_redirect() into login_and_redirect() and set_cookie_and_redirect()

bzr revid: chs@openerp.com-20120813171301-w1ynjqhosrt68ppa

11 years ago[IMP] update backbone
Antony Lesuisse [Mon, 13 Aug 2012 17:07:39 +0000 (19:07 +0200)]
[IMP] update backbone

bzr revid: al@openerp.com-20120813170739-kxm4s289mbm2tty4

11 years ago[FIX] /login route
Christophe Simonis [Tue, 14 Aug 2012 12:03:35 +0000 (14:03 +0200)]
[FIX] /login route

bzr revid: chs@openerp.com-20120814120335-6lc0u21r0mhd9bl2

11 years ago[MERGE] mail groups improvements
Fabien Pinckaers [Tue, 14 Aug 2012 11:29:42 +0000 (13:29 +0200)]
[MERGE] mail groups improvements
    better form view
    security on groups: public, private, selected groups (for employees)
    menu automatically created/filtered
    action to open a specific group inline
    small fix in composition: new msg not linked to current user

bzr revid: fp@openerp.com-20120814112942-8wo9owa14hk5xqbj

11 years ago[IMP] mail groups improvements: security
Fabien Pinckaers [Tue, 14 Aug 2012 11:22:04 +0000 (13:22 +0200)]
[IMP] mail groups improvements: security

bzr revid: fp@openerp.com-20120814112204-hwamufqqz4qj9ptb

11 years ago[MERGE] 'My Second Not-Chatter Merge of the Day': add a deprecated attribute on fields.
Thibault Delavallée [Tue, 14 Aug 2012 11:11:43 +0000 (13:11 +0200)]
[MERGE] 'My Second Not-Chatter Merge of the Day': add a deprecated attribute on fields.

This revision adds a string 'deprecated' attribute on fields. If not False, the ORM makes a warning when attempting to read the read, or write on it.
Use: 'my_field': fields.char('Old field', size=64, deprecated="This field will be removed with version 42 of OpenERP. Please yse 'my_new_field' instead.")

bzr revid: tde@openerp.com-20120814111143-9qha588hah5380fx

11 years ago[MERGE] 'My Second Not-Chatter Merge of the Day': add a deprecated attribute on fields.
Thibault Delavallée [Tue, 14 Aug 2012 11:11:11 +0000 (13:11 +0200)]
[MERGE] 'My Second Not-Chatter Merge of the Day': add a deprecated attribute on fields.

This revision adds a string 'deprecated' attribute on fields. This addons-side merge is a small addition to be used as an example. The 'member_ids' field of mail.group is set as deprecated, as it will disappear when merging openchater-3-5-followers task, putting a real follower_ids fields on mail.thread objects.

bzr revid: tde@openerp.com-20120814111111-xq9ddv5w3favht93

11 years ago[IMP] mail.gorup: added deprecated attribute on field that will trigger a warning.
Thibault Delavallée [Tue, 14 Aug 2012 10:42:33 +0000 (12:42 +0200)]
[IMP] mail.gorup: added deprecated attribute on field that will trigger a warning.

bzr revid: tde@openerp.com-20120814104233-91qvv2bqc0d3mtc1

11 years ago[IMP] small css improvement
Fabien Pinckaers [Tue, 14 Aug 2012 10:39:11 +0000 (12:39 +0200)]
[IMP] small css improvement

bzr revid: fp@openerp.com-20120814103911-8l63u3bahy9w4xsj

11 years ago[FIX] hide/show topbar and leftbar on login page and db manager
Christophe Simonis [Tue, 14 Aug 2012 10:38:15 +0000 (12:38 +0200)]
[FIX] hide/show topbar and leftbar on login page and db manager

bzr revid: chs@openerp.com-20120814103815-ajdku32ngf5eidrf

11 years ago[IMP] execute original action after login. also pass the current state to login ...
Christophe Simonis [Tue, 14 Aug 2012 09:46:54 +0000 (11:46 +0200)]
[IMP] execute original action after login. also pass the current state to login (so the Widget can handle it)

bzr revid: chs@openerp.com-20120814094654-fmimm145mrgvznb0

11 years ago[FIX] orm deprecated: added a list cast because we may receive tuples (as seen on...
Thibault Delavallée [Tue, 14 Aug 2012 09:41:42 +0000 (11:41 +0200)]
[FIX] orm deprecated: added a list cast because we may receive tuples (as seen on runbot).

bzr revid: tde@openerp.com-20120814094142-b79hn5xgduhc7w15

11 years ago[IMP] mail.group: set member_ids as deprecated.
Thibault Delavallée [Tue, 14 Aug 2012 09:08:57 +0000 (11:08 +0200)]
[IMP] mail.group: set member_ids as deprecated.

bzr revid: tde@openerp.com-20120814090857-2q6a1e9ovrijetea

11 years ago[IMP] mail group in menu
Fabien Pinckaers [Tue, 14 Aug 2012 09:07:19 +0000 (11:07 +0200)]
[IMP] mail group in menu

bzr revid: fp@openerp.com-20120814090719-7dals8fzupv9cx4j

11 years ago[MERGE] Merged with addons/trunk.
Thibault Delavallée [Tue, 14 Aug 2012 09:03:41 +0000 (11:03 +0200)]
[MERGE] Merged with addons/trunk.

bzr revid: tde@openerp.com-20120814090341-2qvwriaa09mwn186

11 years ago[MERGE] Merged with server/trunk.
Thibault Delavallée [Tue, 14 Aug 2012 09:03:28 +0000 (11:03 +0200)]
[MERGE] Merged with server/trunk.

bzr revid: tde@openerp.com-20120810073318-gcgnj16e02qvg0y3
bzr revid: tde@openerp.com-20120814090328-seyvug8zdagbdm0o

11 years ago[ADD] mail: mail groups
Fabien Pinckaers [Tue, 14 Aug 2012 06:51:36 +0000 (08:51 +0200)]
[ADD] mail: mail groups

extract groups and add new features to them?

bzr revid: fp@tinyerp.com-20120814065136-nlwh14rwbgj57tqx

11 years ago[MERGE] merged trunk.
Vo Minh Thu [Mon, 13 Aug 2012 16:06:57 +0000 (18:06 +0200)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20120813160657-ilujdek8ys4fzhp9

11 years agoChanged necessary fields
niv-openerp [Mon, 13 Aug 2012 16:06:54 +0000 (18:06 +0200)]
Changed necessary fields

bzr revid: nicolas.vanhoren@openerp.com-20120813160654-kdebwwds8eysxtar

11 years ago[MERGE] simplify portal's jobs section
Antonin Bourguignon [Mon, 13 Aug 2012 15:46:37 +0000 (17:46 +0200)]
[MERGE] simplify portal's jobs section

bzr revid: abo@openerp.com-20120813154637-2tdmpl5pgmx7a0sp

11 years agoAdded protection
niv-openerp [Mon, 13 Aug 2012 15:45:55 +0000 (17:45 +0200)]
Added protection

bzr revid: nicolas.vanhoren@openerp.com-20120813154555-rw4kh1jxdbmg8xab

11 years agoImplemented read only mode
niv-openerp [Mon, 13 Aug 2012 15:40:11 +0000 (17:40 +0200)]
Implemented read only mode

bzr revid: nicolas.vanhoren@openerp.com-20120813154011-hgq3vxxdps5s9w91

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Mon, 13 Aug 2012 15:26:04 +0000 (17:26 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120813152604-c55hayq9h29ovzdc

11 years agoRemoved useless dependency between fieldtexthtml and fieldtext
niv-openerp [Mon, 13 Aug 2012 15:22:27 +0000 (17:22 +0200)]
Removed useless dependency between fieldtexthtml and fieldtext

bzr revid: nicolas.vanhoren@openerp.com-20120813152227-29l173q31tcwc9tq

11 years ago[IMP] use registry contextmanager
Antony Lesuisse [Mon, 13 Aug 2012 15:20:45 +0000 (17:20 +0200)]
[IMP] use registry contextmanager

bzr revid: al@openerp.com-20120813152045-woeg16q10xkhiqgk

11 years ago[IMP] add cursor() contextmanager on registry
Christophe Simonis [Mon, 13 Aug 2012 15:05:01 +0000 (17:05 +0200)]
[IMP] add cursor() contextmanager on registry

bzr revid: chs@openerp.com-20120813150501-txkrphi7hyp2tgl1

11 years ago[MERGE] latest trunk
Antonin Bourguignon [Mon, 13 Aug 2012 14:57:54 +0000 (16:57 +0200)]
[MERGE] latest trunk

bzr revid: abo@openerp.com-20120813145754-wjihljr9iyc2ll08

11 years ago[MERGE]
Stephane Wirtel [Mon, 13 Aug 2012 14:57:08 +0000 (16:57 +0200)]
[MERGE]

bzr revid: stw@openerp.com-20120813145708-botpw2f1shkhv3on

11 years agoSome tuning in text html
niv-openerp [Mon, 13 Aug 2012 14:51:11 +0000 (16:51 +0200)]
Some tuning in text html

bzr revid: nicolas.vanhoren@openerp.com-20120813145111-s8uw1x4fc26xe6xl

11 years ago[IMP] useability, hide fields on partners when not used
Fabien Pinckaers [Mon, 13 Aug 2012 14:37:31 +0000 (16:37 +0200)]
[IMP] useability, hide fields on partners when not used

bzr revid: fp@tinyerp.com-20120813143731-8omk52y879rgbjc1

11 years ago[MERGE] merged trunk.
Vo Minh Thu [Mon, 13 Aug 2012 14:24:43 +0000 (16:24 +0200)]
[MERGE] merged trunk.

bzr revid: vmt@openerp.com-20120813142443-73d6zm10bqhm17mp

11 years ago[IMP] uncommit hyearchical categories
Fabien Pinckaers [Mon, 13 Aug 2012 14:11:01 +0000 (16:11 +0200)]
[IMP] uncommit hyearchical categories

bzr revid: fp@tinyerp.com-20120813141101-sd95pzkc1qsy9lox

11 years ago[IMP] this is version 7
Christophe Simonis [Mon, 13 Aug 2012 14:04:02 +0000 (16:04 +0200)]
[IMP] this is version 7

bzr revid: chs@openerp.com-20120813140402-x67r7rk7tr6718jb

11 years ago[FIX] do not autocorrect location header in redirects
Christophe Simonis [Mon, 13 Aug 2012 13:59:27 +0000 (15:59 +0200)]
[FIX] do not autocorrect location header in redirects

bzr revid: chs@openerp.com-20120813135927-k32eih6tg6y28ivl

11 years ago[FIX] Fix bug in binary/image controller
Fabien Meghazi [Mon, 13 Aug 2012 13:56:53 +0000 (15:56 +0200)]
[FIX] Fix bug in binary/image controller

bzr revid: fme@openerp.com-20120813135653-zvk21ch7dc9rs66w

11 years ago[IMP] portal's jobs are now a mail group (no more relation with hr_recruitment)
Antonin Bourguignon [Mon, 13 Aug 2012 13:38:27 +0000 (15:38 +0200)]
[IMP] portal's jobs are now a mail group (no more relation with hr_recruitment)

bzr revid: abo@openerp.com-20120813133827-ta4zh1s2gbl4a4ib

11 years ago[MERGE] procurement: Fix a part of the code
Stephane Wirtel [Mon, 13 Aug 2012 13:35:28 +0000 (15:35 +0200)]
[MERGE] procurement: Fix a part of the code

bzr revid: stw@openerp.com-20120813133528-1n8sykpenpjkgi74

11 years ago[IMP] crm: fixed some categ_id remaining.
Thibault Delavallée [Mon, 13 Aug 2012 13:12:07 +0000 (15:12 +0200)]
[IMP] crm: fixed some categ_id remaining.

bzr revid: tde@openerp.com-20120813131207-lu1c271q5dh27vlr

11 years ago[FIX] do not mess up the headers in the DisableCacheMiddleware
Christophe Simonis [Mon, 13 Aug 2012 13:09:55 +0000 (15:09 +0200)]
[FIX] do not mess up the headers in the DisableCacheMiddleware

bzr revid: chs@openerp.com-20120813130955-1fwkyahlceotln5o

11 years ago[FIX] crm_lead: categ_id -> now categ_ids.
Thibault Delavallée [Mon, 13 Aug 2012 12:58:22 +0000 (14:58 +0200)]
[FIX] crm_lead: categ_id -> now categ_ids.

bzr revid: tde@openerp.com-20120813125822-1knqrg2adg90xxpy

11 years ago[IMP] CRM demo data: subtype -> content_subtype. Please check your logs before mergin...
Thibault Delavallée [Mon, 13 Aug 2012 12:58:03 +0000 (14:58 +0200)]
[IMP] CRM demo data: subtype -> content_subtype. Please check your logs before merging ...

bzr revid: tde@openerp.com-20120813125803-sodjl70yrnk3i2v0

11 years ago[IMP] base_calendar: removed email_from from demo data, because this field does not...
Thibault Delavallée [Mon, 13 Aug 2012 12:47:04 +0000 (14:47 +0200)]
[IMP] base_calendar: removed email_from from demo data, because this field does not exist; updated used categories, because some were not defined.

bzr revid: tde@openerp.com-20120813124704-qa70aa3aevh4s0qv

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

bzr revid: tde@openerp.com-20120813123145-ruli48hzsfiu6g1y

11 years ago[IMP] base_calendar: removed annoying spaces in debug for tests.
Thibault Delavallée [Mon, 13 Aug 2012 12:31:11 +0000 (14:31 +0200)]
[IMP] base_calendar: removed annoying spaces in debug for tests.

bzr revid: tde@openerp.com-20120813123111-i224x123n2a1r8fx

11 years ago[FIX] mail_thread: fixed some forgotten \).
Thibault Delavallée [Mon, 13 Aug 2012 12:30:51 +0000 (14:30 +0200)]
[FIX] mail_thread: fixed some forgotten \).

bzr revid: tde@openerp.com-20120813123051-5lxzx5011j2skrk8

11 years ago[IMP] removing structure
Fabien Pinckaers [Mon, 13 Aug 2012 11:51:54 +0000 (13:51 +0200)]
[IMP] removing structure

bzr revid: fp@tinyerp.com-20120813115154-1ppf7mmaolbywku1

11 years agoNow uses the html field type for cl editor
niv-openerp [Mon, 13 Aug 2012 11:46:38 +0000 (13:46 +0200)]
Now uses the html field type for cl editor

bzr revid: nicolas.vanhoren@openerp.com-20120813114638-pla647nupeha1tim

11 years ago[IMP] Adapt openerp.web.Dialog's position and maxHeight to the new jquery bootstrap...
Fabien Meghazi [Mon, 13 Aug 2012 10:32:56 +0000 (12:32 +0200)]
[IMP] Adapt openerp.web.Dialog's position and maxHeight to the new jquery bootstrap theme.

bzr revid: fme@openerp.com-20120813103256-zhw7od30g9j406uv

11 years ago[IMP] mail_thread: continuing to translate hasattr to something else.
Thibault Delavallée [Mon, 13 Aug 2012 10:30:38 +0000 (12:30 +0200)]
[IMP] mail_thread: continuing to translate hasattr to something else.

bzr revid: tde@openerp.com-20120813103038-4o1xwtsmjnvjj0b4

11 years ago[MERGE] demo data
Fabien Pinckaers [Mon, 13 Aug 2012 10:30:24 +0000 (12:30 +0200)]
[MERGE] demo data

bzr revid: fp@tinyerp.com-20120813103024-9yn1jrk80hk59bkz

11 years ago[MERGE] demo data
Fabien Pinckaers [Mon, 13 Aug 2012 10:29:50 +0000 (12:29 +0200)]
[MERGE] demo data

bzr revid: fp@tinyerp.com-20120813102950-b1wl11rfcmofna6a

11 years ago[IMP] mail_thread: replaced hasattr by check in columns.
Thibault Delavallée [Mon, 13 Aug 2012 09:06:41 +0000 (11:06 +0200)]
[IMP] mail_thread: replaced hasattr by check in columns.

bzr revid: tde@openerp.com-20120813090641-n8o08be2ecfxxtdz

11 years ago[REM]: hr: Removed duplicate employee and department from demo
Rucha (Open ERP) [Mon, 13 Aug 2012 07:27:38 +0000 (12:57 +0530)]
[REM]: hr: Removed duplicate employee and department from demo

bzr revid: rpa@tinyerp.com-20120813072738-temucs10vhcubepv

11 years ago[IMP]: point_of_sale: Improved remaining product name translation
Rucha (Open ERP) [Mon, 13 Aug 2012 07:17:20 +0000 (12:47 +0530)]
[IMP]: point_of_sale: Improved remaining product name translation

bzr revid: rpa@tinyerp.com-20120813071720-kcsjouksbz4v0act

11 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 13 Aug 2012 05:25:37 +0000 (05:25 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20120813052537-ans6r1oi6i0xrzyy

11 years ago[MERGE]: Merge with latest trunk-addons
Rucha (Open ERP) [Mon, 13 Aug 2012 05:14:11 +0000 (10:44 +0530)]
[MERGE]: Merge with latest trunk-addons

bzr revid: rpa@tinyerp.com-20120813051411-5no0xcudwbkw07c5

11 years ago[MERGE]: Merge with latest trunk-server
Rucha (Open ERP) [Mon, 13 Aug 2012 05:11:38 +0000 (10:41 +0530)]
[MERGE]: Merge with latest trunk-server

bzr revid: rpa@tinyerp.com-20120813051138-ik70jclmgu1pexxn

11 years ago[IMP] load all modules at boot in single db mode
Antony Lesuisse [Sun, 12 Aug 2012 22:29:01 +0000 (00:29 +0200)]
[IMP] load all modules at boot in single db mode

bzr revid: al@openerp.com-20120812222901-tjz9443oylidd7sy

11 years ago[FIX] standalone client
Antony Lesuisse [Sun, 12 Aug 2012 21:55:17 +0000 (23:55 +0200)]
[FIX] standalone client

bzr revid: al@openerp.com-20120812215517-qxqnd1fvc9hcxezh

11 years ago[IMP] web controller helpers
Antony Lesuisse [Sun, 12 Aug 2012 21:48:27 +0000 (23:48 +0200)]
[IMP] web controller helpers
- move helpers on top
- move some code from controllers to helpers
- deprecate module dependecy processing in standalone client

bzr revid: al@openerp.com-20120812214827-m1wrv7y1jvnro9ew

11 years ago[FIX] authenticate optional env
Antony Lesuisse [Sun, 12 Aug 2012 15:15:32 +0000 (17:15 +0200)]
[FIX] authenticate optional env

bzr revid: al@openerp.com-20120812151532-gqt8dcqo6f5t2szb

11 years ago[MERGE] document_page aka wiki
Antony Lesuisse [Sun, 12 Aug 2012 14:47:30 +0000 (16:47 +0200)]
[MERGE] document_page aka wiki
it still uses the wiki syntax, switch to full html will occur after the
autosizing of cleditor

bzr revid: al@openerp.com-20120812144730-nxgxz8c77afczfr9

11 years agofix config wizard
Antony Lesuisse [Sun, 12 Aug 2012 13:53:19 +0000 (15:53 +0200)]
fix config wizard

bzr revid: al@openerp.com-20120812135319-bcwu9blrd71wepig

11 years ago[FIX] database manager languages
Antony Lesuisse [Sun, 12 Aug 2012 13:48:57 +0000 (15:48 +0200)]
[FIX] database manager languages

bzr revid: al@openerp.com-20120812134857-yfdwxbszmm8o6q7q

11 years agofix config wizard
Antony Lesuisse [Sun, 12 Aug 2012 13:05:27 +0000 (15:05 +0200)]
fix config wizard

bzr revid: al@openerp.com-20120812130527-6ffgm7vxjbm2vlft

11 years agofix config wizard
Antony Lesuisse [Sat, 11 Aug 2012 23:43:27 +0000 (01:43 +0200)]
fix config wizard

bzr revid: al@openerp.com-20120811234327-5dy2khgh7ldiqvnr

11 years ago[MERGE] database manager look
Antony Lesuisse [Sat, 11 Aug 2012 21:48:09 +0000 (23:48 +0200)]
[MERGE] database manager look

bzr revid: al@openerp.com-20120811214809-uhj4hatw5bmi5710

11 years ago[MERGE] preference change password fixe
Antony Lesuisse [Sat, 11 Aug 2012 19:53:54 +0000 (21:53 +0200)]
[MERGE] preference change password fixe

bzr revid: al@openerp.com-20120811195354-sayk1u53wy42vqc1

11 years agofixes test
Antony Lesuisse [Sat, 11 Aug 2012 18:56:10 +0000 (20:56 +0200)]
fixes test

bzr revid: al@openerp.com-20120811185610-o95wfdvtwfg4f4g6

11 years agofixes css, demo, js
Antony Lesuisse [Sat, 11 Aug 2012 18:34:44 +0000 (20:34 +0200)]
fixes css, demo, js

bzr revid: al@openerp.com-20120811183444-0wwagnum2tm964i6

11 years ago[IMP] act_window allow target inlineview
Antony Lesuisse [Sat, 11 Aug 2012 18:22:50 +0000 (20:22 +0200)]
[IMP] act_window allow target inlineview

bzr revid: al@openerp.com-20120811182250-c37jbjbh944zzy5m