Commit Graph

42819 Commits

Author SHA1 Message Date
Fabien Meghazi ab447a4f13 [FIX] Use childnodes and not the whole extend node
bzr revid: fme@openerp.com-20120201124822-xo1msj0ou09o73uh
2012-02-01 13:48:22 +01:00
Raphael Collet c7334387a5 [MERGE] lp:917213 (l10n_fr: new taxes)
bzr revid: rco@openerp.com-20120201123744-gxre5ore2ub8sw9f
2012-02-01 13:37:44 +01:00
Fabien Meghazi 0839b0e4ee [FIX] QWeb template inheritance done right
bzr revid: fme@openerp.com-20120201122926-poh3q2157ra9tzjd
2012-02-01 13:29:26 +01:00
Ronald Portier 64773ba357 [FIX] drop database fails when done before connecting to server.
lp bug: https://launchpad.net/bugs/924783 fixed

bzr revid: ronald@therp.nl-20120201113759-wi2kogl2x1lsxk7g
2012-02-01 12:37:59 +01:00
Olivier Dony 0c71b22f81 [FIX] purchase: remove incorrect PO-based stock move valuation for incoming shipments
As discussed on bug 923191, the current override
is incorrect because it will silently replace the cost
of incoming stock moves with PO prices for products w/
standard costing - this should only concern products
with average costing for which no cost was manually
provided.
And in fact we can completely remove this override
because even for products with average costing,
the PO prices are already provided as default cost 
prices in the picking/move reception wizard, so
the PO price is already taken into account and the
cost will never be missing.
Thanks to Graeme Gellatly for the excellent
analysis!

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

bzr revid: odo@openerp.com-20120201113724-y18fna1v7z6kxka4
2012-02-01 12:37:24 +01:00
Olivier Dony 7d8e648eaf [IMP] edi: exclude sample code in EDI web template from being translated
bzr revid: odo@openerp.com-20120201111908-ewah9yl2acre5a9h
2012-02-01 12:19:08 +01:00
Raphael Collet c0534b0100 [MERGE] l10n_fr_rib: improve check of RIB and IBAN (contrib from Akretion)
bzr revid: rco@openerp.com-20120201110507-ztz2ss626svv2jl6
2012-02-01 12:05:07 +01:00
Raphael Collet 32bfeb684a [MERGE] l10n_be: rewrite wizard Annual Listing of VAT
bzr revid: rco@openerp.com-20120201102133-kdu1ajkbpxoyqe5r
2012-02-01 11:21:33 +01:00
Alexis de Lattre d3d72dc943 Add related field currency_id on res.partner.bank.
Display it in the corresponding tree and form views.

bzr revid: alexis@via.ecp.fr-20120201100727-007fkyhltwewtbyy
2012-02-01 11:07:27 +01:00
Raphael Collet cf3d3a3e02 [MERGE] from trunk
bzr revid: rco@openerp.com-20120201094400-nmz15394nstyl9av
2012-02-01 10:44:00 +01:00
Raphael Collet 0495dc9413 [IMP] l10n_be: code clean up (mostly spacing and indentation)
bzr revid: rco@openerp.com-20120201090929-wqcu32kme63laecj
2012-02-01 10:09:29 +01:00
Launchpad Translations on behalf of openerp a6be92b62b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120201045611-6pg23l4ipzfnlpme
bzr revid: launchpad_translations_on_behalf_of_openerp-20120201051211-pvfvh4f562tv94rj
2012-02-01 05:12:11 +00:00
Launchpad Translations on behalf of openerp 810e73513a Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120201045532-i8okrs9w77l78yn5
2012-02-01 04:55:32 +00:00
Antony Lesuisse 62750454e2 bye bye DEBUG_*
bzr revid: al@openerp.com-20120201003015-pct8p0fgixun3zvv
2012-02-01 01:30:15 +01:00
Antony Lesuisse 936ce97689 fix --log-sql
bzr revid: al@openerp.com-20120201002321-nstmlzxzrcfgev13
2012-02-01 01:23:21 +01:00
Antony Lesuisse aca0720691 logging no need to filter just set propagate to False
bzr revid: al@openerp.com-20120201001941-qu30h1q030yqc1wq
2012-02-01 01:19:41 +01:00
Antony Lesuisse 5a076878af new logging handler and commandline config, mostly work except the filter on the root logger
bzr revid: al@openerp.com-20120201001019-7fol09su31gbn69w
2012-02-01 01:10:19 +01:00
Stefan Rijnhart 5271b9f2ed [ADD] Address format for the Netherlands
bzr revid: stefan@therp.nl-20120131232741-1c0ap325wrmt4638
2012-02-01 00:27:41 +01:00
Antony Lesuisse b80c634176 [REM] incomplete logging handler config
bzr revid: al@openerp.com-20120131212027-oargpskx4k5a9cem
2012-01-31 22:20:27 +01:00
Antony Lesuisse 1a62602c86 [MERGE] trunk
bzr revid: al@openerp.com-20120131211744-whzzo0dh6w1kptng
2012-01-31 22:17:44 +01:00
Antony Lesuisse f2aea7dfc2 [MERGE] ask for login when importing edi file if needed
bzr revid: al@openerp.com-20120131210131-k1141eoel0l3b26c
2012-01-31 22:01:31 +01:00
Antony Lesuisse 60c47d9f98 [FIX] restore support for session action used by edi
bzr revid: al@openerp.com-20120131205152-tbzx37vq3g4nef0p
2012-01-31 21:51:52 +01:00
Xavier Morel b9cb00f8de [IMP] change bounding function of tipsy to try to avoid tooltips being cut off
lp bug: https://launchpad.net/bugs/924286 fixed

bzr revid: xmo@openerp.com-20120131155208-ugzig1m90y4a86gk
2012-01-31 16:52:08 +01:00
Xavier Morel e719558c79 [ADD] values restriction pattern for notebook/@tabpos
bzr revid: xmo@openerp.com-20120131154023-lbxqpdirjk9df694
2012-01-31 16:40:23 +01:00
Launchpad Translations on behalf of openerp ffb184bf1f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120202055834-tscy1is5mn7c1qbo
2012-02-02 05:58:34 +00:00
Vo Minh Thu ee988a8955 [IMP] tests: export all the tests in a single suite.
bzr revid: vmt@openerp.com-20120201164404-yvnf30okqyj69sfy
2012-02-01 17:44:04 +01:00
Fabien Meghazi eddfc1a56a [IMP] Upgraded jQuery UI from 1.8.9 to 1.8.17
lp bug: https://launchpad.net/bugs/916342 fixed

bzr revid: fme@openerp.com-20120201163312-htze3vpzb3opgnoy
2012-02-01 17:33:12 +01:00
Xavier Morel 4bee4fe7fc [ADD] support for id field type in search view
lp bug: https://launchpad.net/bugs/924296 fixed

bzr revid: xmo@openerp.com-20120131140210-b44fs5nfw109v81l
2012-01-31 15:02:10 +01:00
Xavier Morel 1ce98c610f [FIX] selection field default value selection in IE8
for some reason, @selected blows up (probably when converting the XML dom to HTML), but t-attf-selected works

bzr revid: xmo@openerp.com-20120131133807-wm549gl7ilg50uf7
2012-01-31 14:38:07 +01:00
Alexis de Lattre c646827762 [MERGE] with addons-trunk and resolve conflict in base_iban
<> changed to !=
Changed error message

bzr revid: alexis@via.ecp.fr-20120131133657-0gzkk0bcb709ca6f
2012-01-31 14:36:57 +01:00
Raphael Collet ac205cd443 [MERGE] small fixes (typo in tooltip, char field size)
bzr revid: rco@openerp.com-20120131132112-y526k22lrltqnocm
2012-01-31 14:21:12 +01:00
Xavier Morel 11272c4737 [FIX] positioning of hidden file field of binary widget
bzr revid: xmo@openerp.com-20120131125431-sf5w5yxfctiwvk7r
2012-01-31 13:54:31 +01:00
Fabien Meghazi b014335eb2 [FIX] calendar view missing 1/2 hour
lp bug: https://launchpad.net/bugs/922328 fixed

bzr revid: fme@openerp.com-20120131125216-7om1iuhuzdvf6loq
2012-01-31 13:52:16 +01:00
Olivier Dony b281791ff5 [IMP] db dump: correct reference URL in comments
bzr revid: odo@openerp.com-20120131113642-z6z4vs11fcwkyaqq
2012-01-31 12:36:42 +01:00
Olivier Dony f11e1de5eb [FIX] db dump: report errors due to missing password + pass PGPASSWORD even on Unix
Even on Unix systems the PGPASSWORD env var
is necessary when Postgres is configured to
deny unix socket connections or to require
a password anyway. This avoids asking admins
to manually create a ~/.pgpass file in order
to use the dump/restore tools.
Also did some cleanup to ensure the PGPASSWORD
var is removed from the environment as soon
as the operation is done.

lp bug: https://launchpad.net/bugs/790164 fixed
lp bug: https://launchpad.net/bugs/919100 fixed

bzr revid: odo@openerp.com-20120131110849-tji6ipjovxc9oi4v
2012-01-31 12:08:49 +01:00
Xavier Morel a6c106365a [REM] unused variables in process
bzr revid: xmo@openerp.com-20120131105846-wvqyxko2lux2gwnj
2012-01-31 11:58:46 +01:00
Raphael Collet eea68d6981 [MERGE] sale, purchase, stock: refactoring of invoice creation (Alexis de Lattre, Raphael Valyi)
bzr revid: rco@openerp.com-20120131105322-80x7fp2u1z5fyo6o
2012-01-31 11:53:22 +01:00
Xavier Morel ad5457693c [FIX] selection of current document's state in process view
bzr revid: xmo@openerp.com-20120131105212-bnu4150hai88rwm6
2012-01-31 11:52:12 +01:00
Raphael Collet e3bebef9b2 [MERGE] lp:922526 (crm_caldav, project_caldav: fix import statements)
bzr revid: rco@openerp.com-20120131102336-ijd1832yke0g0w0w
2012-01-31 11:23:36 +01:00
Fabien Meghazi d6f406191a [FIX] reloading of menu should keep active menu hidden when folded
bzr revid: fme@openerp.com-20120131100324-xajoh1esyvj31zs0
2012-01-31 11:03:24 +01:00
Xavier Morel b52e034c43 [IMP] docstring for fix_view_modes
bzr revid: xmo@openerp.com-20120131095651-a249eben5d8xjkvd
2012-01-31 10:56:51 +01:00
Xavier Morel d5cac24bc8 [IMP] right-align labels in db-management screens
bzr revid: xmo@openerp.com-20120131094441-cmou5jfes0e9o3k5
2012-01-31 10:44:41 +01:00
Xavier Morel 73c1d7c3de [FIX] handling of being denied access to the list of databases in the database-management screen
lp bug: https://launchpad.net/bugs/922024 fixed

bzr revid: xmo@openerp.com-20120131094326-1am82v8u6f9fefuv
2012-01-31 10:43:26 +01:00
Divyesh Makwana (Open ERP) 1c8dbd8b1c [IMP] l10n_fr : Improved the demo data
bzr revid: mdi@tinyerp.com-20120131092510-vrts3ok6ue3b0hef
2012-01-31 14:55:10 +05:30
Xavier Morel 52fc5d5023 [FIX] double htmlescaping in m2o fields when selecting an autocomplete choice
When providing values to the autocomplete, there are two keys used by
the autocomplete system itself:
* A mandatory label
* An optional value

If the value is not specified, the autocomplete will use the label
*but* it will htmlescape the label's value before setting it on the
input, while the provided label is raw HTML.

While this protects the input, if the label was already htmlescaped
(because it's user-provided data and may contain e.g. ampersands) in
order not to break the autocompletion list, it will end up
double-escaped with e.g. `&` characters replaced by `&amp;` in
user-visible text.

The fix is to use the `value` key and set it to unescaped text data,
the widget will escape it before setting it on the field yielding the
correct user-facing result.

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

bzr revid: xmo@openerp.com-20120131090226-8r64u4w3bb36se7n
2012-01-31 10:02:26 +01:00
Bharat Devnani (OpenERP) d38a20b16a [IMP] changed the size of fields
bzr revid: bde@tinyerp.com-20120131055413-mrwsfty3c47ystiy
2012-01-31 11:24:13 +05:30
Bharat Devnani (OpenERP) 9267d3dd67 [REM] removed required=False attribute from partner_ids field in l10n_be/wizard/l10n_be_partner_vat_listing.py
bzr revid: bde@tinyerp.com-20120131054713-8yutobg67ohfh3cc
2012-01-31 11:17:13 +05:30
Bharat Devnani (OpenERP) 05a3dc5eb0 [IMP] commented print_vatlist function
bzr revid: bde@tinyerp.com-20120131053736-vkievt1pjl37vx6a
2012-01-31 11:07:36 +05:30
Bharat Devnani (OpenERP) 05705b2470 [IMP] commented Print button tag
bzr revid: bde@tinyerp.com-20120131053351-7cwyagusfxct7cjn
2012-01-31 11:03:51 +05:30
Launchpad Translations on behalf of openerp 69910d967c Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120131050031-o00wn1tnzbkgjt6j
bzr revid: launchpad_translations_on_behalf_of_openerp-20120131050331-w0omtl1lmfqzciwq
bzr revid: launchpad_translations_on_behalf_of_openerp-20120131052309-jtfsc2m4h3liyzb5
2012-01-31 05:23:09 +00:00