Commit Graph

68895 Commits

Author SHA1 Message Date
Launchpad Translations on behalf of openerp ab52d114de Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130226050906-46stgrk7893w9l9n
bzr revid: launchpad_translations_on_behalf_of_openerp-20130226050918-7395f7imyy1j0jhs
2013-02-26 05:09:18 +00:00
Quentin (OpenERP) f0345c8380 [MERGE] added menuitems for portal user to check their 'TODO' messages list and their 'Archives'
bzr revid: qdp-launchpad@openerp.com-20130225181747-c4ixcb40t3g5mv0i
2013-02-25 19:17:47 +01:00
Quentin (OpenERP) 27eea7c0e2 [FIX] account: report sign was not takken into account for comparison in financial reports. Courtesy from Stéphane Bidoul (Acsone)
lp bug: https://launchpad.net/bugs/1101811 fixed

bzr revid: qdp-launchpad@openerp.com-20130225180730-ug2w3xpvpg6eipxt
2013-02-25 19:07:30 +01:00
Quentin (OpenERP) 144d6f514b [MERGE] jco branch with fix of account_followup test that was crashing the runbot if run between 23h and 00h.
bzr revid: qdp-launchpad@openerp.com-20130225174344-b4wxqkek7xh1yfc1
2013-02-25 18:43:44 +01:00
Quentin (OpenERP) 3be6693f3e [MERGE] base_action_rule: adding onchange on model_id in order to get the related field updated. Fix issue 586436. Merge of jco branch with small refactoring and context added
bzr revid: qdp-launchpad@openerp.com-20130225174112-aoe9ts8linp5fx1l
2013-02-25 18:41:12 +01:00
niv-openerp 9f6451c2ac [FIX] typo in attachment server-side methods
lp bug: https://launchpad.net/bugs/1132770 fixed

bzr revid: nicolas.vanhoren@openerp.com-20130225172446-gfuhhg0dqetiz51m
2013-02-25 18:24:46 +01:00
Xavier Morel a88586a71b [FIX] @domain not handled on searchview m2o fields
Also injected view context in m2o completion name_search

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

bzr revid: xmo@openerp.com-20130225165314-78e04rewsqw86r5d
2013-02-25 17:53:14 +01:00
Xavier Morel 6803c0048f [IMP] add view's context to m2o completion name_search
bzr revid: xmo@openerp.com-20130225165236-386r8438h4vz6fav
2013-02-25 17:52:36 +01:00
Fabien Pinckaers 811d4a4efd [IMP] convert to opporunity on phone call fix
bzr revid: fp@openerp.com-20130225164616-v3bu51s277sto15j
2013-02-25 17:46:16 +01:00
Fabien Pinckaers de10f86539 [IMP] better outlook install instructions
bzr revid: fp@openerp.com-20130225164409-dc5nrddqwrxvt6ff
2013-02-25 17:44:09 +01:00
Xavier Morel ece114024f [ADD] @domains handling to searchview m2o field during completion
bzr revid: xmo@openerp.com-20130225164255-y3qkcjozr7rbtz1v
2013-02-25 17:42:55 +01:00
Vo Minh Thu b71457e258 [FIX] tools.convert: use tools.ustr() instead of str() on exceptions.
bzr revid: vmt@openerp.com-20130225164028-d48k5yheuoph1vm3
2013-02-25 17:40:28 +01:00
niv-openerp 63346192fc [IMP] report_webkit: some improvements including a demo report and a better default header
bzr revid: nicolas.vanhoren@openerp.com-20130225163717-wf3aley43qgzobg5
2013-02-25 17:37:17 +01:00
Vo Minh Thu c62780673c [FIX] tools.safe_eval: we want to see the expr which fail to eval(), so report it in the exception.
bzr revid: vmt@openerp.com-20130225163525-3g9qw1g3hkyyxf1j
2013-02-25 17:35:25 +01:00
Fabien Pinckaers 4d06ad75d7 [IMP] project manager can delete projects
bzr revid: fp@openerp.com-20130225163516-tux6qmtge0z9t0xx
2013-02-25 17:35:16 +01:00
Olivier Dony a16f03188b [FIX] stock: typo in stock.move search view, @domain is for restricting auto-completed values, while @filter_domain is for overriding the field behavior
``self`` only makes sense within @filter_domain

bzr revid: odo@openerp.com-20130225163449-vzc5dw16lgpsstqo
2013-02-25 17:34:49 +01:00
Fabien Pinckaers bdd9a2c2c4 [IMP] change kanban_statein form view of issues
bzr revid: fp@openerp.com-20130225163025-8rxn8ybturgoc13n
2013-02-25 17:30:25 +01:00
niv-openerp 5f60359b59 Solve a bug that appear in the runbot with js tests (??)
bzr revid: nicolas.vanhoren@openerp.com-20130225162159-qhmiet8a22m983rg
2013-02-25 17:21:59 +01:00
Fabien Pinckaers b91fcb4e37 [IMP] add new icon
bzr revid: fp@openerp.com-20130225161804-k533zhmdhunled1j
2013-02-25 17:18:04 +01:00
Fabien Pinckaers f08389595f [IMP] ready for next stage/blocked in form view
bzr revid: fp@openerp.com-20130225161635-rdzlbxxwofc2gd32
2013-02-25 17:16:35 +01:00
Fabien Meghazi 017d75f6f0 [FIX] Correctly check the id index in dataset
lp bug: https://launchpad.net/bugs/1098508 fixed

bzr revid: fme@openerp.com-20130225161236-8yb98wfzbkawr8yu
2013-02-25 17:12:36 +01:00
Christophe Matthieu 18387d7e0b [FIX] form_view: field url, don't add http for local link
bzr revid: chm@openerp.com-20130225160932-yfoxmpkf8td9hr8k
2013-02-25 17:09:32 +01:00
niv-openerp 2277598f1c Added helper for company logo
bzr revid: nicolas.vanhoren@openerp.com-20130225160650-o4llg0bg7xxt7dnp
2013-02-25 17:06:50 +01:00
Vo Minh Thu f1adca94c0 [MERGE] netsvc/service.model: added missing/removed unnecessary `except` clauses.
bzr revid: vmt@openerp.com-20130225155828-a364gk3ii2prxe0b
2013-02-25 16:58:28 +01:00
Olivier Dony 4e96f620e1 [FIX] portal_anonymous: `token` and `login` params are in the URL fragment, not in the query string
The previous test was done on the query string, in which
`token` and `login` are never found, preventin users
from seeing their reset password form.
The test was also incorrectly checking for the presence
of both a `token` and `login`, while any of those should
disable the anonymous mode (sometimes only `token` is
present, e.g. for password reset).

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

bzr revid: odo@openerp.com-20130225155654-0kb9g5zmi8a2ggp4
2013-02-25 16:56:54 +01:00
niv-openerp 1d502dff1a Better sample.
bzr revid: nicolas.vanhoren@openerp.com-20130225155139-491mjrm12eppavqp
2013-02-25 16:51:39 +01:00
niv-openerp e21b0a1a33 Corrected report view
bzr revid: nicolas.vanhoren@openerp.com-20130225152507-onhr6y8asfkqapvl
2013-02-25 16:25:07 +01:00
Xavier Morel 9f45e8970c [ADD] more tests for m2o default values handling
bzr revid: xmo@openerp.com-20130225152324-785ewucir0pv4rmw
2013-02-25 16:23:24 +01:00
Vo Minh Thu e2e9c0669e [IMP] osv: removed unnecessary `except` clauses.
bzr revid: vmt@openerp.com-20130225152057-9ehnwo2szr4pphz3
2013-02-25 16:20:57 +01:00
niv-openerp 2e12a6686b Added sample for webkit
bzr revid: nicolas.vanhoren@openerp.com-20130225151630-5x8c43i535o99uh4
2013-02-25 16:16:30 +01:00
niv-openerp c8258999f1 [FIX] report_webkit: typo that made it impossible to register a webkit report
bzr revid: nicolas.vanhoren@openerp.com-20130225150306-uo9r7ua7iqj57255
2013-02-25 16:03:06 +01:00
Antony Lesuisse 0fe0bf1424 [FIX] fetchmail mailgate script intruction
bzr revid: al@openerp.com-20130225145859-etxj4hetsnznd1aa
2013-02-25 15:58:59 +01:00
Xavier ALT 3328f42df1 [MERGE] BUG 1094212: base: correct search on res.partner in multicompany (courtesy of Niels Huylebroeck)
bzr revid: xal@openerp.com-20130225142828-d5akvwsa738dxyj9
2013-02-25 15:28:28 +01:00
Olivier Dony 7baf0a7ae7 [MERGE] account: the `state` field of res.partner.bank must be present in all form/tree views
This is the second part of the fix for bug
1068822.
res.partner.bank overrides fields_get() and sometimes adds
extra `states` attributes on the fields. This requires the
presence of the special `state` field in all views.

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

bzr revid: odo@openerp.com-20130225142658-amlr1sjkaik3w01f
2013-02-25 15:26:58 +01:00
Olivier Dony 90baea35c5 [FIX] account: the `state` field of res.partner.bank must be present in all form/tree views
This is the second part of the fix for bug
1068822.
res.partner.bank overrides fields_get() and sometimes adds
extra `states` attributes on the fields. This requires the
presence of the special `state` field in all views.

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

bzr revid: odo@openerp.com-20130225141014-zqbzbldqkl997lfu
2013-02-25 15:10:14 +01:00
Niels Huylebroeck bc4e3d00ed [FIX] base: allow searching in multicompany environment on res_partner.
bzr revid: nh@agaplan.eu-20130225135753-ryf6y5e0nhxt8zux
2013-02-25 14:57:53 +01:00
Xavier Morel a8d2327cda [FIX] Correctly stop embedded form when switching from editable to non-editable list
When using the ``set_editable`` feature (context key) from filters
(togglable on/off), the list view would not correctly clean up
(destroy) the form when switching from editable with a started editor
(and form) to non-editable, leading to form fields (in this case m2o
fields being in an incorrect state and trying to query a non-started
autocompletion widget on every click anywhere blowing it up).

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

bzr revid: xmo@openerp.com-20130225135629-8k338gw0arsi6m6j
2013-02-25 14:56:29 +01:00
Vo Minh Thu 59ac14af71 [MERGE] netrpc: support for netrpc was already removed, but command line flags and docs were not updated.
bzr revid: vmt@openerp.com-20130225134552-p0fkh0ldn5xehaqx
2013-02-25 14:45:52 +01:00
Anand Patel (OpenERP) 442c90a43e [IMP]Added css class for proper view
bzr revid: pan@tinyerp.com-20130225120331-dm226uh9gw0srjdw
2013-02-25 17:33:31 +05:30
Xavier Morel 021086d5a8 [FIX] Search view's drawer closing unexpectedly when using the date widget
jquery-ui's date picker (at least in currently used version) lets
*some* (but not all) clicks go through. The date picker dialog is
added directly to the page body so capturing clicks in a parent widget
doesn't work, and these "stray" bubbling clicks will trigger the
global bus's "click" event.

Add a capturing (and stopPropagation-ing) of these clicks in our
wrapper to jquery-ui's datepicker to avoid the issue.

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

bzr revid: xmo@openerp.com-20130225110614-p7dmmjd41xdxescy
2013-02-25 12:06:14 +01:00
Vo Minh Thu 62579b2094 [FIX] Previous `[iMP]` was broken.
bzr revid: vmt@openerp.com-20130225105523-12pnud4oa41tx3cx
2013-02-25 11:55:23 +01:00
Olivier Dony 932a63ce36 [FIX] db manager: allow creating databases with a leading digit - useful for naming version-specific databases
bzr revid: odo@openerp.com-20130225102350-u6nywl3vmtopfuaz
2013-02-25 11:23:50 +01:00
Anand Patel (OpenERP) 5b1fe9fa27 [IMP]Added image file to show kanban_state normal in form view of task in project
bzr revid: pan@tinyerp.com-20130225085544-7276pbg3eh0mo6gr
2013-02-25 14:25:44 +05:30
Anand Patel (OpenERP) 1777bf007d [IMP] Added the kanban_state buttons in task form view
bzr revid: pan@tinyerp.com-20130225084400-8vfu7qpiygtgng14
2013-02-25 14:14:00 +05:30
Launchpad Translations on behalf of openerp 2fac3759cd Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130225054059-b2v2jml1hskq94h9
2013-02-25 05:40:59 +00:00
Launchpad Translations on behalf of openerp be7ea8ed2a Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20130225050815-m9gohynejqtoqdl6
2013-02-25 05:08:15 +00:00
Antony Lesuisse 386b3d4bd5 [FIX] analytic lines show the user_id
bzr revid: al@openerp.com-20130224192155-gqivv3378csdbvjo
2013-02-24 20:21:55 +01:00
Fabien Pinckaers b831c5aa15 [iMP] error message simplified for required values
bzr revid: fp@openerp.com-20130224135248-wdxg8d3fi79lp88z
2013-02-24 14:52:48 +01:00
Fabien Pinckaers fb00c370b2 [IMP] misc improvements
bzr revid: fp@openerp.com-20130224132436-4ehr5f1uidtbuo9m
2013-02-24 14:24:36 +01:00
Fabien Pinckaers 04b3755083 [IMP] holiday request from employee form
bzr revid: fp@openerp.com-20130224132111-vmrxhig1puc7yh60
2013-02-24 14:21:11 +01:00