Commit Graph

33729 Commits

Author SHA1 Message Date
Xavier Morel cab4b4604f [IMP] account: if updating just one literal key in a dict, just call __setitem__ no need to call update with a literal dict...
bzr revid: xmo@openerp.com-20120214120741-srnfvkxf3rc2m7ev
2012-02-14 13:07:41 +01:00
Xavier Morel 2aa49acc71 [FIX] correctly evaluate and use context in logs
lp bug: https://launchpad.net/bugs/925347 fixed

bzr revid: xmo@openerp.com-20120214120230-k0yti8ap15i4zcgi
2012-02-14 13:02:30 +01:00
Fabien Meghazi 50bc473ffc [FIX] Fix search view's filter button under IE (active state not visible)
bzr revid: fme@openerp.com-20120214120026-8ju7u3d87k9e6vd6
2012-02-14 13:00:26 +01:00
Antony Lesuisse 53fdcc5016 [FIX] use add_payment for order from the web frontend
bzr revid: al@openerp.com-20120214113927-tjtxxy9aow3pmxg1
2012-02-14 12:39:27 +01:00
Fabien Meghazi b6ea37974b [FIX] Fix button overflow in IE
bzr revid: fme@openerp.com-20120214112628-vyiu173u4iwoy2g8
2012-02-14 12:26:28 +01:00
Antony Lesuisse 0b5e9b6107 [IMP] account display a warning when there are no more companies to generate a new chart of account
bzr revid: al@openerp.com-20120214110704-oz8w31yg8p5qe0jx
2012-02-14 12:07:04 +01:00
Fabien Meghazi 1ead58101f [FIX] Datetime widget buggy since jquery.ui upgrade
lp bug: https://launchpad.net/bugs/928918 fixed

bzr revid: fme@openerp.com-20120214105145-pat0srumt8m7nq38
2012-02-14 11:51:45 +01:00
Thibault Delavallée 87c8f5abdb [MERGE] project: added a missing 'state' field in the tree view, necessary to choose buttons to display
lp bug: https://launchpad.net/bugs/929519 fixed

bzr revid: tde@openerp.com-20120214100956-v772g3s6xegxoudn
2012-02-14 11:09:56 +01:00
Thibault Delavallée 3ddf844f26 [MERGE] Removed duplicate view.
lp bug: https://launchpad.net/bugs/931651 fixed

bzr revid: tde@openerp.com-20120214094804-i1hnq1djp1pfcan9
2012-02-14 10:48:04 +01:00
Fabien Meghazi e0513a9074 [FIX] Calendar box doesn't disappear on multiple clicks
lp bug: https://launchpad.net/bugs/930050 fixed

bzr revid: fme@openerp.com-20120214094730-o1xiz3k5crgzwmkn
2012-02-14 10:47:30 +01:00
Fabien Meghazi c57fc93e7c [IMP] Simplify call to date picker
bzr revid: fme@openerp.com-20120214094430-p4gm11g0paau0tnh
2012-02-14 10:44:30 +01:00
Olivier Dony addb4f14aa [IMP] project_planning: update params for fields.date.context_today after server fix
Fixed in server at revision 4052
revision-id: odo@openerp.com-20120214085044-unpa77hork25gtif

bzr revid: odo@openerp.com-20120214085109-r30kskztzwefpxna
2012-02-14 09:51:09 +01:00
Mayur Maheshwari (OpenERP) cbb806ac04 [FIX]account: removed action_move_line_select which is repeated
lp bug: https://launchpad.net/bugs/931651 fixed

bzr revid: mma@tinyerp.com-20120214084920-rklc4p11wp23t3pm
2012-02-14 14:19:20 +05:30
Vaibhav (OpenERP) cbbd50c764 [FIX] DatePicker remains visible(block) when clicking multiple times on picker button.
lp bug: https://launchpad.net/bugs/930050 fixed

bzr revid: vda@tinyerp.com-20120214064301-4v1umyi1hls3nq28
2012-02-14 12:13:01 +05:30
Launchpad Translations on behalf of openerp 74b3b0bc69 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120214054303-2gawtr1s4zulhhhs
bzr revid: launchpad_translations_on_behalf_of_openerp-20120214054630-925y7kotw7axa7z4
bzr revid: launchpad_translations_on_behalf_of_openerp-20120214061906-2g5kxwe0xle5u54c
2012-02-14 06:19:06 +00:00
Olivier Dony 5fc1a9fc7b [FIX] all: use newly introduced fields.date.context_today
Following the introduction of fields.date.context_today,
correct the main cases where we need to use the user's
timezone instead of the default UTC one.
There are probably many minor cases where this may be
useful, but those cases should be easy to fix now
that there is a common way to fix them.

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

bzr revid: odo@openerp.com-20120213180741-4hvd4p7wsep0fomf
2012-02-13 19:07:41 +01:00
Stephane Wirtel 1052e36d7c [FIX] report_webkit: Use the parent of the root_path if we use openerp on Windows
bzr revid: stw@openerp.com-20120213173514-vj6mqv9qrqs0y7k6
2012-02-13 18:35:14 +01:00
Quentin (OpenERP) e7ca80cdeb [FIX] l10n_be: vat intracom statement fix and polish. Thanks Noviat
bzr revid: qdp-launchpad@openerp.com-20120213172208-wejitichlxwed4mm
2012-02-13 18:22:08 +01:00
Fabien Meghazi c4d9dfd8a9 [FIX] Use formatted value in kanbans group by
lp bug: https://launchpad.net/bugs/927698 fixed

bzr revid: fme@openerp.com-20120213172038-o0gxr5avtlc2kfbc
2012-02-13 18:20:38 +01:00
Xavier Morel a7ea6c02ab [FIX] don't display a '#' in empty URI fields
lp bug: https://launchpad.net/bugs/931643 fixed

bzr revid: xmo@openerp.com-20120214074632-oumyrm5pd5e2y1ow
2012-02-14 08:46:32 +01:00
Quentin (OpenERP) 83e0e6ae18 [IMP] l10n_be: added Noviat to the authors, for posterity
bzr revid: qdp-launchpad@openerp.com-20120213171735-yf82dpd9shp0r3md
2012-02-13 18:17:35 +01:00
niv-openerp 6d17167b36 [fix] problem in BufferedDataSetStatic : should not trigger a on_change when we call create()
bzr revid: nicolas.vanhoren@openerp.com-20120213165437-lhs3d6iyvx61vlun
2012-02-13 17:54:37 +01:00
Fabien Meghazi d2a0a48e33 [FIX] Fix kanban card floating issue
bzr revid: fme@openerp.com-20120213165200-8ukpklpghjvz6xpj
2012-02-13 17:52:00 +01:00
Fabien Meghazi 7de6dbed4d [FIX] Share wizard: unselectable url and embed code
I used to like Firefox... That was before webkit.

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

bzr revid: fme@openerp.com-20120213163120-7qt0171h81uh8bvp
2012-02-13 17:31:20 +01:00
Thibault Delavallée bd2e58fe4f [REF] Refactored the fix. It now uses the add_payment method to ensure that the back-end and front-end behaviors are the same.
bzr revid: tde@openerp.com-20120213161201-xsc581kb4rdc65a5
2012-02-13 17:12:01 +01:00
Fabien Meghazi b55edaafd6 [IMP] Move overflow-y: scroll to body.openerp
bzr revid: fme@openerp.com-20120213160728-4jwhlw8lisq7m4pd
2012-02-13 17:07:28 +01:00
Quentin (OpenERP) 859a01bd3a [FIX] account_followup: fixed error due to virtual ids
bzr revid: qdp-launchpad@openerp.com-20120213160319-lpx878gnczz590uz
2012-02-13 17:03:19 +01:00
Thibault Delavallée 35446546d3 [IMP] Small code cleaning.
bzr revid: tde@openerp.com-20120213152152-cp4c6akarz1k45u1
2012-02-13 16:21:52 +01:00
Thibault Delavallée a22726ffe6 [IMP] Add comments
bzr revid: tde@openerp.com-20120213152121-tkdldypj70v52jrn
2012-02-13 16:21:21 +01:00
Fabien Meghazi 60d19cc27a [FIX] footer is not sticky and scroll with page under IE8
A better fix would be not to use Internet Explorer at all !

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

bzr revid: fme@openerp.com-20120213151347-4v9271zgnii90cbi
2012-02-13 16:13:47 +01:00
Thibault Delavallée 901a88bf25 [IMP] When trying to launch the Chart of Accounts configuration wizard, there is now a check of the number of unconfigured companies. This prevents from having a wizard impossible to execute due to the lack of company_id. Also cleaned a bit the code in account_view.xml (ir_actions_server_action_wizard_multi_chart id).
bzr revid: tde@openerp.com-20120213150322-a8d6kx5047r0sdd9
2012-02-13 16:03:22 +01:00
Minh Tran a465c4c118 [FIX] Reduced size of CRM from 330kb to 19kb
bzr revid: mit@openerp.com-20120213145239-cv8117ez6do76gig
2012-02-13 15:52:39 +01:00
Stephane Wirtel 586b3ae7c1 [FIX] l10n_ch: Use the right signature for the get_lib function WebKit Report
bzr revid: stw@openerp.com-20120213144456-dohbw9h8e2iskvbw
2012-02-13 15:44:56 +01:00
Fabien Meghazi f12e598b59 [FIX] QWeb2: Array-like character access in String is not supported in IE<8
bzr revid: fme@openerp.com-20120213144234-dtdw5e8ho4x85frj
2012-02-13 15:42:34 +01:00
Olivier Dony 16a8811930 [IMP] mail,email_template: improved views, assert missing email_from
- add missing colspans for notebooks
- remove some buttons from mail.message form view,
  namely because send button can cause record deletion
  possibly causing some weird UI result.. better used
  from the list view for now (web was fixed anyway)
- better domain on Message action, to ease debugging
- added assert for email_from in email_template.send_email()
  to catch errors earlier

bzr revid: odo@openerp.com-20120213143531-eiuhulo46bv059pl
2012-02-13 15:35:31 +01:00
niv-openerp 3aaa2b8f1e [fix] point of sale: problem with total
bzr revid: nicolas.vanhoren@openerp.com-20120213142326-94zlaah6k2rny0xs
2012-02-13 15:23:26 +01:00
Fabien Meghazi a95db7c28c [FIX] Fix one million bugs in IE8
bzr revid: fme@openerp.com-20120213135611-ndrboz8urcg6kclu
2012-02-13 14:56:11 +01:00
Quentin (OpenERP) 7718ad9157 [FIX] account, financial report: don't display lines twice
bzr revid: qdp-launchpad@openerp.com-20120213135604-tsmzruto4h50obd0
2012-02-13 14:56:04 +01:00
Quentin (OpenERP) 614893d620 [MERGE] account: merged the dev branch with workaround of context['line_id'] in line_id field (operation not supported in web client)
bzr revid: qdp-launchpad@openerp.com-20120213131702-f20fl7ydpxvt9o7g
2012-02-13 14:17:02 +01:00
Fabien Meghazi ba05ec55fd [ADD] Add sticky option to do_warn() and do_notify()
[IMP] Form view uses a notification when a record is not found in the database

bzr revid: fme@openerp.com-20120213123805-4dqg4oioous25nuo
2012-02-13 13:38:05 +01:00
Xavier Morel 9552dbc215 [FIX] replace :first-of-type by custom class in treeview styles, so open/close arrows appear in MSIE8
lp bug: https://launchpad.net/bugs/927631 fixed

bzr revid: xmo@openerp.com-20120213115220-dt147bo51q2zqrnp
2012-02-13 12:52:20 +01:00
Thibault Delavallée 413e09e5fe [FIX] Fixed wrong account_id not using property_account_receivable by default when using web-based POS front-end
bzr revid: tde@openerp.com-20120213112823-6mdf83hqiawoca27
2012-02-13 12:28:23 +01:00
Xavier Morel b1f1ca0ea1 [FIX] stupid dhtmlxGraph blowing up everything in MSIE8 when not in debug mode
bzr revid: xmo@openerp.com-20120213111746-uojye5kfp1zpsb4a
2012-02-13 12:17:46 +01:00
niv-openerp 899a8e2ece [merge] improvements to view editor
bzr revid: nicolas.vanhoren@openerp.com-20120213110819-xugfuocv0j6lh32q
2012-02-13 12:08:19 +01:00
Quentin (OpenERP) 169534b38c [IMP] l10n_be: removed unused (and not fully covered) options in vat declaration wizard. Thanks Noviat for the feedback
bzr revid: qdp-launchpad@openerp.com-20120213110214-o313ylrffsc6p1j2
2012-02-13 12:02:14 +01:00
niv-openerp 301e25915b [imp] rewritten code to be easier to read
bzr revid: nicolas.vanhoren@openerp.com-20120213105341-09pawcz7pau2incs
2012-02-13 11:53:41 +01:00
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 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
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
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
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
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
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
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
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
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
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
Quentin (OpenERP) 5eb769298c [MERGE] merged the branch with adaptation of intracom declaration wizard (l10n_be module) to intervat 8.0
bzr revid: qdp-launchpad@openerp.com-20120210101045-d4ono0e7somklryx
2012-02-10 11:10:45 +01:00
Quentin (OpenERP) a72154267a [MERGE] merged the branch with adaptation of vat declaration wizard (l10n_be module) to intervat 8.0
bzr revid: qdp-launchpad@openerp.com-20120210101003-0zgb0taxhs0jz0bj
2012-02-10 11:10:03 +01:00
Vo Minh Thu 42fa13b072 [MERGE] document_webdav: no more DEBUG_RPC constant exported by the server.
bzr revid: vmt@openerp.com-20120210094445-z0ynj5wg7c5uswui
2012-02-10 10:44:45 +01:00
Quentin (OpenERP) 44d81d3b74 [IMP] accont_check_writing: batch printing
bzr revid: qdp-launchpad@openerp.com-20120210093315-p12s360e5oh1fi8d
2012-02-10 10:33:15 +01:00
Thibault Delavallée c1a2a66cad [FIX] Fixed cash register analysis limited only to user_id = 1, leading to missing items in Register Analysis reporting
bzr revid: tde@openerp.com-20120210091103-d2sdmf3vkk4jqhbt
2012-02-10 10:11:03 +01:00
Thibault Delavallée 53bf3935d4 [FIX] Fixed bugged Today filter in search views for Register Analysis and Point of sale Analysis in Reporting
bzr revid: tde@openerp.com-20120210091006-rgcal7pv5j90pntj
2012-02-10 10:10:06 +01:00
Quentin (OpenERP) be597df398 [IMP] account_followup: better documentation
bzr revid: qdp-launchpad@openerp.com-20120210085825-a4fyuk8yt21fmvp3
2012-02-10 09:58:25 +01:00
Thibault Delavallée a0fe3954fc [MERGE] Merged with main addons
bzr revid: tde@openerp.com-20120210084008-tinfpl5td3fummq2
2012-02-10 09:40:08 +01:00
Jiten (OpenERP) a3c807564a [Merge] Merge from openerp-web.
bzr revid: jra@tinyerp.com-20120210083715-16ntujeavf5rs6kz
2012-02-10 14:07:15 +05:30
Thibault Delavallée 63b33ed44c [IMP] Removed unused variable in pos_open_statement
bzr revid: tde@openerp.com-20120210081909-sp1lcv25qjpo9333
2012-02-10 09:19:09 +01:00
Jiten (OpenERP) 78937059a4 [IMP] Add feature inherited view for view editor.
bzr revid: jra@tinyerp.com-20120210073529-nnqyxn3th9bi578v
2012-02-10 13:05:29 +05:30
vishmita 487f04bc21 [FIX]Update Sales Totals.
bzr revid: vja@vja-desktop-20120210073243-m6x0hf0h99rodu9f
2012-02-10 13:02:43 +05:30
Vidhin Mehta (OpenERP) d6d57fc206 [IMP]reload dialoag after closing edit dialog box.
bzr revid: vme@tinyerp.com-20120210071213-tbr9tdxkneq21guh
2012-02-10 12:42:13 +05:30
Vidhin Mehta (OpenERP) 31ec88474a [IMP]some change for earlier inherited view.
bzr revid: vme@tinyerp.com-20120210070830-jz7rw2rqt5gr6bw3
2012-02-10 12:38:30 +05:30
Vidhin Mehta (OpenERP) cf6bf41255 [FIX]set default view_id after deteleting view.
bzr revid: vme@tinyerp.com-20120210055201-6576d0encj4re56h
2012-02-10 11:22:01 +05:30
Vidhin Mehta (OpenERP) 5c7cc64be7 [IMP]some minor changes.
bzr revid: vme@tinyerp.com-20120210052853-aovv3baf4u5wl3pp
2012-02-10 10:58:53 +05:30
Launchpad Translations on behalf of openerp e260cfa286 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120210050948-enku822yz6xip51k
2012-02-10 05:09:48 +00:00
Launchpad Translations on behalf of openerp 5d4664f823 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120210044704-ffxh1ikqgom660lz
bzr revid: launchpad_translations_on_behalf_of_openerp-20120210045028-kbviilp8xdby42fi
2012-02-10 04:50:28 +00:00
Fabien Meghazi b288507ab6 [FIX] Kanban: Fix bug with folding introduced in last Kanban refactoring (Rev#2158)
bzr revid: fme@openerp.com-20120209201930-fd4kg3fvjpf04zb5
2012-02-09 21:19:30 +01:00
Fabien Pinckaers 8404978487 [FIX] POS invoice are marked as paid
bzr revid: fp@tinyerp.com-20120209192050-1bm4w1x8dc81a30l
2012-02-09 20:20:50 +01:00
Quentin (OpenERP) d788a4bb5d [REV+FIX] account_followup: revert of the wrong fix included in revno 5982 + correct fix of bug 898619. ID of view account_followup_stat_by_partner are virtual and based on concatenation of partner_id and company_id because if a partner is shared between 2 companies, we want to see 2 lines for him in the stats! It means that both company should be able to send him followups separately. That was explained 3 lines above.... :(
lp bug: https://launchpad.net/bugs/898619 fixed

bzr revid: qdp-launchpad@openerp.com-20120209181638-z2qnagcpynazfv62
2012-02-09 19:16:38 +01:00
Olivier Dony 8e843bdb26 [I18N] Update translation templates (web,kanban) for the minor recent term changes
bzr revid: odo@openerp.com-20120209180523-b41ubljpsdz17jrm
2012-02-09 19:05:23 +01:00
Thibault Delavallée 10d6d58927 [FIX] Fixed cash register opening going to web pos view instead of cash register view. Also added default views in cash registers (draft, open).
bzr revid: tde@openerp.com-20120209180433-n7e1o5csqjxlfq7q
2012-02-09 19:04:33 +01:00
Fabien Meghazi a5c4983666 [FIX] Kanban view: add limit + "Show more" button
lp bug: https://launchpad.net/bugs/925532 fixed
lp bug: https://launchpad.net/bugs/922026 fixed

bzr revid: fme@openerp.com-20120209175902-od0rp2a3ps3jl8yz
2012-02-09 18:59:02 +01:00
Fabien Pinckaers 50e57e2242 fix
bzr revid: fp@tinyerp.com-20120209172303-0xuotpn9pegf04bq
2012-02-09 18:23:03 +01:00
Fabien Pinckaers 2eae296db9 fix
bzr revid: fp@tinyerp.com-20120209171732-5m1e3bdmsoeetjtb
2012-02-09 18:17:32 +01:00
Fabien Pinckaers c6deb8e19e [FIX] point of sale order from backend, bug in payment
bzr revid: fp@tinyerp.com-20120209170758-a20fi7gbt207yd8d
2012-02-09 18:07:58 +01:00
Xavier Morel a7354829cd [CNG] make forms worse but pagination not break in case of manyrecords
bzr revid: xmo@openerp.com-20120209170748-l70q7grxgsumha2i
2012-02-09 18:07:48 +01:00
Quentin (OpenERP) 5c57613d08 [FIX] account, fiscalyear closing wizard: moved out the reconciliation part from account_move_line.reconcile() function and made it a private function dedicated to this wizard. This was necessary because the original function is doing too much things that arenrt useful in this case. Moreover we may need to reconcile thousands of journal entries so we have to speed it up as much as possible
bzr revid: qdp-launchpad@openerp.com-20120209170333-8xu7r21hencjwu73
2012-02-09 18:03:33 +01:00
Quentin (OpenERP) ef08879085 [FIX] account, fiscalyear close wizard: fix related to multi company
bzr revid: qdp-launchpad@openerp.com-20120209161641-4o6pk6nw1gupjrt7
2012-02-09 17:16:41 +01:00
Fabien Pinckaers 934954d63a [IMP] search view on products
bzr revid: fp@tinyerp.com-20120209170046-6z9qwsivnig01kf9
2012-02-09 18:00:46 +01:00
Xavier Morel 811e50b49c [IMP] add tooltip on disabled filter
bzr revid: xmo@openerp.com-20120209163050-g4u7gvsnh6kgqs14
2012-02-09 17:30:50 +01:00
Fabien Pinckaers 20c91167a3 [IMP] Partnership Analysis, Activation Status
bzr revid: fp@tinyerp.com-20120209161544-t6ypbbb4g9r2dd4z
2012-02-09 17:15:44 +01:00
Xavier Morel 77065685ca [FIX] don't blow up filters management if a filter uses an invalid syntax (or an unknown variable) and can't be evaluated
bzr revid: xmo@openerp.com-20120209161542-whs5ye637lijas26
2012-02-09 17:15:42 +01:00
Xavier Morel 2d08b98ea4 [FIX] bug introduced during xmo@openerp.com-20120208130738-pr92lh9qotki71o4
Change made registry inheritance "lazy", keeping a permanent relation
between child and parent and walking the tree to find matches.

But editable listviews relied on an implementation detail (that an
extension eagerly created keys in the children registry) and iterated
over the internal map of the child registry they'd just created to
replace the form keys with overridden versions of the form widgets.

Just iterate over form's registry, but really the editable list should
have its own Registry subclass doing that stuff more solidly.

bzr revid: xmo@openerp.com-20120209154844-zk2xuxdhhi57eqhp
2012-02-09 16:48:44 +01:00
Xavier Morel 76de030cde [ADD] UI to set default ir.values in web client's from view
lp bug: https://launchpad.net/bugs/888466 fixed

bzr revid: xmo@openerp.com-20120209151605-sqt0mzceqr8u160z
2012-02-09 16:16:05 +01:00
Xavier Morel be5bab60c8 [IMP] display string label of selection and m2o fields in defaults-setting dialog
bzr revid: xmo@openerp.com-20120209151410-49j13cfbrwwhrp23
2012-02-09 16:14:10 +01:00
Thibault Delavallée bed150e5b0 [FIX] pos: fixed crash when canceling a cash register without statement lines (set state=draft for canceled statement lines)
bzr revid: tde@openerp.com-20120209143439-puek6acg29g7j53i
2012-02-09 15:34:39 +01:00
Fabien Pinckaers 264fd84294 [FIX] scale product images for POS frontend
bzr revid: fp@tinyerp.com-20120209142355-5sbet2x1zjdow3z5
2012-02-09 15:23:55 +01:00
Olivier Dony affdaf2566 [FIX] Application Tiles now heed the custom menu domain, just like the nain menu
This makes both behaviors consistent
and allows the portal module to work
properly.

bzr revid: odo@openerp.com-20120209141339-c2vs0lrx7ws6plzs
2012-02-09 15:13:39 +01:00
Fabien Meghazi af15e1d83e [ADD] Added tipsy.clear()
bzr revid: fme@openerp.com-20120209135939-pcnmoswvnqjjb6ik
2012-02-09 14:59:39 +01:00
Vidhin Mehta (OpenERP) 4499491098 [IMP]develop inherit view functionaliy.
bzr revid: vme@tinyerp.com-20120209134704-0tnp339kh6c57m9f
2012-02-09 19:17:04 +05:30
Raphael Collet a912c9b943 [MERGE] lp:914692 (convert wizards of base_module_doc_rst, base_module_record, base_report_creator)
bzr revid: rco@openerp.com-20120209131119-mv8ax69goyoa9l40
2012-02-09 14:11:19 +01:00
Raphael Collet e94a3c6459 [IMP] base_module_doc_rst: remove unused field
bzr revid: rco@openerp.com-20120209130731-w08bc7xmjt3wl86v
2012-02-09 14:07:31 +01:00
Raphael Collet 406ec22fa3 [IMP] portal: remove hack to retrieve menu root for portal users, it now works for all users
bzr revid: rco@openerp.com-20120209121817-b2wcrl4mg1vkr2b2
2012-02-09 13:18:17 +01:00
Xavier Morel 5f9b77de4c [FIX] even if there is a spoon, there may be no widget.field
bzr revid: xmo@openerp.com-20120209120747-hkf0accbs05gayd7
2012-02-09 13:07:47 +01:00
Xavier Morel c55f68d419 [IMP] add change default to debug mode
bzr revid: xmo@openerp.com-20120209120139-gw9n06vcma3hjl7f
2012-02-09 13:01:39 +01:00
Olivier Dony 705e3f6603 [I18N] Cleanup obsolete module directories created by LP translations + touch renamed POT files
Hopefully touching the renaming POT files should
trigger a refresh of the translation templates
in the online translation interface.

bzr revid: odo@openerp.com-20120209111328-kaa6tb8fd4mfpxyv
2012-02-09 12:13:28 +01:00
Raphael Collet 41141951ac [FIX] base_module_doc_rst: undefined variable pool
bzr revid: rco@openerp.com-20120209110459-fzwrzfwr9kzme98o
2012-02-09 12:04:59 +01:00
Fabien Meghazi 0d7ff5dec8 [FIX] Fix some tipsy stuff
Autobound on 'n' fails with absolute positioned elements.

Make tipsy checks that it's element is still attached to another element

bzr revid: fme@openerp.com-20120209105401-1jl11sy9z1qdwu3t
2012-02-09 11:54:01 +01:00
Raphael Collet 2762ef8c81 [FIX] revert an incorrect change in rev 6380
bzr revid: rco@openerp.com-20120209101226-fyv20u7tb4o7lk5f
2012-02-09 11:12:26 +01:00
Raphael Collet cb24ebd4b1 [MERGE] from trunk
bzr revid: rco@openerp.com-20120209092258-34b70pu6547la8hq
2012-02-09 10:22:58 +01:00
Raphael Collet e188087e93 [IMP] base_module_doc_rst, base_module_record, base_report_creator: code spacing cleanup
bzr revid: rco@openerp.com-20120209091203-ni85eanpc005t2c0
2012-02-09 10:12:03 +01:00
Raphael Collet d672ded286 [IMP] base_module_doc_rst, base_module_record, base_report_creator: cleanup imports and default values
bzr revid: rco@openerp.com-20120209091117-mal31ct6nkmh6tyq
2012-02-09 10:11:17 +01:00
Jiten (OpenERP) 6de1586e5c [DEL] Delete feature of Customize Object from the view editor.
bzr revid: jra@tinyerp.com-20120209090904-8b5o77ei2lztxyw2
2012-02-09 14:39:04 +05:30
Vidhin Mehta (OpenERP) b859b93524 [IMP]Fix recursion error.
bzr revid: vme@tinyerp.com-20120209090853-db8jjlx8cp5el991
2012-02-09 14:38:53 +05:30
Atul Patel (OpenERP) 7f7c2d2b66 [FIX]Document_webdav: Change logger method as per server changes in logger system for caldav synchronization
bzr revid: atp@tinyerp.com-20120209090622-qoo0zfr9vjr4q0ak
2012-02-09 14:36:22 +05:30
Xavier Morel c120ee72a6 [CNG] don't filter out function fields from import or export, only readonly fields
bzr revid: xmo@openerp.com-20120209090214-84d6jjr1jnf32kpi
2012-02-09 10:02:14 +01:00
Xavier Morel fda65c7c69 [FIX] menus handling in case user has no menu_id
also add comments to explain some strange-looking code's behavior

bzr revid: xmo@openerp.com-20120209083554-2b8d8qlzz8y9fhan
2012-02-09 09:35:54 +01:00
Launchpad Translations on behalf of openerp 0e2e9ddd78 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209055558-qfwy9bg1km791dys
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209071015-0jykfhbo8iamzpzk
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209072746-stmwycdircyzrxn4
2012-02-09 07:27:46 +00:00
Vidhin Mehta (OpenERP) c5b572cd5e [REM]Remove custmiztion object functionality.
bzr revid: vme@tinyerp.com-20120209072332-6243cd7rdocpkh5l
2012-02-09 12:53:32 +05:30
Jiten (OpenERP) f5e2fe1ff0 [Merge] Merge from openerp-web.
bzr revid: jra@tinyerp.com-20120209060216-7srqio91yxlu7yi0
2012-02-09 11:32:16 +05:30
Antony Lesuisse c6287a3e23 fix typos
bzr revid: al@openerp.com-20120209015940-mim5twc6wknv8f88
2012-02-09 02:59:40 +01:00
Antony Lesuisse ee0a18a647 poc keep sequence from so to invoice when invoicing from picking
bzr revid: al@openerp.com-20120209014838-b6skk4g33t3gzw6c
2012-02-09 02:48:38 +01:00
Raphael Collet e18bbfaf1d [FIX] account_asset: fix manifest file
bzr revid: rco@openerp.com-20120208151904-cxfkzvl8cy5lbezd
2012-02-08 16:19:04 +01:00
Quentin (OpenERP) a7b5b143fa [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20120208143450-d1m1rjowoj289i7n
2012-02-08 15:34:50 +01:00
Raphael Collet 1577418678 [IMP] base_module_record: code simplification
bzr revid: rco@openerp.com-20120208143331-r4texpi9sgza2fpi
2012-02-08 15:33:31 +01:00
Quentin (OpenERP) 0fd2e8ea33 [MERGE] merged with main trunk
bzr revid: qdp-launchpad@openerp.com-20120208142441-r51m3wxvpp6673dk
2012-02-08 15:24:41 +01:00
Quentin (OpenERP) 75e1bf1787 [IMP] l10n_be, intracom statement: final touch + code cleaning
bzr revid: qdp-launchpad@openerp.com-20120208135220-dopswfat4lifhvdh
2012-02-08 14:52:20 +01:00
Antony Lesuisse a5819a49d2 [FIX] disable partner terminology for 6.1 because it doesnt work properly
bzr revid: al@openerp.com-20120208133129-37miomddvxlgjown
2012-02-08 14:31:29 +01:00
Fabien Meghazi 19d989571b [FIX] Too many events per day won't show up. Use 8h00 - 20h00 for start - end date when creating event in month view
bzr revid: fme@openerp.com-20120208132015-02fyx6fsbau335mr
2012-02-08 14:20:15 +01:00
Xavier Morel 7f66fb47e9 [IMP] handling of registries created from other registries
bzr revid: xmo@openerp.com-20120208130738-pr92lh9qotki71o4
2012-02-08 14:07:38 +01:00
Xavier Morel f70b73f244 [FIX] get_any with inheritance
bzr revid: xmo@openerp.com-20120208130651-7mdv7p1qcfgxczon
2012-02-08 14:06:51 +01:00
Xavier Morel f5ee468ca5 [REF] rename Registry#clone to Registry#extend
bzr revid: xmo@openerp.com-20120208124634-qucyuwlangw15nqh
2012-02-08 13:46:34 +01:00
Xavier Morel ff570e8d23 [IMP] have registries remain linked so alterations to a parent registry alters its clone as well (if keys are not overwritten in the child)
bzr revid: xmo@openerp.com-20120208124309-iho04vgae2nz6xix
2012-02-08 13:43:09 +01:00
Xavier Morel 69fdc31167 [FIX] jquery-ui URL in test file
bzr revid: xmo@openerp.com-20120208123915-cj5cujrpv41ilztm
2012-02-08 13:39:15 +01:00
Xavier Morel fe31030bd2 [ADD] UI for set_default in form view sidebar
bzr revid: xmo@openerp.com-20120208122153-k11n7u47n1bo63sv
2012-02-08 13:21:53 +01:00
Raphael Collet 744d41fd2b [FIX] revert commit 6513, as it breaks the tests
bzr revid: rco@openerp.com-20120208112946-purvqw5o807p0eek
2012-02-08 12:29:46 +01:00
Quentin (OpenERP) d9aab1caee [FIX] l10n_be, vat declaration: raise error if not enoguh data are filled for the main company
bzr revid: qdp-launchpad@openerp.com-20120208112223-3rmp5d70n3np82n4
2012-02-08 12:22:23 +01:00
Quentin (OpenERP) 89d695b3f8 [FIX] l10n_be fixed typo
bzr revid: qdp-launchpad@openerp.com-20120208112124-63t30tmz88kpn14z
2012-02-08 12:21:24 +01:00
Quentin (OpenERP) 5344e9b8ea [FIX] l10n_be, intracom declaration: upgrade to intervat version 8.0. Compliancy with new xsd schemes
bzr revid: qdp-launchpad@openerp.com-20120208111936-er2bdrefd4dpvlej
2012-02-08 12:19:36 +01:00
Quentin (OpenERP) 542c70b925 [FIX] l10n_be, intracom declaration: grid 48 is now properly handled by the intracom xml statement
bzr revid: qdp-launchpad@openerp.com-20120208111804-d9gsf2lnrgie51oc
2012-02-08 12:18:04 +01:00
Quentin (OpenERP) c88f14efdf [IMP] l10n_be: escape special char in phone when submitting vat declaration through xml
bzr revid: qdp-launchpad@openerp.com-20120208111415-u0qbv5s7yvogfokc
2012-02-08 12:14:15 +01:00
niv-openerp 44263a42b2 [fix] revert form refactoring branch
bzr revid: nicolas.vanhoren@openerp.com-20120208111110-p2nj0tehupxa0gmz
2012-02-08 12:11:10 +01:00
Fabien Meghazi bb2c6a61a6 [IMP] l10n_be: adds @filename to binary fields in the XML report views
bzr revid: fme@openerp.com-20120208105542-yhrum789qux97kp8
2012-02-08 11:55:42 +01:00
Fabien Meghazi 739b0d4861 [FIX] Binary#save_as does not send context. Breaks some accounting downloadable reports.
Example of broken report was : Accounting > Reporting > Legal Reports > Belgium Statements > Periodical VAT Declaration

bzr revid: fme@openerp.com-20120208103935-cv9nn9kg1vssosgm
2012-02-08 11:39:35 +01:00
olt@tinyerp.com 5daa33329e [FIX] point_of_sale: typo: 'belance' -> 'balance'
bzr revid: olt@tinyerp.com-20120208100215-f58q62pl9jxopuxp
2012-02-08 11:02:15 +01:00
Raphael Collet 4361ddd482 [MERGE] lp:925351 (stock: remove dest location when consuming)
bzr revid: rco@openerp.com-20120208095234-um4c1qzaq1uf019x
2012-02-08 10:52:34 +01:00
Raphael Collet 37da83d9a8 [FIX] account: method build_ctx_periods returns more periods than those asked when both period are the same
lp bug: https://launchpad.net/bugs/922957 fixed

bzr revid: rco@openerp.com-20120208094735-vh2lnba79da9kn92
2012-02-08 10:47:35 +01:00
Raphael Collet 6fd7e2ce47 [MERGE] lp:922171 (point_of_sale: fix Python code in workflow activity)
bzr revid: rco@openerp.com-20120208094205-ktc0g4t35kkn9f34
2012-02-08 10:42:05 +01:00
Raphael Collet a6f129ae57 [MERGE] lp:909782 (project_mrp: fix error with sale order without a line)
bzr revid: rco@openerp.com-20120208093832-njvqpexm2nb2pqkt
2012-02-08 10:38:32 +01:00
Stephane Wirtel f0a31577dd [REV] account: Revert my previous patch about the uniqueness of description,company_id for the tax
lp bug: https://launchpad.net/bugs/928424 fixed

bzr revid: stw@openerp.com-20120208092406-a1nlp4bqwhd2cxqh
2012-02-08 10:24:06 +01:00
Raphael Collet d6b9c4bbbe [MERGE] lp:927579 (point_of_sale: fix css typos)
bzr revid: rco@openerp.com-20120208091820-z8pgzygwiosol31i
2012-02-08 10:18:20 +01:00
Launchpad Translations on behalf of openerp 320b2d2e2e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120208060921-wir47e717rh04xxn
bzr revid: launchpad_translations_on_behalf_of_openerp-20120208063913-vg9qdu30tx09ojrl
2012-02-08 06:39:13 +00:00
Antony Lesuisse 816b49794b [FIX] board generate rng compliant board views, colspan height and width are deprecated on action
lp bug: https://launchpad.net/bugs/914266 fixed

bzr revid: al@openerp.com-20120208012726-9mqxajv2luzmrff6
2012-02-08 02:27:26 +01:00
Olivier Dony 0a63ecb0cf [I18N] all: updated translation template
This should be the last major template sync
before the final release of 6.1.

bzr revid: odo@openerp.com-20120208010830-zchnkg48u7s40nw2
2012-02-08 02:08:30 +01:00
Olivier Dony 66a3dc8ba7 [FIX] mrp: improve translations and use of _()
bzr revid: odo@openerp.com-20120208003121-o6cwyz6imsd4q6o1
2012-02-08 01:31:21 +01:00
Antony Lesuisse 98bd34a2eb [FIX] better fix for portal menu using res.users._menu_id reverting 2107 revid:al@openerp.com-20120203132249-pbkdci0q5fxz1k33
bzr revid: al@openerp.com-20120208001305-ef3c2w7a222ph7v0
2012-02-08 01:13:05 +01:00
Xavier Morel 84685f620a [IMP] translations: if en and en_US translate the same term, don't use en's translation
bzr revid: xmo@openerp.com-20120208163948-g7m9dv2xz8fpds7d
2012-02-08 17:39:48 +01:00
Olivier Dony ae685f4af0 [MERGE] Contributed Costa Rica (es_CR) translations, courtesy of Carlos Vásquez / Clearcorp
bzr revid: odo@openerp.com-20120208162340-ml3ok32rh375n6ye
2012-02-08 17:23:40 +01:00
Xavier Morel 3294f58fdb [FIX] usage of Registry#clone
bzr revid: xmo@openerp.com-20120208161851-pip6d97o66uj6y35
2012-02-08 17:18:51 +01:00
Quentin (OpenERP) b121990958 [FIX] sale, sale order report: display the payment term accordingly to what is specified on the SO, not on the partner
bzr revid: qdp-launchpad@openerp.com-20120208161548-4r3ypz6fotf4rvpg
2012-02-08 17:15:48 +01:00
Quentin (OpenERP) c1105efe05 [IMP] base_vat: added a button on the partner form view to directly check the VAT. This will be useful for VAT numbers that are correct for a given period only
bzr revid: qdp-launchpad@openerp.com-20120208152647-b6xr5rq6kdpk4sxq
2012-02-08 16:26:47 +01:00
Carlos Vásquez 3afecc7604 [ADD] es_CR.po: added po to all modules, copy from es.po or from pot
bzr revid: carlos.vasquez@clearcorp.co.cr-20120208145917-aaai0irh68omlzmb
2012-02-08 08:59:17 -06:00
Carlos Vásquez bad6cde80e [ADD] es_CR.po: in all modules
bzr revid: carlos.vasquez@clearcorp.co.cr-20120208083551-nev12pk8a4jnrou4
2012-02-08 02:35:51 -06:00
Fabien Meghazi 7b3094ee8a [FIX] handle multilines in <label> tags of form views
bzr revid: fme@openerp.com-20120208143943-p6i12v8cd0ua831d
2012-02-08 15:39:43 +01:00
Xavier Morel 289eba0e4f [FIX] sign handling when parsing float_time values
bzr revid: xmo@openerp.com-20120208140445-xfgz3vm18r4t9ijb
2012-02-08 15:04:45 +01:00
Xavier Morel 9cc531505f [FIX] formatting of float_time fields
lp bug: https://launchpad.net/bugs/928220 fixed

bzr revid: xmo@openerp.com-20120208135655-79qnr5tl6admxr1e
2012-02-08 14:56:55 +01:00
Fabien Meghazi e9ae0b4906 [IMP] Kanban: renamed button 'New' to 'Create' in order to match list view
bzr revid: fme@openerp.com-20120208133145-jvx9u1i3tdvkw250
2012-02-08 14:31:45 +01:00
Olivier Dony 754c5a68f8 [FIX] account: improve translations and use of _()
bzr revid: odo@openerp.com-20120208000332-4j6jqital8f0558k
2012-02-08 01:03:32 +01:00
Olivier Dony df0b4f8c35 [IMP] i18n extractor now ignores comments and PIs + additional spurious translations removed
PO templates updated accordingly

bzr revid: odo@openerp.com-20120207182255-23s4yp4hrteierht
2012-02-07 19:22:55 +01:00
Xavier Morel e736b32783 [FIX] fucking trailing comma by niv
bzr revid: xmo@openerp.com-20120207170008-f3ct2wdmn587ci9r
2012-02-07 18:00:08 +01:00
Xavier Morel 8c0791ca17 [FIX] protection against self-recursive onchanges: add to the processed field list during call to onchange, not right before checking for it
processed field list protects against onchange recursion (direct or indirect), but it also prevented from triggering onchanges on other fields as well

bzr revid: xmo@openerp.com-20120207161733-wh2hqtax4s1nx9ic
2012-02-07 17:17:33 +01:00
Antony Lesuisse 628e6d7495 [FIX] project unstar to priority 3 not 2
bzr revid: al@openerp.com-20120207160734-lzd71r0hc9yonxyk
2012-02-07 17:07:34 +01:00
Xavier Morel bba8fde187 [ADD] handling of change_default to onchange process
bzr revid: xmo@openerp.com-20120207160158-kxbue424wa3nxz03
2012-02-07 17:01:58 +01:00
Stephane Wirtel ff7a161404 [FIX] account_voucher: move the declaration of res_company at the top
bzr revid: stw@openerp.com-20120207155825-8e1xx225uf5gpxw1
2012-02-07 16:58:25 +01:00
Christophe Simonis 7d05f195d9 [FIX] handle multilines in <label> tags of form views
bzr revid: chs@openerp.com-20120207140628-4yxgxv849cjg5fl9
2012-02-07 15:06:28 +01:00
Fabien Meghazi ce65bc3ac3 [IMP] Add QWeb preprocess_node callback. Translate @label, @title and @alt attributes in web client
bzr revid: fme@openerp.com-20120207132901-ifwnfj6c4mp451tl
2012-02-07 14:29:01 +01:00
Xavier Morel fcd616b158 [FIX] docstring references
bzr revid: xmo@openerp.com-20120207132110-nv6hd2ea8zk7p17s
2012-02-07 14:21:10 +01:00
Olivier Dony a93634d80c [FIX] base.xml: exclude classnames set with @t-set from translatable things
This could cause problems if someone was to translate these
class names to something different, possibly breaking all
menu rendering.
The corresponding web.pot template was already re-exported,
to remove the spurious terms (and incidentally update all
source line references).

bzr revid: odo@openerp.com-20120207143116-tnyerd15j9hlpjff
2012-02-07 15:31:16 +01:00
Numerigraphe - Lionel Sausin 715beb69a3 [IMP] Purchase: make the name of the link from partners consistent with sales
bzr revid: ls@numerigraphe.fr-20120207131719-dz163hrjwqyucjxm
2012-02-07 14:17:19 +01:00
Quentin (OpenERP) 69e513cdb4 [FIX] l10n_be:vat declaration
bzr revid: qdp-launchpad@openerp.com-20120207131446-b9x5v8bdeu9mf1yy
2012-02-07 14:14:46 +01:00
niv-openerp b5579eee20 [merge] refactoring of form view widgets
bzr revid: nicolas.vanhoren@openerp.com-20120207130546-bu0m5fl99krcqbbb
2012-02-07 14:05:46 +01:00
niv-openerp 243d524978 [imp] polish render and render_element usage
bzr revid: nicolas.vanhoren@openerp.com-20120207130125-xexqks24jb7mguy8
2012-02-07 14:01:25 +01:00
niv-openerp 58dee55da3 [imp] put some more things in old widget
bzr revid: nicolas.vanhoren@openerp.com-20120207123425-02jofowbat61e500
2012-02-07 13:34:25 +01:00
Quentin (OpenERP) 7f7cb45527 [FIX] l10n_be: periodical vat declaration xml fixed
bzr revid: qdp-launchpad@openerp.com-20120207123228-ashuc8ys4e540k0t
2012-02-07 13:32:28 +01:00
niv-openerp d0ae0403f5 [imp] changed name of template in form widgets
bzr revid: nicolas.vanhoren@openerp.com-20120207122556-f4lzt5kjy72fnssu
2012-02-07 13:25:56 +01:00
niv-openerp e5f05086cb [imp] simplified escaping of form class namees
bzr revid: nicolas.vanhoren@openerp.com-20120207121353-0fy9djh2osxjbdof
2012-02-07 13:13:53 +01:00
niv-openerp 1ce8ef8f0f [imp] made start of widgets recursive
bzr revid: nicolas.vanhoren@openerp.com-20120207120811-juejxm2mq3xcjxga
2012-02-07 13:08:11 +01:00
niv-openerp 7cb86686ea [imp] removed strange condition in on_loaded
bzr revid: nicolas.vanhoren@openerp.com-20120207120539-ga91yxjqyqabgoa1
2012-02-07 13:05:39 +01:00
Xavier Morel e966b19fa4 [FIX] wiki: don't call into the wiki formatter library if there's no value in the field
lp bug: https://launchpad.net/bugs/927653 fixed

bzr revid: xmo@openerp.com-20120207115517-tu05k67iy5dochck
2012-02-07 12:55:17 +01:00
Raphael Collet a68d24511c [FIX] project: when recomputing task hours, do not search for the parents of project id False
bzr revid: rco@openerp.com-20120207113234-d0bwfam09upu7y13
2012-02-07 12:32:34 +01:00
Raphael Collet 098a5f6847 [IMP] project_planning: improve badly built query
bzr revid: rco@openerp.com-20120207112015-am6s4jux0nj2xybi
2012-02-07 12:20:15 +01:00
niv-openerp 9fb0a22b86 [imp] nivified notebook
bzr revid: nicolas.vanhoren@openerp.com-20120207111451-le08xlmqfhalkcgm
2012-02-07 12:14:51 +01:00
Raphael Collet 93dcbb1064 [MERGE] lp:925572 (project_planning: fix employee ids used as user ids)
bzr revid: rco@openerp.com-20120207111308-8zlznuykobuw34vr
2012-02-07 12:13:08 +01:00
niv-openerp a898146cc1 [imp] nivified frames
bzr revid: nicolas.vanhoren@openerp.com-20120207110931-3z2iz6c3qb3b9xv0
2012-02-07 12:09:31 +01:00
Kuldeep Joshi (OpenERP) 1c40fddccf [FIX] base_module_doc_rst : set context for Proximity graph
bzr revid: kjo@tinyerp.com-20120207110611-3ck7bc31he49py8z
2012-02-07 16:36:11 +05:30
niv-openerp ed9eeea3db [imp] nivified root frame
bzr revid: nicolas.vanhoren@openerp.com-20120207110129-psfxmdiw9c2gvxtp
2012-02-07 12:01:29 +01:00
niv-openerp 6143bf6680 [imp] polished renderind methods
bzr revid: nicolas.vanhoren@openerp.com-20120207103512-pzkugr4dm0ag7rsh
2012-02-07 11:35:12 +01:00
Raphael Collet a630aa64fa [MERGE] lp:925965 (product: disable quick create on supplier in product supplierinfo)
bzr revid: rco@openerp.com-20120207102323-x2v3yex5ktlutpfq
2012-02-07 11:23:23 +01:00
niv-openerp 5a4d636c44 [imp] externalized setting of $element
bzr revid: nicolas.vanhoren@openerp.com-20120207102307-4vc60e6y61eokawf
2012-02-07 11:23:07 +01:00
niv-openerp ceaeea239d [imp] externalized form widget element_class creation
bzr revid: nicolas.vanhoren@openerp.com-20120207101936-c40ot5upi5g57rnx
2012-02-07 11:19:36 +01:00
niv-openerp a19a8d673e [imp] externalized widget creation
bzr revid: nicolas.vanhoren@openerp.com-20120207101131-vz0s9bxiemml48fs
2012-02-07 11:11:31 +01:00
Xavier Morel 7c4ec6eb6c [IMP] mitigate labels overwriting each other in form view
bzr revid: xmo@openerp.com-20120207100718-w8tlmxnvceth7h9f
2012-02-07 11:07:18 +01:00
Olivier Dony 8e3edb1a42 [I18N] Update translation template with newly exported attributes
Includes @title, @alt and @label attributes
for all qweb template elements.
Web addons without any such attributes have
not been re-exported.

bzr revid: odo@openerp.com-20120207093155-laswlg40wgz6itlx
2012-02-07 10:31:55 +01:00
Olivier Dony 1b3701ce59 [IMP] Fix some remaining untranslated areas, and extract @title,@alt and @label attributes too
(pending an update of the qweb rendering engine to
 actually translate the newly exported attributes)

bzr revid: odo@openerp.com-20120207092655-kgdcxa8myalxfyjq
2012-02-07 10:26:55 +01:00
Raphael Collet 4db8d52f74 [MERGE] lp:823838 (project: make project hours include children projects hours)
bzr revid: rco@openerp.com-20120207092623-3b7qajyfny3o2b0m
2012-02-07 10:26:23 +01:00
Raphael Collet 795fbbcf76 [MERGE] lp:914276 (base_calendar: fix synchronization problem for openerp calendar to sunbird/thunderbird)
bzr revid: rco@openerp.com-20120207091607-8c1c5v92ka75ebt6
2012-02-07 10:16:07 +01:00
Raphael Collet e095496396 [FIX] missing part of lp:925359
bzr revid: rco@openerp.com-20120207090741-io1y5k3ac6mpv6jl
2012-02-07 10:07:41 +01:00
Raphael Collet 73c56f5790 [MERGE] lp:925359 (hr_evaluation: fix access rights of Employee users)
bzr revid: rco@openerp.com-20120207090040-xh5fk97uz3aou4xg
2012-02-07 10:00:40 +01:00
Kuldeep Joshi (OpenERP) fdd6b246c9 [FIX] hr_evalution: inherit survey user
bzr revid: kjo@tinyerp.com-20120207051520-st6ymrhtfs2ykq9u
2012-02-07 10:45:20 +05:30
Launchpad Translations on behalf of openerp 35601a346f Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120207045344-l7gkplf7icv5djit
bzr revid: launchpad_translations_on_behalf_of_openerp-20120207045952-t6bedpten4ms5hx4
2012-02-07 04:59:52 +00:00
Xavier Morel 42f7f57f33 [EXP] export translatable strings to templates
bzr revid: xmo@openerp.com-20120206163406-vf12k01nxqbhnt3q
2012-02-06 17:34:06 +01:00
Xavier Morel 463da28b71 [IMP] unify web and addons translations
bzr revid: xmo@openerp.com-20120206162824-cd65dn1gllpmpn2h
2012-02-06 17:28:24 +01:00
Xavier Morel b7e761fca8 [FIX] forward uncaught errors to global crash manager
bzr revid: xmo@openerp.com-20120206162347-1hr30acmy7l3mh78
2012-02-06 17:23:47 +01:00
Quentin (OpenERP) 6b2ad918ba [FIX] fixed previous commit
bzr revid: qdp-launchpad@openerp.com-20120206162345-crhi8bemozimv4zh
2012-02-06 17:23:45 +01:00
Quentin (OpenERP) 9d1fa8c21d [FIX] l10n_be, vat declaration xml wizard
bzr revid: qdp-launchpad@openerp.com-20120206161951-l1qpeamaeoom8ml8
2012-02-06 17:19:51 +01:00
Olivier Dony 2e8f622f45 [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20120206153300-ql0qo3mf0j4x05n9
2012-02-06 16:33:00 +01:00
Raphael Collet 71ba9429d7 [MERGE] lp:898644 (project: improve tooltip)
bzr revid: rco@openerp.com-20120206144330-i2ak63096047oo8n
2012-02-06 15:43:30 +01:00
Stephane Wirtel 0c3f58cb87 [FIX] account: invoice: add the journal and type in the constraints more flexible
bzr revid: stw@openerp.com-20120206135724-e013l6jwwnf4b17q
2012-02-06 14:57:24 +01:00
Stephane Wirtel 433b98f832 [FIX] account: Modify the sql constraints for the tax object, use the description instead of the name
bzr revid: stw@openerp.com-20120206135658-5i35qm0dyyf4i6kl
2012-02-06 14:56:58 +01:00
Stephane Wirtel 6589afbfa5 [FIX] l10n_be: Use xml comments instead of simple string
bzr revid: stw@openerp.com-20120206135520-bix7lgm05v6enfbg
2012-02-06 14:55:20 +01:00
niv-openerp 118131c772 [fix] removed auto-next after print in pos
bzr revid: nicolas.vanhoren@openerp.com-20120206134351-8apoozde3egw5dbi
2012-02-06 14:43:51 +01:00
Xavier Morel 5f7d98ef25 [FIX] translations loading for preloaded modules
* Connection needs to initialize itself with preloaded modules (from
  openerp._modules currently)
* Fix load_modules to load translations for everything, but only load
  modules which are not preloaded

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

bzr revid: xmo@openerp.com-20120206134155-n9sqcsi3cnc5a1hl
2012-02-06 14:41:55 +01:00
Mayur Maheshwari (OpenERP) 7410370486 [FIX]stock:improvement is done
bzr revid: mma@tinyerp.com-20120206132612-7lcnjhz4hqzeninl
2012-02-06 18:56:12 +05:30
Raphael Collet 457ba47cf6 [IMP] project: store fields effective_hours and progress_rate, and fix their store dependencies
bzr revid: rco@openerp.com-20120206130804-87wq126btdzqt91e
2012-02-06 14:08:04 +01:00
Raphael Collet 9f1dc2bc02 [FIX] project: value of field progress on project.project
bzr revid: rco@openerp.com-20120206130631-43np82er01p9kd2i
2012-02-06 14:06:31 +01:00