odoo/odoo.git
10 years ago[IMP] /web/login redirects if already logged in
Fabien Meghazi [Wed, 12 Mar 2014 10:32:39 +0000 (11:32 +0100)]
[IMP] /web/login redirects if already logged in

bzr revid: fme@openerp.com-20140312103239-deyoc7t00g8kusd1

10 years ago[FIX] ensure_db() werkzeug.BaseResponse.url usage leads to encoded hashes loss
Fabien Meghazi [Tue, 11 Mar 2014 20:52:20 +0000 (21:52 +0100)]
[FIX] ensure_db() werkzeug.BaseResponse.url usage leads to encoded hashes loss

bzr revid: fme@openerp.com-20140311205220-kk0pal10lodurcst

10 years ago[FIX] remove test commits
Kersten Jeremy [Tue, 11 Mar 2014 17:35:19 +0000 (18:35 +0100)]
[FIX] remove test commits

bzr revid: jke@openerp.com-20140311173519-kdk52vqcrl25r6g6

10 years ago[FIX] Render mini calendar with correct date.cultureInfo according to user language
Kersten Jeremy [Tue, 11 Mar 2014 17:08:45 +0000 (18:08 +0100)]
[FIX] Render mini calendar with correct date.cultureInfo according to user language

bzr revid: jke@openerp.com-20140311170845-sfm7txcllsmkk9wj

10 years ago[REVERT] revert previous commit: this specific case was legit
Christophe Simonis [Tue, 11 Mar 2014 16:38:33 +0000 (17:38 +0100)]
[REVERT] revert previous commit: this specific case was legit

bzr revid: chs@openerp.com-20140311163833-evzfw1z6fl8m63in

10 years ago[FIX] Very expensive copy paste type
Kersten Jeremy [Tue, 11 Mar 2014 16:08:34 +0000 (17:08 +0100)]
[FIX] Very expensive copy paste type

bzr revid: jke@openerp.com-20140311160834-vm0ixawo7alh3w5p

10 years ago[FIX] website_sale: set height for empty cell in grid
chm@openerp.com [Tue, 11 Mar 2014 16:04:19 +0000 (17:04 +0100)]
[FIX] website_sale: set height for empty cell in grid

bzr revid: chm@openerp.com-20140311160419-a9d4dylm0spt4rf3

10 years ago[FIX] portal: another very expensive copy/paste typo
Olivier Dony [Tue, 11 Mar 2014 15:57:50 +0000 (16:57 +0100)]
[FIX] portal: another very expensive copy/paste typo

bzr revid: odo@openerp.com-20140311155750-mg9fb5f3so99lzeg

10 years ago[FIX] website_mail: very expensive copy/paste typo
Olivier Dony [Tue, 11 Mar 2014 15:53:09 +0000 (16:53 +0100)]
[FIX] website_mail: very expensive copy/paste typo

bzr revid: odo@openerp.com-20140311155309-bs0frntkkhym8e2o

10 years ago[FIX] Calendar, use date culture info for shortDateTime and axis in week view
Kersten Jeremy [Tue, 11 Mar 2014 15:29:38 +0000 (16:29 +0100)]
[FIX] Calendar, use date culture info for shortDateTime and axis in week view

bzr revid: jke@openerp.com-20140311152938-qdmf9xre758ri222

10 years ago[FIX] website editor: check if link and fa is editable and display change button
chm@openerp.com [Tue, 11 Mar 2014 13:08:52 +0000 (14:08 +0100)]
[FIX] website editor: check if link and fa is editable and display change button

bzr revid: chm@openerp.com-20140311130852-3ft0v1mc9ht1any6

10 years ago[TEST] Log for debug
Kersten Jeremy [Tue, 11 Mar 2014 12:27:29 +0000 (13:27 +0100)]
[TEST] Log for debug

bzr revid: jke@openerp.com-20140311122729-ullchqwem8725iw2

10 years ago[TEST] Log for debug
Kersten Jeremy [Tue, 11 Mar 2014 10:59:10 +0000 (11:59 +0100)]
[TEST] Log for debug

bzr revid: jke@openerp.com-20140311105910-v1k3l0r8ga1lubp6

10 years ago[FIX] website_crm: textarea don't keep value when they are an error because the view...
chm@openerp.com [Tue, 11 Mar 2014 10:35:37 +0000 (11:35 +0100)]
[FIX] website_crm: textarea don't keep value when they are an error because the view use t-attf insead of value inside textarea tags

bzr revid: chm@openerp.com-20140311103537-mp6x2v015tyuimux

10 years ago[FIX] http: ensure to clean the request cursor before calling the route function.
Christophe Simonis [Tue, 11 Mar 2014 09:55:50 +0000 (10:55 +0100)]
[FIX] http: ensure to clean the request cursor before calling the route function.

The route function can be call more than once in case of database error,
breaking the request cursor. By rollbacking it, we force the creation of a new transaction.

bzr revid: chs@openerp.com-20140311095550-lg3nvvjyojvgp2po

10 years ago[FIX] Fix bug for duration, duration are computed according to if the event is an...
Kersten Jeremy [Tue, 11 Mar 2014 09:35:15 +0000 (10:35 +0100)]
[FIX] Fix bug for duration, duration are computed according to if the event is an alll day or not

bzr revid: jke@openerp.com-20140311093515-02xw8phrcqhgz6zx

10 years ago[FIX] website_sale: remove filter of rows process grid, layout need to create empty...
chm@openerp.com [Tue, 11 Mar 2014 09:30:50 +0000 (10:30 +0100)]
[FIX] website_sale: remove filter of rows process grid, layout need to create empty tr for rowspan

bzr revid: chm@openerp.com-20140311093050-4p75rrdh5bg8mpqy

10 years ago[TYPO] Typo in calendar template
Kersten Jeremy [Tue, 11 Mar 2014 08:10:25 +0000 (09:10 +0100)]
[TYPO] Typo in calendar template

bzr revid: jke@openerp.com-20140311081025-b9r08awsiwi068fw

10 years ago[FIX] website_sale: grid view remove rowspan if colspan=4
chm@openerp.com [Mon, 10 Mar 2014 16:33:29 +0000 (17:33 +0100)]
[FIX] website_sale: grid view remove rowspan if colspan=4

bzr revid: chm@openerp.com-20140310163329-nglj6dxpulzcl5qn

10 years ago[FIX] point_of_sale: use correct method to redirect to login page
Christophe Simonis [Mon, 10 Mar 2014 15:38:38 +0000 (16:38 +0100)]
[FIX] point_of_sale: use correct method to redirect to login page

bzr revid: chs@openerp.com-20140310153838-svwzew0vuk0khlxz

10 years ago[FIX] web: redirect to original page after login
Christophe Simonis [Mon, 10 Mar 2014 15:36:39 +0000 (16:36 +0100)]
[FIX] web: redirect to original page after login

bzr revid: chs@openerp.com-20140310153639-ntfa8cvm4loecm9a

10 years ago[FIX] website_sale: resize big image if size 1x1 for loading faster; (don't use image...
chm@openerp.com [Mon, 10 Mar 2014 15:28:47 +0000 (16:28 +0100)]
[FIX] website_sale: resize big image if size 1x1 for loading faster; (don't use image_medium who break some layout customisation like 'image full'

bzr revid: chm@openerp.com-20140310152847-xjilnu4cxhs3c73b

10 years ago[FIX] Fix the event duration from calendar between calendar view and form view
Kersten Jeremy [Mon, 10 Mar 2014 15:09:25 +0000 (16:09 +0100)]
[FIX] Fix the event duration from calendar between calendar view and form view

bzr revid: jke@openerp.com-20140310150925-c6oskm0o4pxqma0q

10 years ago[MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 9144 revid:dle@openerp...
Denis Ledoux [Mon, 10 Mar 2014 14:36:00 +0000 (15:36 +0100)]
[MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 9144 revid:dle@openerp.com-20140310133913-465x5t3n1bo7fu98

bzr revid: dle@openerp.com-20140310143600-kz7qjfe4p63s0a34

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9929 revid:dle@openerp.com...
Denis Ledoux [Tue, 25 Mar 2014 11:24:13 +0000 (12:24 +0100)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9929 revid:dle@openerp.com-20140325104921-x8zjx5p71l1o3uif

bzr revid: dle@openerp.com-20140310133913-465x5t3n1bo7fu98
bzr revid: dle@openerp.com-20140311164146-2s599kogbqj8e94l
bzr revid: dle@openerp.com-20140312111149-u6y036aej3ywq7et
bzr revid: dle@openerp.com-20140312121145-06s1jvct9v4m7l6s
bzr revid: mat@openerp.com-20140313084409-c0kckxemy3in0mlo
bzr revid: chs@openerp.com-20140313163420-ifa4hyixj722d6jo
bzr revid: chs@openerp.com-20140314102034-g0nzryvwhrpzdas9
bzr revid: chs@openerp.com-20140314104803-19c5snl2fcuih91o
bzr revid: odo@openerp.com-20140314143519-x6rzcfkkqxwc0e1g
bzr revid: chs@openerp.com-20140318110229-y8098w3shdpmoig2
bzr revid: dle@openerp.com-20140318151824-sscl4m8p87emjl8s
bzr revid: dle@openerp.com-20140320112618-yfyihlwz66ryeqf5
bzr revid: dle@openerp.com-20140320161003-j01cc6sqves2wnp2
bzr revid: dle@openerp.com-20140320181252-4gqcog22p1ex0pz7
bzr revid: dle@openerp.com-20140321140450-8ulnhr76qybiadks
bzr revid: dle@openerp.com-20140324104743-ubvu8st7emq9pg1q
bzr revid: dle@openerp.com-20140325112413-xs5z7y81rhyjt0rd

10 years ago[FIX] project: on project template duplication, keep original tasks stages
Denis Ledoux [Tue, 25 Mar 2014 10:49:21 +0000 (11:49 +0100)]
[FIX] project: on project template duplication, keep original tasks stages

bzr revid: dle@openerp.com-20140325104921-x8zjx5p71l1o3uif

10 years ago[MERGE] [FIX] purchase_requisition: when getting the price based on the pricelist...
Martin Trigaux [Tue, 25 Mar 2014 10:46:13 +0000 (11:46 +0100)]
[MERGE] [FIX] purchase_requisition: when getting the price based on the pricelist for a supplier, pass the missing supplier id (useful for pricelist based on supplier price) (opw 601890)

bzr revid: mat@openerp.com-20140325104613-t79wxl4y38ll82h0

10 years ago[MERGE] l10n_fr: remove obsolete French taxes, following 2014 rate update, courtesy...
Olivier Dony [Tue, 25 Mar 2014 10:43:23 +0000 (11:43 +0100)]
[MERGE] l10n_fr: remove obsolete French taxes, following 2014 rate update, courtesy of Alexis de Lattre (Akretion)

bzr revid: odo@openerp.com-20140325104323-xtxthbopkhk350r4

10 years ago[FIX] sale: make invoice for SO grouped by partner based on partner_invoice_id instea...
Denis Ledoux [Tue, 25 Mar 2014 10:32:26 +0000 (11:32 +0100)]
[FIX] sale: make invoice for SO grouped by partner based on partner_invoice_id instead of just partner_id

For two sale order, if the partner_id were different but the partner_invoice_id were identical, the make invoice grouped by partner created two different invoices

bzr revid: dle@openerp.com-20140325103226-vusygdpd74yha91m

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 25 Mar 2014 07:21:22 +0000 (07:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140318062141-rdiqz2ptnz3qmxd0
bzr revid: launchpad_translations_on_behalf_of_openerp-20140325072122-d9jgtji9dmmytg8d

10 years ago[FIX] sale: trigger signal manual invoice for make invoices wizard (not advance)
Denis Ledoux [Mon, 24 Mar 2014 10:34:27 +0000 (11:34 +0100)]
[FIX] sale: trigger signal manual invoice for make invoices wizard (not advance)

bzr revid: dle@openerp.com-20140324103427-yckncrnynvs5si8i

10 years ago[FIX] last version of wkhtmltopdf expects all file to have a doctype, inject one...
Simon Lejeune [Mon, 24 Mar 2014 10:17:31 +0000 (11:17 +0100)]
[FIX] last version of wkhtmltopdf expects all file to have a doctype, inject one if not present

bzr revid: sle@openerp.com-20140324101731-eqzqins3s8uak1yd

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 23 Mar 2014 06:44:12 +0000 (06:44 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140322070453-bbx8zxmppthwar0s
bzr revid: launchpad_translations_on_behalf_of_openerp-20140323064412-l97e4rap18b68ab0

10 years ago[FIX] survey: avoid duplicate partners on new users creation
Denis Ledoux [Fri, 21 Mar 2014 13:57:05 +0000 (14:57 +0100)]
[FIX] survey: avoid duplicate partners on new users creation

bzr revid: dle@openerp.com-20140321135705-lrnxu3gsnkt4r5cd

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 21 Mar 2014 06:51:50 +0000 (06:51 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140321065150-vovy9a0q2y6vkwm4

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 21 Mar 2014 06:51:15 +0000 (06:51 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140320061913-o2fp3m104dzeb2ky
bzr revid: launchpad_translations_on_behalf_of_openerp-20140321065115-srp2g1l3twjabmcq

10 years ago[FIX] Move default value in the _defaults of model and not in default_get.
Kersten Jeremy [Thu, 20 Mar 2014 18:02:40 +0000 (19:02 +0100)]
[FIX] Move default value in the _defaults of model and not in default_get.
Don't override the location_id if the super get_default don't retrun a value.

Else it is impossible to set a default value, because the ir_values is always overrided with stock_location_stock as location_id

bzr revid: jke@openerp.com-20140320180240-un42lptu3pjnsmxq

10 years ago[FIX] survey: report not stored on filesystem
Denis Ledoux [Thu, 20 Mar 2014 17:48:35 +0000 (18:48 +0100)]
[FIX] survey: report not stored on filesystem

bzr revid: dle@openerp.com-20140320174835-kdha7ivs64vsvizt

10 years ago[FIX] point_of_sale: add multi-companies rules on pos.config
Denis Ledoux [Thu, 20 Mar 2014 15:44:36 +0000 (16:44 +0100)]
[FIX] point_of_sale: add multi-companies rules on pos.config

bzr revid: dle@openerp.com-20140320154436-ygqhvvyhe6otv70p

10 years ago[FIX] web: when filtering out context, also strip *_view_ref keys
Christophe Simonis [Thu, 20 Mar 2014 13:10:14 +0000 (14:10 +0100)]
[FIX] web: when filtering out context, also strip *_view_ref keys

bzr revid: chs@openerp.com-20140320131014-3v5qfjxq9unqu5fs

10 years ago[FIX] stock: force form_view_ref to False in context of actions track_line and scrap_...
Denis Ledoux [Thu, 20 Mar 2014 11:07:41 +0000 (12:07 +0100)]
[FIX] stock: force form_view_ref to False in context of actions track_line and scrap_move to avoid context propagation of stock picking views

bzr revid: dle@openerp.com-20140320110741-pg8se5c02p87yi1y

10 years ago[FIX] subscription: missing required dependency on `base`
Olivier Dony [Thu, 20 Mar 2014 09:13:49 +0000 (10:13 +0100)]
[FIX] subscription: missing required dependency on `base`

bzr revid: odo@openerp.com-20140320091349-74zykqzf2ols3ja1

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 20 Mar 2014 06:19:44 +0000 (06:19 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140319063002-sd17jxb37ycogrrz
bzr revid: launchpad_translations_on_behalf_of_openerp-20140320061944-bwpy0lt1bp5ee0y2

10 years ago[FIX] Fix the yml test with option --test-file.
Kersten Jeremy [Wed, 19 Mar 2014 10:48:47 +0000 (11:48 +0100)]
[FIX] Fix the yml test with option --test-file.

1 -
There was a confusing between kind and mode.
Due to the mode 'test', there are many part of code who was not executed.
The right value is kind='test', and arbitrary mode='init' (or 'update')

2 -
The yml test was always roolbacked, without check that command line had '--test-commit'.
It's has been fixed, now we check if param --test-commit is existing, else we roolback the transaction.

Rem for forward: function in trunk=saas-4 has been moved in : openerp/service/server.py - def load_test_file_yml

bzr revid: jke@openerp.com-20140319104847-6r2c70gapocn2wxq

10 years ago[FIX] purchase: for drop shipping po, the supplier of the picking was the customer...
Denis Ledoux [Tue, 18 Mar 2014 15:14:56 +0000 (16:14 +0100)]
[FIX] purchase: for drop shipping po, the supplier of the picking was the customer address, which is obviously wrong, it should be the supplier of the po

bzr revid: dle@openerp.com-20140318151456-qw896i1t55wgwhkm

10 years ago[MERGE] forward port of branch 7.0 up to revid 4162 launchpad_translations_on_behalf_...
Christophe Simonis [Tue, 18 Mar 2014 11:27:43 +0000 (12:27 +0100)]
[MERGE] forward port of branch 7.0 up to revid 4162 launchpad_translations_on_behalf_of_openerp-20140318062141-rdiqz2ptnz3qmxd0

bzr revid: chs@openerp.com-20140129095637-mbfz82r5pyz4dctc
bzr revid: dle@openerp.com-20140210140818-5mtk1qhheo219bm1
bzr revid: dle@openerp.com-20140214114445-krexrwm9o2nrxepk
bzr revid: mat@openerp.com-20140219111353-cxo860z7ctz7om30
bzr revid: dle@openerp.com-20140221120519-1pj3wc8kqgkr5uda
bzr revid: chs@openerp.com-20140318112743-tqv492026y2pnbff

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 18 Mar 2014 06:21:35 +0000 (06:21 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140318062135-gqvoka8hm41pe762

10 years ago[FIX] point_of_sale: prevent duplicated order posting
Denis Ledoux [Mon, 17 Mar 2014 16:41:31 +0000 (17:41 +0100)]
[FIX] point_of_sale: prevent duplicated order posting

bzr revid: dle@openerp.com-20140317164131-eewyqmzz5niebz2a

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Mon, 17 Mar 2014 05:09:59 +0000 (05:09 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140315072920-dmiymtbhrgu87wm0
bzr revid: launchpad_translations_on_behalf_of_openerp-20140316060652-akf1fti2hc1a9vmm
bzr revid: launchpad_translations_on_behalf_of_openerp-20140317050959-2xx2aoylhn6a28fo

10 years ago[MERGE] [FIX] stock: add some missing context, courtesy of Lionel Sausin (Numérigraphe)
Martin Trigaux [Fri, 14 Mar 2014 16:09:38 +0000 (17:09 +0100)]
[MERGE] [FIX] stock: add some missing context, courtesy of Lionel Sausin (Numérigraphe)

bzr revid: mat@openerp.com-20140314160938-px91g81280qff635

10 years ago[FIX] pager: revert of revision 4159, the pager was disapearing when going in editabl...
Martin Trigaux [Fri, 14 Mar 2014 13:28:54 +0000 (14:28 +0100)]
[FIX] pager: revert of revision 4159, the pager was disapearing when going in editable mode (which is more problematic that the issue rev 4159 was trying to fix)

bzr revid: mat@openerp.com-20140314132854-8ie8sosx9xecuww4

10 years ago[FIX] pad: improve pad bootstrap, prevent creating useless empty pads, avoid edition...
Olivier Dony [Fri, 14 Mar 2014 13:18:49 +0000 (14:18 +0100)]
[FIX] pad: improve pad bootstrap, prevent creating useless empty pads, avoid edition warning in read-only mode for new pads, translate messages

Added a small method to detect the proper server configuration,
and make it degrade gracefully if the method is not present.
This avoids having to force a pad URL generation in order to
test the config (possibly creating useless pads).
Add a user-friendly message when the pad has not yet been
initialized for a given record, in read-only mode.

bzr revid: odo@openerp.com-20140314131849-rnjvk1pqpiyvtc1c

10 years ago[FIX] share wizard: delete wizard lines in cascade
Christophe Simonis [Fri, 14 Mar 2014 11:59:36 +0000 (12:59 +0100)]
[FIX] share wizard: delete wizard lines in cascade

bzr revid: chs@openerp.com-20140314115936-8y6eg51tzmsdlb85

10 years ago[FIX] pager: do not try to toggle the visibility if the pager do not exists yet
Martin Trigaux [Fri, 14 Mar 2014 11:27:09 +0000 (12:27 +0100)]
[FIX] pager: do not try to toggle the visibility if the pager do not exists yet

bzr revid: mat@openerp.com-20140314112709-0sqq6tcpmza34q1e

10 years ago[FIX] mail.thread: avoid error if `message_unread_count` has been popped 1 line earlier
Olivier Dony [Fri, 14 Mar 2014 10:46:05 +0000 (11:46 +0100)]
[FIX] mail.thread: avoid error if `message_unread_count` has been popped 1 line earlier

bzr revid: odo@openerp.com-20140314104605-qi7eqj2g37dvxvc3

10 years ago[FIX] calendar: correct recurrency end date computation
Christophe Simonis [Fri, 14 Mar 2014 09:48:09 +0000 (10:48 +0100)]
[FIX] calendar: correct recurrency end date computation

bzr revid: chs@openerp.com-20140314094809-0wuus62tob8vtyi0

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Fri, 14 Mar 2014 06:58:36 +0000 (06:58 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140314065823-xdw7aa9ye4j200pp
bzr revid: launchpad_translations_on_behalf_of_openerp-20140314065836-tn2fv9smot0omj8f

10 years ago[FIX] Change password wizard: reload webclient after changing your own password....
Kersten Jeremy [Thu, 13 Mar 2014 18:14:15 +0000 (19:14 +0100)]
[FIX] Change password wizard: reload webclient after changing your own password. Because your session is dead after the changing !

bzr revid: jke@openerp.com-20140313181415-3rwlxhpevev3tlsq

10 years ago[MERGE] [FIX] base_calendar: correct the set method for rrule (opw 605088)
Martin Trigaux [Thu, 13 Mar 2014 15:51:31 +0000 (16:51 +0100)]
[MERGE] [FIX] base_calendar: correct the set method for rrule (opw 605088)

- create hook method to fix the invalid call while keeping the signature of the old methdo
- remove undeclared variable
- force the 'byday' field (type selection) to be a string value instead of an integer

bzr revid: mat@openerp.com-20140313155131-e90stgoh8bz8tgvg

10 years ago[FIX] pager show the pagger earlier in the loading process to avoid to mix the list...
Martin Trigaux [Thu, 13 Mar 2014 15:42:28 +0000 (16:42 +0100)]
[FIX] pager show the pagger earlier in the loading process to avoid to mix the list and form pagers when fast switching (and slow network)

bzr revid: mat@openerp.com-20140313154228-70jytisdwlf3sfbo

10 years ago[IMP] add test
Martin Trigaux [Thu, 13 Mar 2014 15:37:57 +0000 (16:37 +0100)]
[IMP] add test

bzr revid: mat@openerp.com-20140313153757-nj9nn52u7kxpfg8i

10 years ago[FIX] pad: use server to get pad content
Christophe Simonis [Thu, 13 Mar 2014 15:35:35 +0000 (16:35 +0100)]
[FIX] pad: use server to get pad content

bzr revid: chs@openerp.com-20140313153535-ogyip9tfm2hkwn1f

10 years ago[FIX] if only one id, convert to list
Martin Trigaux [Thu, 13 Mar 2014 15:16:12 +0000 (16:16 +0100)]
[FIX] if only one id, convert to list

bzr revid: mat@openerp.com-20140313151612-saoc3a73x1cwvgbg

10 years ago[FIX] base_calendar: correct the invert call to the function field rrule.
Martin Trigaux [Thu, 13 Mar 2014 15:08:23 +0000 (16:08 +0100)]
[FIX] base_calendar: correct the invert call to the function field rrule.
Create new hook method with valid signature.
Keep the old one for compatibility reasons.
Force the value of 'byday' (type selection) to be a string instead of integer.

bzr revid: mat@openerp.com-20140313150823-vba9qulj549v37t9

10 years ago[FIX] stock: use fully qualified xmlid in *_view_ref context keys
Christophe Simonis [Thu, 13 Mar 2014 13:44:38 +0000 (14:44 +0100)]
[FIX] stock: use fully qualified xmlid in *_view_ref context keys

bzr revid: chs@openerp.com-20140313134438-jcwhrm3demu4i99q

10 years ago[FIX] pager: show the pagger earlier to avoid slow loading to mix list and form pager...
Martin Trigaux [Thu, 13 Mar 2014 12:38:11 +0000 (13:38 +0100)]
[FIX] pager: show the pagger earlier to avoid slow loading to mix list and form pagers when fast switching

bzr revid: mat@openerp.com-20140313123811-ej7lu53xp51kn6gu

10 years ago[FIX] Add missing context to some calls
Lionel Sausin [Thu, 13 Mar 2014 09:50:54 +0000 (10:50 +0100)]
[FIX] Add missing context to some calls

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

bzr revid: ls@numerigraphe.com-20140313095054-3506f3tan8eyqc61

10 years ago[FIX] base_import: avoid name clash when importing ir.translation records. Call the...
Martin Trigaux [Thu, 13 Mar 2014 08:28:13 +0000 (09:28 +0100)]
[FIX] base_import: avoid name clash when importing ir.translation records. Call the orm method directly.

This hack is needed in 7.0 to avoid changes in the API.
Renaming the load method of ir.translation is the proper solution for trunk (done in server revision 5018)

bzr revid: mat@openerp.com-20140313082813-afjsj912q2idrhl5

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Thu, 13 Mar 2014 07:15:40 +0000 (07:15 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140313071540-nhiuwlanpkvorb8h

10 years ago[FIX] add the logging handler only to the root logger. let the loggers propagate...
Christophe Simonis [Wed, 12 Mar 2014 17:18:19 +0000 (18:18 +0100)]
[FIX] add the logging handler only to the root logger. let the loggers propagate to allow more than one handler

bzr revid: chs@openerp.com-20140312171819-bnj3md07w4le2m7m

10 years ago[MERGE] [FIX] one2many fields: when sortign on a column of type m2o (format (id,...
Martin Trigaux [Wed, 12 Mar 2014 15:04:35 +0000 (16:04 +0100)]
[MERGE] [FIX] one2many fields: when sortign on a column of type m2o (format (id, name)), instead of sorting on the tuple (and then id), sort on the name_get value to match what is shown on the screen

bzr revid: mat@openerp.com-20140312150435-shq9hy3b9njkhxsn

10 years ago[FIX] base_import: avoid name clash when importing ir.translation records. Call the...
Martin Trigaux [Wed, 12 Mar 2014 14:05:15 +0000 (15:05 +0100)]
[FIX] base_import: avoid name clash when importing ir.translation records. Call the orm method directly.

This hack is needed in 7.0 to avoid changes in the API.
Renaming the method is the proper solution for trunk (done revision 5018)

bzr revid: mat@openerp.com-20140312140515-tisj9cye0mzfprsw

10 years ago[FIX] account: change decimal precision to avoid erasing tax and base values when...
Najlaâ [Wed, 12 Mar 2014 13:05:22 +0000 (14:05 +0100)]
[FIX] account: change decimal precision to avoid erasing tax and base values when updating a tax with coefficients on more than 2 decimals

bzr revid: nel@tinyerp.com-20140312130522-qr5e010onc7ejrz5

10 years ago[FIX] account: using float_round instead of native python round method, to apply...
Denis Ledoux [Wed, 12 Mar 2014 12:09:04 +0000 (13:09 +0100)]
[FIX] account: using float_round instead of native python round method, to apply half-up tie-breaking rule (1.655 with precision 2 is now 1.66 instead of 1.65).

bzr revid: dle@openerp.com-20140312120904-ucixsl1szfi1q0ea

10 years ago[FIX] account_check_writing: set the amount_in_word even if the check is not created...
Denis Ledoux [Wed, 12 Mar 2014 11:03:03 +0000 (12:03 +0100)]
[FIX] account_check_writing: set the amount_in_word even if the check is not created through the voucher form (for example, for checks created through pay wizard of invoices)

bzr revid: dle@openerp.com-20140312110303-x82juu3i2nox3u3j

10 years ago[MERGE] [FIX] auditrail: when removing tracked object in a write call (eg: remove...
Martin Trigaux [Wed, 12 Mar 2014 09:30:10 +0000 (10:30 +0100)]
[MERGE] [FIX] auditrail: when removing tracked object in a write call (eg: remove a line in o2m field) use the old name value, if present, as the name_get would fail for deleted value (opw 593569)

bzr revid: mat@openerp.com-20140312093010-k9djbp82hqpoj8j7

10 years ago[FIX]audittrail:on deletion of record from one2many and saving the parent form error...
Somesh Khare (OpenERP) [Wed, 12 Mar 2014 05:45:35 +0000 (11:15 +0530)]
[FIX]audittrail:on deletion of record from one2many and saving the parent form error raised as list index out of range (Ref: Case 604750)

bzr revid: skh@openerp.com-20140312054535-kjlqltscnojb7lce

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Wed, 12 Mar 2014 05:26:04 +0000 (05:26 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140312052604-hgt48h8szpiw9szj

10 years ago[FIX] portal: expensive copy/paste typo
Denis Ledoux [Tue, 11 Mar 2014 16:14:21 +0000 (17:14 +0100)]
[FIX] portal: expensive copy/paste typo

bzr revid: dle@openerp.com-20140311161421-6u54mzzj7pefypg8

10 years ago[FIX] portal: expensive copy/paste typo
Olivier Dony [Tue, 11 Mar 2014 16:03:07 +0000 (17:03 +0100)]
[FIX] portal: expensive copy/paste typo

bzr revid: odo@openerp.com-20140311160307-lth3kmu9z4h3l8c1

10 years ago[FIX] crm: write a value to date_closed field as well if change directly the stage...
Martin Trigaux [Tue, 11 Mar 2014 15:22:15 +0000 (16:22 +0100)]
[FIX] crm: write a value to date_closed field as well if change directly the stage instead of using buttons (opw 603537)

bzr revid: mat@openerp.com-20140311152215-eve2ycdu869dgpgx

10 years ago[FIX] crm: write a value to date_closed field as well if change directly the stage...
Martin Trigaux [Tue, 11 Mar 2014 15:04:46 +0000 (16:04 +0100)]
[FIX] crm: write a value to date_closed field as well if change directly the stage instead of using buttons (which will probably be removed later)

bzr revid: mat@openerp.com-20140311150446-0atbc6esymjyv69e

10 years ago[MERGE] [FIX] [FIX] When adding a new contact or a new company based from the partner...
Martin Trigaux [Tue, 11 Mar 2014 12:24:24 +0000 (13:24 +0100)]
[MERGE] [FIX] [FIX] When adding a new contact or a new company based from the partner form, use the customer value as default value (was doign it only for the supplier flag)

backport of trunk revision 4882 (opw 587764)

bzr revid: mat@openerp.com-20140311122424-bvqt0tt7c4s9p1fd

10 years ago[FIX] partner: backport of trunk revision 4882
Martin Trigaux [Tue, 11 Mar 2014 11:23:41 +0000 (12:23 +0100)]
[FIX] partner: backport of trunk revision 4882

When adding a new contact or a new company based from the partner form, use the customer value as default value (was doign it only for the supplier flag)

bzr revid: mat@openerp.com-20140311112341-9yoi1hf0ks98ju3r

10 years ago[FIX] web: set z-index of 9999 for autocompletion pane of search bar, to avoid being...
Denis Ledoux [Tue, 11 Mar 2014 10:49:47 +0000 (11:49 +0100)]
[FIX] web: set z-index of 9999 for autocompletion pane of search bar, to avoid being behind jquery ui dialogs. Besides, this pane should always be on top, therefore we can assume that setting 9999 will not have bad side effects

bzr revid: dle@openerp.com-20140311104947-is5qpw71y1m2oakf

10 years ago[FIX] web: on SearchPopup creation concat build context even if we have initial_ids
Martin Trigaux [Tue, 11 Mar 2014 09:43:20 +0000 (10:43 +0100)]
[FIX] web: on SearchPopup creation concat build context even if we have initial_ids

  On SearchPopupCreation, if we have initial_ids - 1st search_read() will be
  missing custom context defined on the field.

  1. defined view like this: <field name='my_many2one_field_id' context="{'test': 1}"/>
  2. in we expand the list of available item, name_search() has 'test' in context
  3. in we click on 'Search More', search_read() is missing 'test' in context
  4. if we change filter add/remove item, search_read() will have 'test' in context

  Step 3. is wrong, should also have 'test' in context

bzr revid: mat@openerp.com-20140311094320-qjc9alfm3icynghv

10 years ago[FIX] web: on SearchPopup creation concat build context even if we have initial_ids
Xavier ALT [Tue, 11 Mar 2014 09:15:22 +0000 (10:15 +0100)]
[FIX] web: on SearchPopup creation concat build context even if we have initial_ids

  On SearchPopupCreation, if we have initial_ids - 1st search_read() will be
  missing custom context defined on the field.

  1. defined view like this: <field name='my_many2one_field_id' context="{'test': 1}"/>
  2. in we expand the list of available item, name_search() has 'test' in context
  3. in we click on 'Search More', search_read() is missing 'test' in context
  4. if we change filter add/remove item, search_read() will have 'test' in context

  Step 3. is wrong, should also have 'test' in context

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

bzr revid: mat@openerp.com-20140311091522-03imwd5rj3rmwapl

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Tue, 11 Mar 2014 06:08:54 +0000 (06:08 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140307072259-nwltzdp1dky79a3h
bzr revid: launchpad_translations_on_behalf_of_openerp-20140308065331-um114asu0v6l8y5e
bzr revid: launchpad_translations_on_behalf_of_openerp-20140311060830-c174n48jvgwwgvlo
bzr revid: launchpad_translations_on_behalf_of_openerp-20140311060854-j335qf61ll6hvrma

10 years ago[REVERT]9882 revid:jri@openerp.com-20140307160945-r2t5pbl2bb7yaw9n
Denis Ledoux [Mon, 10 Mar 2014 13:33:14 +0000 (14:33 +0100)]
[REVERT]9882 revid:jri@openerp.com-20140307160945-r2t5pbl2bb7yaw9n

While it seems right to only show the partner addresses in invoice and shipping addresses, this fix will prevent to use sibling addresses (the address of another contact in the same company), which is a requirement for several users. Therefore, this fix causes more problems than it resolves.

Moreover, these addresses are displayed on the invoice form as following: Company Name / Partner Name / Address Name. Therefore, if you want to change the address while seeing only the partner addresses, you just have to remove the "Address Name", leaving "Company Name / Partner Name".

bzr revid: dle@openerp.com-20140310133314-5mv4h2h5zmqlw4d2

10 years ago[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9885 revid:dle@openerp.com...
Denis Ledoux [Mon, 10 Mar 2014 12:21:01 +0000 (13:21 +0100)]
[MERGE] Forward-port of latest 7.0 bugfixes, up to rev. 9885 revid:dle@openerp.com-20140310114026-r0ijm0m36su19wn7

bzr revid: dle@openerp.com-20140310122101-gicombyc5ii0yz6a

10 years ago[FIX] event: event report registration, replace char by varchar in the view, so it...
Denis Ledoux [Mon, 10 Mar 2014 11:40:26 +0000 (12:40 +0100)]
[FIX] event: event report registration, replace char by varchar in the view, so it can handle more events (basically, it wasnt working when there was more than 10 events)

Courtesy of Muschang Anthony (Acsone)

bzr revid: dle@openerp.com-20140310114026-r0ijm0m36su19wn7

10 years ago[FIX] event: event report registration, replace char by varchar in the view, so it...
Denis Ledoux [Mon, 10 Mar 2014 11:35:57 +0000 (12:35 +0100)]
[FIX] event: event report registration, replace char by varchar in the view, so it can handle more events (basically, it wasnt working when there was more than 10 events)

bzr revid: dle@openerp.com-20140310113557-rbohomzy8xrvwk05

10 years ago[IMP] Add condition in calendar_event to avoid to send email to oneself
Kersten Jeremy [Mon, 10 Mar 2014 11:28:51 +0000 (12:28 +0100)]
[IMP] Add condition in calendar_event to avoid to send email to oneself

bzr revid: jke@openerp.com-20140310112851-d59a9diz80dgb0ke

10 years ago[MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 9142 revid:dle@openerp...
Denis Ledoux [Mon, 10 Mar 2014 11:03:40 +0000 (12:03 +0100)]
[MERGE] Forward-port of latest saas-2 bugfixes, up to rev. 9142 revid:dle@openerp.com-20140310101705-2g3e6gp5jd2g8fpc

bzr revid: dle@openerp.com-20140310110340-nueeuldz8w44os3u

10 years ago[IMP] email_template: allow extra builtins in rendering sandbox
Olivier Dony [Mon, 10 Mar 2014 10:24:10 +0000 (11:24 +0100)]
[IMP] email_template: allow extra builtins in rendering sandbox

bzr revid: odo@openerp.com-20140310102410-m66aa8164tekr51t

10 years ago[ADD] base_import: add the possibility to import one2many with database id, for users...
Denis Ledoux [Mon, 10 Mar 2014 10:17:05 +0000 (11:17 +0100)]
[ADD] base_import: add the possibility to import one2many with database id, for users with technical features

bzr revid: dle@openerp.com-20140310101705-2g3e6gp5jd2g8fpc

10 years agoLaunchpad automatic translations update.
Launchpad Translations on behalf of openerp [Sun, 9 Mar 2014 06:03:14 +0000 (06:03 +0000)]
Launchpad automatic translations update.

bzr revid: launchpad_translations_on_behalf_of_openerp-20140308065427-0he29w0cqe07xmc8
bzr revid: launchpad_translations_on_behalf_of_openerp-20140308065421-4udfyb7xcfq5h1zy
bzr revid: launchpad_translations_on_behalf_of_openerp-20140309060314-64jktl10pkq3inv4

10 years ago[FIX] website_sale: grid must display last empty cell and not chacked empty cell
chm@openerp.com [Fri, 7 Mar 2014 17:49:29 +0000 (18:49 +0100)]
[FIX] website_sale: grid must display last empty cell and not chacked empty cell

bzr revid: chm@openerp.com-20140307174929-of9b8gjt3j7livls

10 years ago[FIX] Move bootstrap.css outside from the single css file generate.
Kersten Jeremy [Fri, 7 Mar 2014 17:44:11 +0000 (18:44 +0100)]
[FIX] Move bootstrap.css outside from the single css file generate.
Without that, OpenERP become unusable in IE due to the follows limitations:
   - All style tags after the first 31 style tags are not applied.
   - All style rules after the first 4,095 rules are not applied.
   - On pages that uses the @import rule to continously import external style sheets that import other style sheets, style sheets that are more than three levels deep are ignored.
  (http://support.microsoft.com/kb/262161/en)

bzr revid: jke@openerp.com-20140307174411-hejt3x324nlv6tjr

10 years ago[FIX] website_sale: grid must display last empty cell and not chacked empty cell
chm@openerp.com [Fri, 7 Mar 2014 16:52:39 +0000 (17:52 +0100)]
[FIX] website_sale: grid must display last empty cell and not chacked empty cell

bzr revid: chm@openerp.com-20140307165239-qzawwm7vrob9fnxd