Commit Graph

43506 Commits

Author SHA1 Message Date
Quentin (OpenERP) 6645ed25db [MERGE] account: merged the branch that add debit/credit option on financial reports
bzr revid: qdp-launchpad@openerp.com-20120213104937-fyfay6sym8l8dq7d
2012-02-13 11:49:37 +01:00
Olivier Dony b73acbab66 [FIX] pos: better PIL import, courtesy of Mohammad Alhashash
lp bug: https://launchpad.net/bugs/930550 fixed

bzr revid: odo@openerp.com-20120213102432-tl0d0yhfyrg8iwnn
2012-02-13 11:24:32 +01:00
Xavier Morel 48645fe412 [IMP] remove nonsensical attributes on tree and search, tighten tree/@toolbar
bzr revid: xmo@openerp.com-20120213101758-i20p214w21u0ik5r
2012-02-13 11:17:58 +01:00
Xavier Morel 042a5f823d [FIX] don't use 'undefined' as a fallback value for .attr, it makes jquery think that's a get and breaks chaining
bzr revid: xmo@openerp.com-20120213100543-0zu2ij95tnufu5df
2012-02-13 11:05:43 +01:00
Fabien Meghazi 85ac428a7b [FIX] Login without selected database returns uncatched error
lp bug: https://launchpad.net/bugs/931320 fixed

bzr revid: fme@openerp.com-20120213100102-4ooonwfjzmjo4en8
2012-02-13 11:01:02 +01:00
Xavier Morel c900d355f8 [REM] base_module_quality: nonsensical attributes on module.quality.detail list view
bzr revid: xmo@openerp.com-20120213095245-ysocamwgtbvlnr4s
2012-02-13 10:52:45 +01:00
Xavier Morel 346805aa02 [FIX] sizing of date widgets in search view
lp bug: https://launchpad.net/bugs/930049 fixed

bzr revid: xmo@openerp.com-20120213094015-px9udeft0v0htnyu
2012-02-13 10:40:15 +01:00
Xavier Morel 919cf2a51f [FIX] get_last_modified in case no file is provided
lp bug: https://launchpad.net/bugs/931293 fixed

bzr revid: xmo@openerp.com-20120213091049-thhwo5fzadsy4671
2012-02-13 10:10:49 +01:00
Xavier Morel 49a20fa44a [FIX] CSS rules inheritance leading to listview colors not being taken in account in o2m (and probably m2m) fields
lp bug: https://launchpad.net/bugs/927950 fixed

bzr revid: xmo@openerp.com-20120213085624-pia163tdfm018q3j
2012-02-13 09:56:24 +01:00
Olivier Dony 5ecb66312c [REV] Last merge by AL breaks tests
bzr revid: odo@openerp.com-20120213084242-wn07hua23owewgvm
2012-02-13 09:42:42 +01:00
Xavier Morel c0c89da4b8 [FIX] rendering of readonly URI fields
don't call FieldChar's set_value as this nukes the URI widget's content (link in this case). Either that, or empty the content and add the link back via DOM manipulations

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

bzr revid: xmo@openerp.com-20120213082047-931ea10a8lrb18wf
2012-02-13 09:20:47 +01:00
Launchpad Translations on behalf of openerp d970294f61 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120211054143-ombd21qpgp6dwowo
bzr revid: launchpad_translations_on_behalf_of_openerp-20120212050000-l6kpoprwuejqy53f
bzr revid: launchpad_translations_on_behalf_of_openerp-20120213050809-dfeuvbboy9mk6ox5
2012-02-13 05:08:09 +00:00
Launchpad Translations on behalf of openerp 2aa2378015 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120211050953-f8t9zos3qjzmnj3t
bzr revid: launchpad_translations_on_behalf_of_openerp-20120212044319-nxuw0h7g5aqrqy4s
bzr revid: launchpad_translations_on_behalf_of_openerp-20120213045042-jyku2inv3wkcae91
2012-02-13 04:50:42 +00:00
Launchpad Translations on behalf of openerp 769e8fc3a7 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120211050703-tr5u3ccsyn3nr4a3
bzr revid: launchpad_translations_on_behalf_of_openerp-20120212044214-22i3b1p1odzszfm8
bzr revid: launchpad_translations_on_behalf_of_openerp-20120213044933-drlzxl0ds3vw5pct
2012-02-13 04:49:33 +00:00
Antony Lesuisse 87c00a1d3e [MERGE] webkit wkhtmltopdf path configuration
bzr revid: al@openerp.com-20120210173911-9f7oqrtghejse9o4
2012-02-10 18:39:11 +01:00
Xavier Morel b79f91a0f5 [FIX] completely destroy the current openerp session on logout (but leave the webclient session), so other tabs using the same session get unlogged
lp bug: https://launchpad.net/bugs/925386 fixed

bzr revid: xmo@openerp.com-20120210164309-lyslwm4t94a4jd7g
2012-02-10 17:43:09 +01:00
Stephane Wirtel 7500c3976c [FIX] report_webkit: Integration of WebkitHtmlToPdf
The system will read the default path from the webkit_path defined into the ir.config_parameter.
If there is no value, the system will use the PATH.

bzr revid: stw@openerp.com-20120210160929-thor1qik8i3ybnn2
2012-02-10 17:09:29 +01:00
Stephane Wirtel 96dee4a580 [FIX] setup.nsi: Integrate WebKitHtmlToPDF
bzr revid: stw@openerp.com-20120210160804-ndy5ktf7k6jrd7v7
2012-02-10 17:08:04 +01:00
Xavier Morel e0a346f0eb [FIX] clearing of selection fields with a (non-additional) 'false' value in search views
also finally add a basic Input#clear API

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

bzr revid: xmo@openerp.com-20120210155235-sjax5dnc73rpixbr
2012-02-10 16:52:35 +01:00
Vo Minh Thu 679b64e865 [MERGE] --proxy mode added, using Werkzeug ProxyFix class.
bzr revid: vmt@openerp.com-20120210153500-689bnj0a1f51nvjc
2012-02-10 16:35:00 +01:00
Vo Minh Thu b76a80944f [FIX] wsgi: better instruction to use the proxied.application.
bzr revid: vmt@openerp.com-20120210152521-638x9bzrvz0enq9k
2012-02-10 16:25:21 +01:00
Quentin (OpenERP) ba850c1d1b [IMP] account_followup: small usability change
bzr revid: qdp-launchpad@openerp.com-20120210152035-ub9g1qqrv6kt5tsv
2012-02-10 16:20:35 +01:00
Xavier Morel c15c5dfa9f [FIX] display of empty graphs if a group field is specified
bzr revid: xmo@openerp.com-20120210151723-ixseg6y18u54qe6p
2012-02-10 16:17:23 +01:00
Vo Minh Thu 4890c95447 [FIX] wsgi: use wsgi.core instead of wsgi, remove unused variable.
bzr revid: vmt@openerp.com-20120210151715-5vei5cbpdlimlqj5
2012-02-10 16:17:15 +01:00
Olivier Dony 83785b1eef [FIX] delivery.carrier: write() failed to handle ids=int case
lp bug: https://launchpad.net/bugs/930127 fixed

bzr revid: odo@openerp.com-20120210151649-xfwkf7xk1zv3s3nx
2012-02-10 16:16:49 +01:00
Vo Minh Thu db7e1f37a5 [IMP] typo.
bzr revid: vmt@openerp.com-20120210150615-3ywm0le30niofxy3
2012-02-10 16:06:15 +01:00
Xavier Morel d237ba0a2b [FIX] only try to load CSS, QWeb and JS files if there are new modules to reload, especially as the new conditional requests will blow up when trying to load nothing at all
bzr revid: xmo@openerp.com-20120210145502-gbtq09g75xxt83c4
2012-02-10 15:55:02 +01:00
Vo Minh Thu 1c6af53988 [MERGE]merged trunk.
bzr revid: vmt@openerp.com-20120210144114-rm4mt9x3uyekinto
2012-02-10 15:41:14 +01:00
Vo Minh Thu 4f64a7b09d [IMP] wsgi: expose both a normal application() and a proxied application() entry points.
bzr revid: vmt@openerp.com-20120210143609-auackb5ip7dqvlk2
2012-02-10 15:36:09 +01:00
Olivier Dony 9b7539ae26 [IMP] ir.config.parameter: admin menu and views (inspired by Camptocamp's ir_config_parameter_viewer module)
bzr revid: odo@openerp.com-20120210142318-6h6nb42vgrvxfcdb
2012-02-10 15:23:18 +01:00
Xavier Morel c892fcd40d [IMP] implement conditional requests to /js and /css concatenators
lp bug: https://launchpad.net/bugs/930087 fixed

bzr revid: xmo@openerp.com-20120210141704-w8w0exs1mk0l0342
2012-02-10 15:17:04 +01:00
Xavier Morel 3b565386c2 [IMP] move all the making-stuff-conditional-based-on-other-stuff code to a dedicated method of the WebClient controller
provides a single point of configuration if/when we decide to change the cache-control stuff, mostly

bzr revid: xmo@openerp.com-20120210141338-3aib9ls3b72gr4ez
2012-02-10 15:13:38 +01:00
Thibault Delavallée 7247e0e17d [MERGE] pos: merged several fixes: canceling a cash register does not crash anymore if it has no statement line; cleaned search view for cash registers; cleaned redirection after opening and closing cash registers; cleaned search filters in Reporting; fixed a bug in cash register analysis that was limited to Administrator entries only.
bzr revid: tde@openerp.com-20120210140731-lp38unlb126l9l57
2012-02-10 15:07:31 +01:00
Thibault Delavallée 9490108441 [IMP] Cleaned return when closing cash registers, to match the opening of cash registers.
bzr revid: tde@openerp.com-20120210140242-qvoocm5rjm6pqpit
2012-02-10 15:02:42 +01:00
Xavier Morel 10f215ef35 [IMP] conditional GET for concatenated JS and CSS files
bzr revid: xmo@openerp.com-20120210140021-uh5t5egr00dxdwr8
2012-02-10 15:00:21 +01:00
Thibault Delavallée a921683279 [FIX] Fixed the previous fix.
bzr revid: tde@openerp.com-20120210135754-b75km0luh34qw0xw
2012-02-10 14:57:54 +01:00
Vidhin Mehta (OpenERP) c76a60098b [IMP]fix graph issue when no data.
lp bug: https://launchpad.net/bugs/928123 fixed

bzr revid: vme@tinyerp.com-20120210134858-kq1oxpsikpuc8kxn
2012-02-10 19:18:58 +05:30
Thibault Delavallée e8d373aa6c [FIX] Fixed filter icon for cash registers; removed a space for view_mode definition when returning an act_window; small code optimizations
bzr revid: tde@openerp.com-20120210134606-8aa4hnn8vuhwdzrz
2012-02-10 14:46:06 +01:00
Vo Minh Thu 0124aa45c6 [FIX] netsvc: make sure pseudo_config variable is always initialized.
bzr revid: vmt@openerp.com-20120210134446-ijg8t6ms1938i77t
2012-02-10 14:44:46 +01:00
Jiten (OpenERP) 3a81530c14 [IMP] Add field in children of fields.
bzr revid: jra@tinyerp.com-20120210133620-sy20dxxsrjwubths
2012-02-10 19:06:20 +05:30
Jagdish Panchal (Open ERP) 11989f6cd2 [IMP] Add the Debit and Credit fields in financial report
bzr revid: jap@tinyerp.com-20120210132742-wkqwvfjgoo7gzqtm
2012-02-10 18:57:42 +05:30
Vo Minh Thu 799752a74b [FIX] report: do not use the default_type entry from the context:
the type column exists on both the account_invoice and on the attachment.
It is set for the account_invoice, so we must not use it for the attachment
creation.

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

bzr revid: vmt@openerp.com-20120210113427-vnty3pcmcw3g3b97
2012-02-10 12:34:27 +01:00
Ferdinand @ Camptocamp 9922647409 [FIX] project: add state field in res_partner_view.xml
lp bug: https://launchpad.net/bugs/929519 fixed

bzr revid: kjo@tinyerp.com-20120210110653-a6r1u9bc4oinshd7
2012-02-10 16:36:53 +05:30
Olivier Dony a04e39233c [IMP] res.users: avoid reading twice the groups_id o2m - causing duped query
lp bug: https://launchpad.net/bugs/922198 fixed

bzr revid: odo@openerp.com-20120210105955-arhy1wc2qzlfy87r
2012-02-10 11:59:55 +01:00
Quentin (OpenERP) 2e4dbceb5f [IMP] account, financial report printing: improved style for view objects of level 1
bzr revid: qdp-launchpad@openerp.com-20120210105741-72vtly8jjmej5s6s
2012-02-10 11:57:41 +01:00
Quentin (OpenERP) 2c0b173103 [IMP] l10n_be: added new menuitems for belgian bs and p&l reports to be as default values (+ better naming of actions in account module)
bzr revid: qdp-launchpad@openerp.com-20120210104620-g644e2wrb5fjltlu
2012-02-10 11:46:20 +01:00
Xavier Morel b9fbf248aa [FIX] auth_openid, edi: fix web imports to correctly handle conflicts with e.g. web.py
bzr revid: xmo@openerp.com-20120210103511-ak08gis9h35j8pe2
2012-02-10 11:35:11 +01:00
Xavier Morel af8864d571 [FIX] imports to handle conflicts with e.g. web.py in embedded mode
bzr revid: xmo@openerp.com-20120210103426-b20ass3mwx2ay9c4
2012-02-10 11:34:26 +01:00
Xavier Morel 96cbcdcf2f [REM] web_chat, does not work
bzr revid: xmo@openerp.com-20120210103400-p1j8ajc99noe72xe
2012-02-10 11:34:00 +01:00
Quentin (OpenERP) 054934dc29 [FIX] l10n_be: small fix in the chart of tax code
bzr revid: qdp-launchpad@openerp.com-20120210102824-jsdrsgv1dkunsj1q
2012-02-10 11:28:24 +01:00