Commit Graph

68922 Commits

Author SHA1 Message Date
Olivier Dony 97a708cbef [FIX] crm: remove default read access on Leads/Phonecalls for Employee, this was necessary only for the History tab on Customers in 6.1
The History tab does not contain PhoneCalls and Leads/Opportunities
anymore in 7.0 - they have been replaced by buttons on the top of
the form.

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

bzr revid: odo@openerp.com-20130325141943-r9q0ljz5x1pxeoqi
2013-03-25 15:19:43 +01:00
Thibault Delavallée 1b60aa2d27 [MERGE] [FIX] [IMP] Portal: 'Portal' menu is renamed 'Billing and Support',
because this is basically what it will offer.

'To Do' mailbox is removed, to ease the use of messaging for portal
users. Setting a message as starred correctly sets the message as starred,
but do not move it into Todo. It stays in Inbox, with the star. The Todo
client action is kept for backwards compatibility, but menu entry is removed.

bzr revid: tde@openerp.com-20130325151620-uk0j4ym0ctlnoz6d
2013-03-25 16:16:20 +01:00
Thibault Delavallée 00e7b82ff3 [REV] Technical feature on some portal menu entries removed for backward compatibility.
bzr revid: tde@openerp.com-20130325145036-vxmhu922afji4g08
2013-03-25 15:50:36 +01:00
Thibault Delavallée 48f632a54c [MERGE] Sybnc with trunk.
bzr revid: tde@openerp.com-20130325143505-j548cgz7gac0v9ql
2013-03-25 15:35:05 +01:00
Thibault Delavallée 55dcb23046 [MERGE] [FIX] portal_sale: when confirming an invoice, no invitation emails should be sent.
lp bug: https://launchpad.net/bugs/1095594 fixed

bzr revid: tde@openerp.com-20130325122317-92k9q9c3pj1cvmna
2013-03-25 13:23:17 +01:00
Thibault Delavallée 6a1d87dfb8 [FIX] portal_sale: when confirming an invoice, no invitation emails should be sent.
bzr revid: tde@openerp.com-20130325115430-9s6i1nkko1zfj66i
2013-03-25 12:54:30 +01:00
Quentin (OpenERP) 927c9ee432 [MERGE] fix of outlook plugin. It's now working with outlook 2010 (not yet with 2013, the work is still in progress for that version)
bzr revid: qdp-launchpad@openerp.com-20130325092738-gfskosss5xs8jffj
2013-03-25 10:27:38 +01:00
Launchpad Translations on behalf of openerp 7d61ca8ce4 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130323115615-krcv2a9xc7p7lee2
bzr revid: launchpad_translations_on_behalf_of_openerp-20130324051143-eb5ailcthtjlwt9u
bzr revid: launchpad_translations_on_behalf_of_openerp-20130325052408-askn9sxc1bzk1366
2013-03-25 05:24:08 +00:00
Launchpad Translations on behalf of openerp 646eaf3d73 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130325052335-jfts1e9p0gvmvc7s
2013-03-25 05:23:35 +00:00
Antony Lesuisse 3926a6d675 [FIX] crm stages, rename test files
- if a lead is not yet assigned to a sale team show all the default stages
- rename test files

bzr revid: al@openerp.com-20130322214039-lub80ed0ogy2fe3p
2013-03-22 22:40:39 +01:00
niv-openerp ab154e8cbc [FIX] small code problem in set defaults feature
lp bug: https://launchpad.net/bugs/1112232 fixed

bzr revid: nicolas.vanhoren@openerp.com-20130322163935-557zk749eiuswpcg
2013-03-22 17:39:35 +01:00
niv-openerp 13863aaa99 [FIX] deferred problems when clicking too quickly on some menu items
lp bug: https://launchpad.net/bugs/1100280 fixed

bzr revid: nicolas.vanhoren@openerp.com-20130322162310-135hd0hoak8k5oq6
2013-03-22 17:23:10 +01:00
Quentin (OpenERP) a40577503f [FIX] hr_expense, project: Change domain in expense to support regular contracts + modified the type of parent project analytic account in order to hide it in this new domain (and because it is more logical with this 'view' type)
bzr revid: qdp-launchpad@openerp.com-20130322143746-75bofl6qmihvxru4
2013-03-22 15:37:46 +01:00
Quentin (OpenERP) 0094cebad9 [FIX] account: manual reconciliation was not showing partners if the payment was encoded the same day than the last_reconciliation_date
bzr revid: qdp-launchpad@openerp.com-20130322143458-3tgw6pjmxetuomeq
2013-03-22 15:34:58 +01:00
Chris Biersbach aee22b95f2 [MERGE] Forwardport of fix from 6.1 revision 4334 that sometimes caused an import error when starting a cron
bzr revid: cbi@openerp.com-20130322143046-xcdqdm8dfxngvo4o
2013-03-22 15:30:46 +01:00
Thibault Delavallée 46dc796812 [MERGE] [FIX] mail: message_process: do not process incoming emails
with a message_id already existing in database. Indeed loops can occur when
openerp send notification emails to partners having an email address
matching an alias. The mail was routed in the same thread, leading to
further notification emails sent, causing an email loop.

Before trying to find possible routes, check that the incoming email's
message_id is not already present in mail.message table.
If it is the case, return False.

Parsing of the message has been moved before routing, to avoid looking
for routes for emails we will discard.

bzr revid: tde@openerp.com-20130322142916-0q3epz7dpgkyzuj0
2013-03-22 15:29:16 +01:00
Thibault Delavallée 4ebbf0e58d [IMP] mail: cleaned some tests, assertTrue on the length of a list replaced by assertEqual.
bzr revid: tde@openerp.com-20130322141022-j26c1hiwfoduky2j
2013-03-22 15:10:22 +01:00
Chris Biersbach 6eefd15744 [FIX] Forwardport of issue when starting crons from 6.1 revision 4334
bzr revid: cbi@openerp.com-20130322140331-2trqiyuck816wj4f
2013-03-22 15:03:31 +01:00
Thibault Delavallée 682089878f [IMP] mail: message_process: updated logger (debug -> info, email_from and email_to in logger messages).
bzr revid: tde@openerp.com-20130322134410-2kjptxqrc3bmcbyj
2013-03-22 14:44:10 +01:00
Quentin (OpenERP) 9f29b5da17 [FIX] purchase, sale: purchase/account settings were unthicking automatically the field 'group_analytic_account_for_sales'
bzr revid: qdp-launchpad@openerp.com-20130322130643-vmk56alao1do9f8y
2013-03-22 14:06:43 +01:00
Quentin (OpenERP) ff08a9a4f0 [FIX] product: usability: added group on a label that must only be displayed when the related field is displayed
bzr revid: qdp-launchpad@openerp.com-20130322125601-s81tvxrzd049o7gn
2013-03-22 13:56:01 +01:00
Thibault Delavallée 6cfb01d7c9 [FIX] mail: message_process: do not process incoming emails with a message_id already existing in database.
Before trying to find possible routes, check that the incoming email's
message_id is not already present in mail.message table.
If it is the case, return False.

Parsing of the message has been moved before routing, to avoid looking
for routes for emails we will discard.

Tests have been added and updated.

bzr revid: tde@openerp.com-20130322124809-ven2p5kxpqfjqxb5
2013-03-22 13:48:09 +01:00
Cedric Snauwaert 1fd2b50bde [FIX]purchase_resconfig: add missing onchange
bzr revid: csn@openerp.com-20130322124333-v1nl0kv1q1a17myy
2013-03-22 13:43:33 +01:00
Quentin (OpenERP) b9a2532a23 [FIX] product: fixed inconsistancies between pricelist label and product form view + added some helping explanation
bzr revid: qdp-launchpad@openerp.com-20130322114633-63v2wikuew4r22z6
2013-03-22 12:46:33 +01:00
Josse Colpaert 772b7d3035 [FIX] Use created date instead of account move line date for manual reconcil
bzr revid: jco@openerp.com-20130322113253-tkmb1bygozymsixl
2013-03-22 12:32:53 +01:00
Xavier Morel 03330ea230 [FIX] minor presentational offset issue
missed mis-handling of oe_selected in xmo@openerp.com-20130321155123-211iht7c6zme712e

bzr revid: xmo@openerp.com-20130322103606-60ayhrsn5gmgyu2h
2013-03-22 11:36:06 +01:00
dle@openerp.com 6311e080ac [FIX]testing.js: replace testing.case by testing['case'] for compatibility (IOS < 5, IE8)
bzr revid: dle@openerp.com-20130322101606-u8v8lyh59r3qnnk1
2013-03-22 11:16:06 +01:00
Cedric Snauwaert ccf5ed30ef [FIX]purchase/sale_resconfig: fix automatic unticking of box due to onchange
bzr revid: csn@openerp.com-20130322095845-kg909zbjb67wxmxo
2013-03-22 10:58:45 +01:00
Launchpad Translations on behalf of openerp a02f54e702 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130322053516-l2f6sdm3o3sp02t1
2013-03-22 05:35:16 +00:00
Fabien Meghazi fe323b1246 [FIX] Calendar view don't get default name
lp bug: https://launchpad.net/bugs/1154465 fixed

bzr revid: fme@openerp.com-20130321225402-iz7lul7hdooiup1o
2013-03-21 23:54:02 +01:00
Fabien Meghazi 2b40c8ba9e [FIX] Fix FormFields#focus()
The focus() of AbstractFormField should return false if field
is not focusable otherwise it breaks FormView's#autofocus()

Also added checks of existance of the element to focus.
Those errors makes it harder to find other bugs

bzr revid: fme@openerp.com-20130321220636-1pja2ahsdstyl8kz
2013-03-21 23:06:36 +01:00
Olivier Dony 65897d9e0f [FIX] resource: fix test: use fixed start/end hours for work periods, otherwise the test breaks randomly depending on the hour of the day
bzr revid: odo@openerp.com-20130321190348-3hxugi055qa2az0c
2013-03-21 20:03:48 +01:00
Quentin (OpenERP) 50c9f116a5 [FIX] account: fixed invoice analysis in multi-currency.
bzr revid: qdp-launchpad@openerp.com-20130321185541-21uce7bzo82y059g
2013-03-21 19:55:41 +01:00
Olivier Dony 41598ef041 [FIX] orm.expression: `=?` domain operator broken after 7.0 refactoring ; + added tests
lp bug: https://launchpad.net/bugs/1095635 fixed

bzr revid: odo@openerp.com-20130321173737-a0j330ro4i223fkb
2013-03-21 18:37:37 +01:00
Xavier Morel 839ceca3e4 [FIX] visible text in Chrome on Linux after applying text-to-icon
@include text-to-icon makes the text invisible (and adds an icon), but
some platform apparently don't apply the text's transparency (or
visibility) to its shadow, leading to the invisible text's shadow
still being noticeably visible (an interesting literary idea, an
"invisible" man who still casts a shadow?) as if the text had not been
erased. Furthermore, combined with the 1px font size it made the text
look like some sort of screen smudge or glitch.

Fix by erasing the text-shadow as well as the text.

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

bzr revid: xmo@openerp.com-20130321164741-iakau7g1kfq2mqu4
2013-03-21 17:47:41 +01:00
Josse Colpaert c968142c03 [FIX] Change domain in expense to support regular contracts
bzr revid: jco@openerp.com-20130321162939-gmwxjp6f444orh5f
2013-03-21 17:29:39 +01:00
Christophe Simonis 7fe9e8e73e [FIX] apps: add timestamp to check image to avoid cache problems
bzr revid: chs@openerp.com-20130321162636-p5w97ublixf00o5s
2013-03-21 17:26:36 +01:00
Xavier Morel 3c5d38918b [FIX] filter preceded by an invisible filter in the same group
On click on a filter in the drawer, FilterGroup would just match the
offset of the filter in the group's DOM with an index in the internal
#filters array. 

This worked until invisible fields, and then again only for filters
*preceded* by an invisible sibling in the same group: invisible
filters are not rendered in the DOM, so the indexes would get out of
sync.

Fix by using explicit indexes stored in a filter's @data-index and
using that to get the filter object/node.

An alternative fix (but hackier I think): instead of not rendering
invisible filters, render them with display: none. Remains an option
in the future if needed...

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

bzr revid: xmo@openerp.com-20130321155123-211iht7c6zme712e
2013-03-21 16:51:23 +01:00
Xavier Morel 3b2e26af18 [FIX] incorrect array joins
Array#join() is equivalent to Array.join(', '), not Array.join('') as in Python.

For some reason the tests didn't break, but...

bzr revid: xmo@openerp.com-20130321155105-dwgprqldk39r3xk2
2013-03-21 16:51:05 +01:00
Fabien Meghazi 43cba221b2 [FIX] View editor does not handle inherited views
lp bug: https://launchpad.net/bugs/1157117 fixed

bzr revid: fme@openerp.com-20130321152831-n3bkdtoru72hbbub
2013-03-21 16:28:31 +01:00
Chris Biersbach 94814833d4 [MERGE] Forwardport of 6.1 changes to project_issue working hours to open/close computations and corrections to the issue analysis report
bzr revid: cbi@openerp.com-20130321150817-5dr6gyo6yv42fyoh
2013-03-21 16:08:17 +01:00
Josse Colpaert d02c984059 [FIX] Add tooltip for supplier prices
bzr revid: jco@openerp.com-20130321143459-qqain0zq8jgdhbbp
2013-03-21 15:34:59 +01:00
Quentin (OpenERP) 2e2f82ac5f [FIX] mrp: there is no reason why selling a 'make_to_stock' product with phantom BOM should not explode the BOM (a 'make_to_order' product was already doing it, there is no reason to treat them differently)
bzr revid: qdp-launchpad@openerp.com-20130321142947-3sj0icxyn3bbrc5n
2013-03-21 15:29:47 +01:00
Quentin (OpenERP) bfbdd94fa8 [MERGE] staging branch with fix in lunch (product preferences) and in sale (batch invoicing of sale orders)
bzr revid: qdp-launchpad@openerp.com-20130321120749-afjz9axh97ypmhje
2013-03-21 13:07:49 +01:00
Thibault Delavallée 88b39119b8 [MERGE] [FIX] mail_gateway: better algorithm to find the partner of an incoming email when having multiple matching partners for a given email address.
The mailgateway tries to find a partner that is also an user with the email_from.
If none is found, it takes the first partner with matching email.
In message_post, it tries to find the author based on the document's followers.
Indeed it is very likely that an answer comes from a follower of a document.

The whole process is not done inside the mailgateway because document
and followers related stuff belong to message_post, not to the mail gateway.

Tests have been added in mail.

bzr revid: tde@openerp.com-20130321120451-qk524qayq28sw3th
2013-03-21 13:04:51 +01:00
Fabien Meghazi f4a98e143b [MERGE] Date Picker is not translated into local language
lp bug: https://launchpad.net/bugs/1101072 fixed

bzr revid: fme@openerp.com-20130321115330-cz7gk7il6hkvntw9
2013-03-21 12:53:30 +01:00
Olivier Dony 4c75931f6c [FIX] board: hide the "Add To Dashboard" option in search views when current action is incompatible (e.g. client actions don't work in dashboards at the moment)
lp bug: https://launchpad.net/bugs/1157896 fixed

bzr revid: odo@openerp.com-20130321114605-2ddj46q2pkswm36b
2013-03-21 12:46:05 +01:00
dle@openerp.com 8239875fba [FIX]l10n_be_coda: add statement id in bank statement line view to allow group by statement
bzr revid: dle@openerp.com-20130321113911-ho4j30tyuqkn9hnn
2013-03-21 12:39:11 +01:00
Quentin (OpenERP) 1743dc6df7 [FIX] sale: fixed the batch invoicing of sales orders that was create invoice twice per order + some refactoring
bzr revid: qdp-launchpad@openerp.com-20130321113059-667qdj873r0h0t55
2013-03-21 12:30:59 +01:00
Thibault Delavallée f02e8bfd61 [FIX] Broltch
bzr revid: tde@openerp.com-20130321112823-nmqzcjzigiwt09q7
2013-03-21 12:28:23 +01:00