Commit Graph

69726 Commits

Author SHA1 Message Date
Olivier Dony cd6279b8fc [I18N] Synchronize translation templates with latest source code
bzr revid: odo@openerp.com-20130607194513-19an571lbpbbzlfz
2013-06-07 21:45:13 +02:00
dle@openerp.com ac63b66448 [ADD]web: chrome.js add My OpenERP.com account
bzr revid: dle@openerp.com-20130607163702-4q2mr9y0cztxqflo
2013-06-07 18:37:02 +02:00
Frédéric van der Essen 63d79a1452 [FIX] css: removed the forced left alignment of dropdown menu on the calling element, as it prevented correct display of the top right drop down menu when it's content was larger than the user name
bzr revid: fva@openerp.com-20130607160307-52z7b4ykb36a2hpr
2013-06-07 18:03:07 +02:00
Christophe Matthieu 9966ba5608 [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos)
bzr revid: chm@openerp.com-20130607155350-ouvs6d9ibkbz0qof
2013-06-07 17:53:50 +02:00
Olivier Dony 5576d51aff [MERGE] OPW 592349: account_asset: show asset category on supplier invoice lines too, not only customer invoices
lp bug: https://launchpad.net/bugs/1104038 fixed

bzr revid: odo@openerp.com-20130607154327-rs703tj3wcvfmvno
2013-06-07 17:43:27 +02:00
Martin Trigaux 8908e6eab8 [MERGE] [FIX] account_payment: structured reference type is not reflected when importing from invoice, courtesy of Niels Huylebroeck (Agaplan)
bzr revid: mat@openerp.com-20130607152644-4om98wo6mu3hesfo
2013-06-07 17:26:44 +02:00
Xavier Morel 1ea609ba65 [FIX] bugs discovered by failing onwrite test case
Following xmo@openerp.com-20130607120355-x3poxy2ar2bpqqvw:

* add_ids should not add ids which are already in the dataset, this
  leads to duplicates which the web client does not overly like

* methods which add or remove records should not manipulate
  dataset.ids as well as that's now automatic (on_write feature)

* record add should only insert the id in the dataset on non-false ids
  (e.g. list edition uses "pending" record with false id during
  creation, then sets the id it got from create() call)

bzr revid: xmo@openerp.com-20130607152326-2pja1kuwo0ropfuw
2013-06-07 17:23:26 +02:00
Christophe Matthieu aa423f4cb1 [FIX] M2m tags field wrong height count when field in nonactive notebook page at load time.
bzr revid: chm@openerp.com-20130607151339-t9n5iv2vap0kvimw
2013-06-07 17:13:39 +02:00
dle@openerp.com 1204425a83 [FIX]auth_oauth: controller signin fallback to ?db=dbname if xml_id missing (thus, include case where auth_oauth is not installed)
bzr revid: dle@openerp.com-20130607144849-k1u7ac49q8duqulo
2013-06-07 16:48:49 +02:00
Martin Trigaux 5434e916d8 [MERGE] [FIX] account_payment: structured reference type is not reflected when importing from invoice, courtesy of Niels Huylebroeck (Agaplan)
bzr revid: mat@openerp.com-20130607135259-s9j3v5wp3pri47av
2013-06-07 15:52:59 +02:00
Christophe Matthieu 27db64f7a0 [FIX] duplicate tag when press tab key two time. Bug 1154057
bzr revid: chm@openerp.com-20130607132203-rcvx6wu820o03tiu
2013-06-07 15:22:03 +02:00
Martin Trigaux 6341ea655e [MERGE] [FIX] stock: decimal precision wrong when invoice a purchaseorder with invoicing Based on incoming shipments
bzr revid: mat@openerp.com-20130607122151-rnnguw3hlb31923p
2013-06-07 14:21:51 +02:00
Martin Trigaux e8cbc4ed30 [IMP] product: specify max size for product lable with long name
bzr revid: mat@openerp.com-20130607121311-ekuzfz5zm8jz52fc
2013-06-07 14:13:11 +02:00
Xavier Morel 8d0d43b40b [IMP] correctly reinsert ids into dataset when moving them around in the list view
bzr revid: xmo@openerp.com-20130607120355-x3poxy2ar2bpqqvw
2013-06-07 14:03:55 +02:00
Christophe Matthieu 9d9e3d2ef8 [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos)
bzr revid: chm@openerp.com-20130607113829-1mi6jk18c2v3jjhn
2013-06-07 13:38:29 +02:00
Martin Trigaux aa0072b1b5 [MERGE] [FIX] export: allow excluding special virtual fields from exportable data
For example the virtual 'Access Rights' fields on
res.users cannot be browsed and cannot currently
by exported.

bzr revid: mat@openerp.com-20130607113400-wglfoknh8qe0hgsx
2013-06-07 13:34:00 +02:00
Christophe Matthieu a941c199c1 [FIX] translation button or icon not displayed with html widget. Bug 1179505
bzr revid: chm@openerp.com-20130607101517-zilu97d4akhho72v
2013-06-07 12:15:17 +02:00
Martin Trigaux 06b74bc47c [FIX] account: correct API call for product_id_change
uom -> uom_id to be consistent with the args of the one from account_invoice.py

bzr revid: mat@openerp.com-20130607095832-2p1z011zbsrgl5og
2013-06-07 11:58:32 +02:00
Christophe Matthieu c333a5260a [FIX] In graph view group by display wrong value. bug-1171937
bzr revid: chm@openerp.com-20130607094314-t2jyxbnznobu5wef
2013-06-07 11:43:14 +02:00
Olivier Dony 6901c4f981 [FIX] export: allow excluding special virtual fields from exportable data
For example the virtual "Access Rights" fields on
res.users cannot be browsed and cannot currently
by exported.

bzr revid: odo@openerp.com-20130607093044-y3bct44ralu8yf0o
2013-06-07 11:30:44 +02:00
Christophe Matthieu de9777bf56 [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos)
bzr revid: chm@openerp.com-20130607090251-2ym7dx73jdigq93w
2013-06-07 11:02:51 +02:00
Christophe Matthieu 56e4be5d1d [IMP] Improve typos in warning (Grammar mistake, Capitalize title, Typos)
bzr revid: chm@openerp.com-20130607083901-f24fjvo0vi696ll3
2013-06-07 10:39:01 +02:00
Launchpad Translations on behalf of openerp b8046b6d8e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130607070228-7pj30eek2orow71g
2013-06-07 07:02:28 +00:00
Christophe Matthieu 22f268328c [MERGE] cleditor: on window resize blur event not triggered except firefox so due to which value disappears from the container.
bzr revid: chm@openerp.com-20130606144437-c9rccpsqjv13t3rw
2013-06-06 16:44:37 +02:00
Martin Trigaux 3e22501636 [FIX] account: correct journal report with tax_code
bzr revid: mat@openerp.com-20130606142909-y56q6dnaz75v7v7b
2013-06-06 16:29:09 +02:00
Christophe Matthieu 7ad343636b [FIX] view_list: when we have more than 80 record in list and we create new record and switch the views like form->list->form gives traceback. Get if the index is over the number of visible records
bzr revid: chm@openerp.com-20130606142616-41xxepfzkdvyqu9m
2013-06-06 16:26:16 +02:00
Christophe Matthieu b151613f0d [MERGE] pager should be disappear when we create a new record from o2m/m2m popup.
bzr revid: chm@openerp.com-20130606121754-r9xa11ms6do2nrwh
2013-06-06 14:17:54 +02:00
Christophe Matthieu ef346d8b35 [FIX] min height of textarea field in non selected tabs.
bzr revid: chm@openerp.com-20130606120735-u79dqaubgq6zg7tu
2013-06-06 14:07:35 +02:00
Christophe Matthieu 89086e4451 [FIX] view list: some title not align with other.
bzr revid: chm@openerp.com-20130606104145-jezs2u9tr3xb3fmh
2013-06-06 12:41:45 +02:00
Christophe Matthieu 079b780384 [FIX] height of the many2many_tags field when the field is empty
bzr revid: chm@openerp.com-20130606102437-8j0ga41pwe8fogd0
2013-06-06 12:24:37 +02:00
Olivier Dony 72ee804f8b [MERGE] base: remove remaining company assignments on currencies, courtesy of Stefan Rijnhart (Therp)
Fix of the testsuite (in openerp/addons/base/test/test_osv_expression.yml)
done on top of Stefan's original patch

bzr revid: odo@openerp.com-20130606101123-1lqm1qesg9jol8gi
2013-06-06 12:11:23 +02:00
Christophe Matthieu cf0fcaebc9 [MERGE] Onchange must be called for m2o when the popup view is opened an return changes (save button).
bzr revid: chm@openerp.com-20130606094739-3ydlncwv711txo41
2013-06-06 11:47:39 +02:00
Olivier Dony 1509011229 [FIX] base: fix o2m testsuite following change of default currency data, in relation with bug 1111298
lp bug: https://launchpad.net/bugs/1111298 fixed

bzr revid: odo@openerp.com-20130606090410-4t6o6se18ejbgqmj
2013-06-06 11:04:10 +02:00
Mohammed Shekha 2b65ba1f64 [FIX]Refixed the issue of resequence, added id at specified index in dataset.
bzr revid: msh@openerp.com-20130606065630-r536yqlcq0wihs8l
2013-06-06 12:26:30 +05:30
Launchpad Translations on behalf of openerp bbb628be2a Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130606062901-5gh1mnjepy36whkh
2013-06-06 06:29:01 +00:00
Xavier Morel d72773015e [IMP] close search autocompletion list while completing
Looks slightly worse as results don't seamlessly update in-place, but
limits/avoids the risk of quick-typing, hitting [Return] and getting
an incomplete/incorrect query because the completion didn't catch up
(e.g. slow network) and [Return] validated the previously retrieved
completion.

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

bzr revid: xmo@openerp.com-20130605144949-jbzs2hppr6c1djg3
2013-06-05 16:49:49 +02:00
Xavier Morel 672933ebfe [IMP] PNG recompression
bzr revid: xmo@openerp.com-20130605124327-poy97bvw73sdm1o6
2013-06-05 14:43:27 +02:00
Xavier Morel a0fbd674c9 [FIX] search view layout in case of very long facet value
* don't fix facet height so the facet content correctly "grows" all of
  the facet and thus the surrounding view

* hard-code the heights of the view-level controls (clear and open
  drawer) to avoid both overly large hitbox and their moving outside
  of the top-right corner

* add some margins on the facets container to avoid overlaps between
  top-level search controls and facet activable elements

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

bzr revid: xmo@openerp.com-20130605105240-h9o03ol7l8dti1yn
2013-06-05 12:52:40 +02:00
Xavier Morel bdcb553128 [FIX] MSIE9 issue where complete.previous would be '' instead of undefined
bzr revid: xmo@openerp.com-20130605105227-6e5a6ckxshk8uwkg
2013-06-05 12:52:27 +02:00
Olivier Dony be8c76485b [MERGE] l10n_lu: update account labels to match latest eCDF values + improve mapping with financial reports (bs, p&l), courtesy of Stéphane Bidoul (Acsone)
bzr revid: odo@openerp.com-20130605102907-s3c6ag939swr8lma
2013-06-05 12:29:07 +02:00
Quentin (OpenERP) d9bf42df87 [FIX] stock: fixed error in stock valuation entries
bzr revid: qdp-launchpad@openerp.com-20130605101442-45pyldayhkx3o66f
2013-06-05 12:14:42 +02:00
Martin Trigaux bdc8bf2d62 [FIX] account: don't display non-commercial partners for bank statement
bzr revid: mat@openerp.com-20130605091326-pfcq6xp2f71bcvhz
2013-06-05 11:13:26 +02:00
Stéphane Bidoul 709b6d9ba8 l10n_lu account chart: align account names with latest eCDF field list
bzr revid: stephane.bidoul@acsone.eu-20130605075244-x7hhf9kl1nr1rb42
2013-06-05 09:52:44 +02:00
Martin Trigaux 3136aae3f5 [FIX] account: don't display non-commercial partners for bank statement
bzr revid: mat@openerp.com-20130605074957-tpd3jol51ww7j86i
2013-06-05 09:49:57 +02:00
Stéphane Bidoul f2ad29fe1d l10n_lu account chart: add missing mappings between account chart and financial reports
Accounts 756, 758 and 759 should be the only one not mapped as 
the mapping is ambiguous, and child accounts should me mapped individually.

bzr revid: stephane.bidoul@acsone.eu-20130605074300-gyiwqfb7qa7wwkbo
2013-06-05 09:43:00 +02:00
Launchpad Translations on behalf of openerp a672175778 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130605063353-olbsp2vtidn3j2l8
2013-06-05 06:33:53 +00:00
Launchpad Translations on behalf of openerp b1a9b0b9d9 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130604062709-pb9s1kp33ar9hc9u
bzr revid: launchpad_translations_on_behalf_of_openerp-20130605063346-xa44erszwq702eya
2013-06-05 06:33:46 +00:00
Martin Trigaux 79e283090a [MERGE] base_import: better FAQ
bzr revid: mat@openerp.com-20130604152059-batvt7x6zvvwbipr
2013-06-04 17:20:59 +02:00
Xavier Morel 431e0761c0 [FIX] assertion errors in search view when selecting all of a search input's content
Force normalization of the input's root node, Firefox tends to spawn
multiple text node children then create selection ranges over all of
them and worse.

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

bzr revid: xmo@openerp.com-20130604150551-0m0b48aifg9favz8
2013-06-04 17:05:51 +02:00
Martin Trigaux 7a5b5e89f9 [MERGE] [FIX] sale_crm: add payment_term to sale order
bzr revid: mat@openerp.com-20130604144618-midnzv5x0418amkf
2013-06-04 16:46:18 +02:00