Commit Graph

82990 Commits

Author SHA1 Message Date
Christophe Simonis 0161666e8b [MERGE] forward port of branch saas-3 up to revid 5112 chs@openerp.com-20140407144238-3s38zadkh7yxpdy7
bzr revid: chs@openerp.com-20140407160548-ttuc877kknuycoqw
2014-04-07 18:05:48 +02:00
Christophe Simonis 1e9ed7baf6 [MERGE] forward port of branch 7.0 up to revid 5275 odo@openerp.com-20140407105740-elbz311w5u9e8eos
bzr revid: chs@openerp.com-20140407144238-3s38zadkh7yxpdy7
2014-04-07 16:42:38 +02:00
Antony Lesuisse cee85a925a [FIX] temporary fix for concurrent commit during test until we improve test
cursor to emulate multiple cursors

bzr revid: al@openerp.com-20140407125050-c4fq8okuya4jxj0w
2014-04-07 14:50:50 +02:00
Olivier Dony f042113b6f [FIX] res.font: re-introduce substitution for builtin PDF fonts
This substitution was removed when res.font was implemented
based on the idea that it would be best to allow the use of
the real Helvetica/Times/Courier font if really required.
However the builtin ones are always available and crippled
when it comes to Unicode supports. Combined with the fact
that many RML/SXW reports had Helvetica hardcoded, this
breaks unicode reports for many users.
This patch re-introduces a mapping to replace the builtin
fonts by a few common and free alternatives (DejaVu, Liberation
and Free font families).
When an actual Helvetica/Times/Courier font is installed
no substitution takes place for it, in the hope that it
comes with decent unicode support.

bzr revid: odo@openerp.com-20140407121015-jq1qmg0hfu0dt31s
2014-04-07 14:10:15 +02:00
Denis Ledoux 2372d30520 [FIX] web: pass name arg to name_search, because it seems that one module (or more) wrongly overwritten the method
bzr revid: dle@openerp.com-20140407110919-e0mvvhldkfe98qlq
2014-04-07 13:09:19 +02:00
Olivier Dony 5be9e5612f [FIX] browse()/browse_record: use iterables instead of forcing lists when constructing browse_lists
This allows iterable list_class implementations

bzr revid: odo@openerp.com-20140407105740-elbz311w5u9e8eos
2014-04-07 12:57:40 +02:00
Kersten Jeremy 5be8fc620e [FIX] Purchase - Make type 'order' as default invoice method in 'Purchase Settings'. Purchase by default use 'order', once an user update a parameter in 'Purchase Setting' without changing the default type (which by default was set to manual and not to order) the behavior is changed
bzr revid: jke@openerp.com-20140407104402-nlswdttmkmxznap2
2014-04-07 12:44:02 +02:00
Christophe Simonis 2686f48dd9 [FIX] web: correct company info popup closing
bzr revid: chs@openerp.com-20140407101324-vhm0d9r2nf0m7ve3
2014-04-07 12:13:24 +02:00
Denis Ledoux 13c0a74596 [FIX] l10n_be: tax VAT-IN-V82-CAR-EXC-C1 should have as invoice and refund tax account the 'TVA non deductible' account
bzr revid: dle@openerp.com-20140407101016-fqns4nwv65rras91
2014-04-07 12:10:16 +02:00
Kersten Jeremy 92b037be7a [FIX] Calendar - Typo remove useless whitespace
bzr revid: jke@openerp.com-20140407095127-kxco10410n33l7h6
2014-04-07 11:51:27 +02:00
Kersten Jeremy 0695647c66 [FIX] Calendar - Add timezone in mail send for invitations.
bzr revid: jke@openerp.com-20140407094624-bi8rtxqcdl1kqaal
2014-04-07 11:46:24 +02:00
Denis Ledoux ebb826a510 [FIX] web: applying display name temporary imp of read to search_read also
bzr revid: dle@openerp.com-20140407082445-yjy17jnrw45d8mxg
2014-04-07 10:24:45 +02:00
Launchpad Translations on behalf of openerp bb8560f779 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140405061904-60l019fp9qbl890t
bzr revid: launchpad_translations_on_behalf_of_openerp-20140406065319-1cr9ypow2w870fbo
bzr revid: launchpad_translations_on_behalf_of_openerp-20140407065316-8z3pm4a79uff45z5
2014-04-07 06:53:16 +00:00
Kersten Jeremy f7ea5d00e1 [FIX] base_vat : improve log when a vat code is not valid to display which code is wrong in constraint message.
bzr revid: jke@openerp.com-20140405125320-ps1atos24yyc2uwj
2014-04-05 14:53:20 +02:00
Kersten Jeremy ec975900de [FIX] Typo - add missing label for checkbox speaker.
bzr revid: jke@openerp.com-20140405104254-2rpf239vb6wvk8hd
2014-04-05 12:42:54 +02:00
Christophe Simonis 4a701cb168 [MERGE] forward port of branch 7.0 up to revid 9956 odo@openerp.com-20140404135145-t8b0m2ijcq3y8sh6
bzr revid: chs@openerp.com-20140404161713-8w2c9y05l4dzzd9s
2014-04-04 18:17:13 +02:00
Christophe Simonis 120342d537 [MERGE] forward port of branch 7.0 up to revid 5274 chs@openerp.com-20140404141611-qi1yagltvkd9q8ji
bzr revid: chs@openerp.com-20140404155858-mvupqmuvi8ime2tl
2014-04-04 17:58:58 +02:00
Christophe Simonis 4335ff0712 [FIX] force suppression of pidfile at exit of openerp.
[IMP] only write/delete pidfile in non-evented mode
[FIX] check if evented mode before checking in worker mode when starting server service

bzr revid: chs@openerp.com-20140404154658-6x5rxyq12guej43q
2014-04-04 17:46:58 +02:00
Denis Ledoux 72e7a75eae [FIX] web: do not reload record on dialog close if the wizard return an action
bzr revid: dle@openerp.com-20140404150914-vxx06gl0xv43ddv2
2014-04-04 17:09:14 +02:00
Christophe Simonis 53d8055cd8 [FIX] res.partner: name_search: respect unaccent flag
bzr revid: chs@openerp.com-20140404141611-qi1yagltvkd9q8ji
2014-04-04 16:16:11 +02:00
Christophe Simonis bcf36e6deb [IMP] expression: new helper for generating unaccent aware sql queries. Adapt _auto_join tests to use it.
bzr revid: chs@openerp.com-20140404141559-d2sn68lruik9hz81
2014-04-04 16:15:59 +02:00
Olivier Dony fde63787db [MERGE] stock,mrp: restore deactivated tests (backport from trunk), courtesy of Lionel Sausin (Numerigraphe)
lp bug: https://launchpad.net/bugs/1182515 fixed

bzr revid: odo@openerp.com-20140404135145-t8b0m2ijcq3y8sh6
2014-04-04 15:51:45 +02:00
Kersten Jeremy 9226642436 [FIX] Ecomm - login to post a comment if not logged
bzr revid: jke@openerp.com-20140404135005-4uz7qtzyke58sgy2
2014-04-04 15:50:05 +02:00
Denis Ledoux aa0f70f5ae [FIX] project: do not overwrite start date is specifically set by the user
bzr revid: dle@openerp.com-20140404133958-fyw309i5cem11jm1
2014-04-04 15:39:58 +02:00
Olivier Dony 63b8fe0d33 [FIX] domain parsing: better heuristic when a domain uses a date value for a datetime field
This comparison is flawed by nature but can be a useful
shortcut sometimes. It was using wrong boundaries and
would also loop for operators not explicitly handled
by the code (there was no `else` block). It is still
not possible to handle time zone conversions properly,
so this is only an experimental feature.

bzr revid: odo@openerp.com-20140404133827-5owdendpsr083a17
2014-04-04 15:38:27 +02:00
Denis Ledoux 3b821e0854 [FIX] website_sale_delivery: list pop actually takes as arg the index in the list, not the item (+ check that carrier id is not false)
bzr revid: dle@openerp.com-20140404130302-mvm2tzhsc2a58p11
2014-04-04 15:03:02 +02:00
Denis Ledoux 5759df7bef [FIX] crm_partner_assign: add discussion subtype to interested/disintered messages, so portal users can see it
bzr revid: dle@openerp.com-20140404125450-v94rjpuuse9gkibr
2014-04-04 14:54:50 +02:00
Foram Katharotiya (OpenERP) 1adc0b785a [IMP] bring back the tests for mrp_operations - backported from little after v7.0 in the trunk
lp bug: https://launchpad.net/bugs/1182515 fixed

bzr revid: ls@numerigraphe.com-20140404124518-jv77xw4z0ouoaqlz
2014-04-04 14:45:18 +02:00
Lionel Sausin a386aea7d3 [FIX] revert to v7 report API
bzr revid: ls@numerigraphe.com-20140404124036-1vt0fkakfllj1qax
2014-04-04 14:40:36 +02:00
Martin Trigaux af64d6cc97 [FIX] changes made at merge time into the trunk - remove offending test
bzr revid: ls@numerigraphe.com-20140404123655-9ihrychuho6n6qt2
2014-04-04 14:36:55 +02:00
Foram Katharotiya (OpenERP) bae4c6ce40 [IMP] bring back the tests for MRP - backported from little after v7.0 in the trunk
lp bug: https://launchpad.net/bugs/1182515 fixed

bzr revid: ls@numerigraphe.com-20140404123003-cdt5zz1vmupbgd1j
2014-04-04 14:30:03 +02:00
Denis Ledoux 368afae722 [FIX] website_sale: order data refresh problem
bzr revid: dle@openerp.com-20140404102512-72x74ys4k6whk8ss
2014-04-04 12:25:12 +02:00
Lionel Sausin 90ddb9f897 [FIX] revert to v7 report API
bzr revid: ls@numerigraphe.com-20140404095202-wwegxz9qp00o8yuw
2014-04-04 11:52:02 +02:00
Foram Katharotiya (OpenERP) 96beccc05a [IMP] bring back the tests - backported from little after v7.0 in the trunk
lp bug: https://launchpad.net/bugs/1182515 fixed

bzr revid: ls@numerigraphe.com-20140404092409-q1c2cwg5m2fav7tn
2014-04-04 11:24:09 +02:00
Launchpad Translations on behalf of openerp 8f174e13bd Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140404070722-99m3lomg172fzapc
bzr revid: launchpad_translations_on_behalf_of_openerp-20140404070759-302tyo6k09v8arhz
2014-04-04 07:07:59 +00:00
Olivier Dony effa87f794 [IMP] ir.actions: add Warning in eval context for server actions
This way one can do `raise Warning(Foo)` to abort
a transaction and show a user-friendly warning to
the user.

bzr revid: odo@openerp.com-20140403162650-m7zmmr9dba7jnzxp
2014-04-03 18:26:50 +02:00
Olivier Dony e98131e0cd [FIX] ir.qweb: avoid errors with function fields of type datetime
bzr revid: odo@openerp.com-20140403162005-i6lbbj6uco6dnrkq
2014-04-03 18:20:05 +02:00
Christophe Simonis db6fb31870 [MERGE] forward port of branch 7.0 up to revid 9954 chs@openerp.com-20140403153129-jq9zc7ityoy25c73
bzr revid: chs@openerp.com-20140403155904-ya5mas5s3g7ivihb
2014-04-03 17:59:04 +02:00
Christophe Simonis c6b281c3f0 [FIX] share: move inheritance from res.user before the one from res.groups because res.groups need the change on res.users in its init() function.
[FIX] share: call parent init() if present in res.groups

bzr revid: chs@openerp.com-20140403153129-jq9zc7ityoy25c73
2014-04-03 17:31:29 +02:00
Quentin (OpenERP) 9c1debf7d9 [FIX] base_gengo: don't wait another cron job execution to ask translation for the next n words
bzr revid: qdp-launchpad@openerp.com-20140403151746-znoheqb8scjmudct
2014-04-03 17:17:46 +02:00
Fabien Pinckaers de380aa914 [IMP] button snippet
bzr revid: fp@tinyerp.com-20140406132519-eookdnec20c6sg20
2014-04-06 15:25:19 +02:00
Launchpad Translations on behalf of openerp 1d965535b0 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20140405053045-3cts3jqyeqsu0x57
2014-04-05 05:30:45 +00:00
Martin Trigaux 7c79674a3e [IMP] web_graph: when exporting to xls, export float data as raw instead of string
bzr revid: mat@openerp.com-20140404154726-n5dm2fhan6liem01
2014-04-04 17:47:26 +02:00
Martin Trigaux 28f0649a71 [FIX] skip undefined and keep formating as empty string
bzr revid: mat@openerp.com-20140404151739-u61resk70xoih5he
2014-04-04 17:17:39 +02:00
Thibault Delavallée ba52cde0b5 [MERGE] [IMP] payment modules: added provider selection field that is different from the name. This allows to distinguish name and provider. Provider is a more technical field, used to call some specific methods (<provider>_method_name). The name field is used for display on the website.
Added name on payment.transaction views.

Added sale_order_id field on transaction form view; the field is already present and used but was not displayed.

Transfer is now called Wire Transfer.

Code and views udpated accordingly.

bzr revid: tde@openerp.com-20140404125931-msfyk21jx3gsyfj6
2014-04-04 14:59:31 +02:00
Martin Trigaux 8fdc0384ca [MERGE] [IMP] event: store number of seat used to avoid unnecessary computations (performance improvement)
bzr revid: mat@openerp.com-20140404121735-dtfc79y7ax9qwx6e
2014-04-04 14:17:35 +02:00
Thibault Delavallée 045a12c5c2 [FIX] website_sale: fixed post_msg, display only when having it (may have False, None, ..)
bzr revid: tde@openerp.com-20140404104918-cyszi1l333173d1t
2014-04-04 12:49:18 +02:00
Anael Closson eb1274f612 [IMP] event: performance improvement for event with large amount of registration.
lp bug: https://launchpad.net/bugs/1294607 fixed

bzr revid: acl@openerp.com-20140404100956-epbv1o3fq63l1n5f
2014-04-04 12:09:56 +02:00
Thibault Delavallée a06d9099ea [FIX] website_sale: fixed stupid test usign a title
bzr revid: tde@openerp.com-20140404094955-51zhadhaavpjvkzl
2014-04-04 11:49:55 +02:00
Martin Trigaux b6c578d54e [IMP] web_graph: when exporting to xls, export float data as raw instead of string
lp bug: https://launchpad.net/bugs/1279803 fixed

bzr revid: mat@openerp.com-20140404085504-t9np8xok33rb0mow
2014-04-04 10:55:04 +02:00