Commit Graph

28078 Commits

Author SHA1 Message Date
Xavier Morel 15e73da330 [FIX] FormView.on_saved should resolve on a result, ideally the same as FormView.on_created minus the 'created' key
bzr revid: xmo@openerp.com-20111013085100-xpl29e2f2jnqmt1v
2011-10-13 10:51:00 +02:00
niv-openerp c7a888f343 [fix] buttons do not use an evalutation context despite the fact the context on buttons can depend on it
bzr revid: nicolas.vanhoren@openerp.com-20111013093814-xalvnvp6vajslruo
2011-10-13 11:38:14 +02:00
niv-openerp 60c7801200 [fix] some inconsistencies in context in a view in hr_recruitment
bzr revid: nicolas.vanhoren@openerp.com-20111013093656-f04vuvyl0wxihh86
2011-10-13 11:36:56 +02:00
Quentin (OpenERP) d1dde9bb8e [MERGE] lp:871689
bzr revid: qdp-launchpad@openerp.com-20111013081720-bqpk0y0uwbkroyjs
2011-10-13 10:17:20 +02:00
Christophe Simonis a58395f2af [FIX] do no load the menu until a session is active
[IMP] make menu loading hookable

bzr revid: chs@openerp.com-20111013081445-1xzvodzrtxvacbzz
2011-10-13 10:14:45 +02:00
Christophe Simonis d29aa73971 [IMP] allow controller functions to return werkzeug.exceptions.HTTPException (i.e. 404 errors)
bzr revid: chs@openerp.com-20111013081351-layprblm1dt140py
2011-10-13 10:13:51 +02:00
Quentin (OpenERP) d5b67730a3 [MERGE] lp:872253
bzr revid: qdp-launchpad@openerp.com-20111013080117-k7x1t0b713fdji3b
2011-10-13 10:01:17 +02:00
Quentin (OpenERP) b570942341 [MERGE] lp:872184
bzr revid: qdp-launchpad@openerp.com-20111013075736-sfp10kh9dg0qva6a
2011-10-13 09:57:36 +02:00
Quentin (OpenERP) e5b9cc059d [MERGE] lp:872677
bzr revid: qdp-launchpad@openerp.com-20111013075542-xhuiyqkmtoa4s7jo
2011-10-13 09:55:42 +02:00
Quentin (OpenERP) 2e0f068256 [MERGE] lp:872695 + added group_no_one on the filter button 'state' in the search view of account.analytic.account
bzr revid: qdp-launchpad@openerp.com-20111013075316-0e2fo8dem104wz8i
2011-10-13 09:53:16 +02:00
Quentin (OpenERP) e7075a939d [FIX] product: usability fix
lp bug: https://launchpad.net/bugs/872201 fixed

bzr revid: qdp-launchpad@openerp.com-20111013071004-9pm5ci3pac0kylna
2011-10-13 09:10:04 +02:00
Quentin (OpenERP) 406c8ec8e4 [MERGE] lp:872689
bzr revid: qdp-launchpad@openerp.com-20111013070308-uxsc2ivi9cbceys5
2011-10-13 09:03:08 +02:00
Quentin (OpenERP) a4176117d8 [MERGE] lp:867461
bzr revid: qdp-launchpad@openerp.com-20111013065824-da8j6kec8mlcjcb8
2011-10-13 08:58:24 +02:00
Quentin (OpenERP) 8cf348cc57 [IMP] account, financial.report object: added translate=True on 'name' field
bzr revid: qdp-launchpad@openerp.com-20111013065611-ibvbezd2hthzr3v9
2011-10-13 08:56:11 +02:00
Launchpad Translations on behalf of openerp 77d6481030 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111013043834-6r8jr1hhlynt3ay0
bzr revid: launchpad_translations_on_behalf_of_openerp-20111013044633-ck3w2f7b9snnkx55
2011-10-13 04:46:33 +00:00
niv-openerp fc823e76bd [fix] rare problem in o2m
bzr revid: nicolas.vanhoren@openerp.com-20111012161322-rnjei1os2xjb0qax
2011-10-12 18:13:22 +02:00
niv-openerp 73fcb10472 [fix] problem in delivery orders, when trying to click on a button in the o2m
bzr revid: nicolas.vanhoren@openerp.com-20111012155704-22dgojl8ag3av4sn
2011-10-12 17:57:04 +02:00
Xavier Morel 2eab13708f [IMP] make Registry.get_any faster
throwing exceptions seems quite slow in Safari, and generates a significant performance hit in dashboards

bzr revid: xmo@openerp.com-20111012131255-2cayqxedjpdtj432
2011-10-12 15:12:55 +02:00
niv-openerp 101dd01502 [fix] rollbacked previous fix regarding save of o2m when doing a get_value
bzr revid: nicolas.vanhoren@openerp.com-20111012153518-gt8uyhagjzi8qc72
2011-10-12 17:35:18 +02:00
niv-openerp 2ebe653f65 [imp] modified form view to really have on_changes that can not execute concurently
bzr revid: nicolas.vanhoren@openerp.com-20111012150830-7eupfrzfeh2wh9j6
2011-10-12 17:08:30 +02:00
Quentin (OpenERP) 6dcbcb0dd8 [IMP] account: added 'note' field on account.fiscal.position.template object
bzr revid: qdp-launchpad@openerp.com-20111012145213-cvsfk3zb141fs766
2011-10-12 16:52:13 +02:00
niv-openerp efa2ca1195 [imp] lot of concurrency improvements for form view
bzr revid: nicolas.vanhoren@openerp.com-20111012141007-87w0fgemvqv2ul15
2011-10-12 16:10:07 +02:00
niv-openerp 130e441133 [fix] fixed rare problem in the o2m when we try to get its value before it has finished refreshing
bzr revid: nicolas.vanhoren@openerp.com-20111012124923-zka6mskg56iha5wc
2011-10-12 14:49:23 +02:00
Fabien Meghazi 0de588dd4a [MERGE] Allow overwrite of default dbname and login from querystring
bzr revid: fme@openerp.com-20111012140114-z4zibt4fdcpc6awr
2011-10-12 16:01:14 +02:00
Fabien Meghazi 65792ba3cb [MERGE] Change the way the sections and items are added to the sidebar
bzr revid: fme@openerp.com-20111012135735-6o905df1db7tmybh
2011-10-12 15:57:35 +02:00
Christophe Simonis 378a9de3e8 [FIX] hum hum
bzr revid: chs@openerp.com-20111012122622-dcuhelpcgv119s6g
2011-10-12 14:26:22 +02:00
Xavier Morel eb796396e0 [ADD] display of selection fields in format_value
bzr revid: xmo@openerp.com-20111012120938-9lpxm6mf8jbde6oj
2011-10-12 14:09:38 +02:00
Christophe Simonis 7b6309dd15 [FIX] translation of attachment and calendar sidebar sections
bzr revid: chs@openerp.com-20111012115744-sv7kvwqbt2p5vdio
2011-10-12 13:57:44 +02:00
Christophe Simonis 1dfd69590d [IMP] _t() sidebar
bzr revid: chs@openerp.com-20111012101802-fdrjaj80x03hx7xz
2011-10-12 12:18:02 +02:00
Christophe Simonis 32d2e527fb [FIX] explicitly provide the code of sidebar sections
bzr revid: chs@openerp.com-20111012095426-qb3see19uic61jr1
2011-10-12 11:54:26 +02:00
Atik Agewan (OpenERP) ddd6c53d25 [IMP] mrp_repair:change state name To Repair to confirmed
bzr revid: aag@tinyerp.com-20111012094240-pr4yenhrkqm5o738
2011-10-12 15:12:40 +05:30
Atik Agewan (OpenERP) 486068af6b [IMP] mrp_repair:change state name Confirmed to Repair ==> To Repair
bzr revid: aag@tinyerp.com-20111012093238-2u82cugba2fd3336
2011-10-12 15:02:38 +05:30
Kirti Savalia (OpenERP) 948b05507e [FIX]:Group By state in analytic accounts
lp bug: https://launchpad.net/bugs/872695 fixed

bzr revid: ksa@tinyerp.com-20111012084901-9ym5207s34wogit7
2011-10-12 14:19:01 +05:30
Kirti Savalia (OpenERP) ecab5ad286 [FIX]:pass the missing context in product_id_change method
lp bug: https://launchpad.net/bugs/872689 fixed

bzr revid: ksa@tinyerp.com-20111012073412-h7k3tr07bcy2vpup
2011-10-12 13:04:12 +05:30
Mustufa Rangwala da939a215a [FIX] account : in bank statement form when i tried to import invoice from button import invoices
lp bug: https://launchpad.net/bugs/867461 fixed

bzr revid: bde@tinyerp.com-20111012063800-p72utna4b9olsbeu
2011-10-12 12:08:00 +05:30
Atik Agewan (OpenERP) b720f12d55 [Fix] Purchase:In Purchases/Reporting/Purchase Analysis search view Category,Reference UOM Buttons Icons are changed
lp bug: https://launchpad.net/bugs/872677 fixed

bzr revid: aag@tinyerp.com-20111012060426-czoq7wdwbsppjkzh
2011-10-12 11:34:26 +05:30
Launchpad Translations on behalf of openerp 048cfa7804 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111012044022-dt1ks2gwog40djxc
bzr revid: launchpad_translations_on_behalf_of_openerp-20111012044412-fk2rlfsfnmhkvaq1
2011-10-12 04:44:12 +00:00
Antony Lesuisse 511e9a0ea4 [IMP] merged application tile with default home
bzr revid: al@openerp.com-20111011233627-6nxfbs64lwzszh7t
2011-10-12 01:36:27 +02:00
Antony Lesuisse 9f840d08b6 [IMP] default dashboard home for everybody
bzr revid: al@openerp.com-20111011221916-df9zxa1e7fvw3xiz
2011-10-12 00:19:16 +02:00
Antony Lesuisse b574f20012 [IMP] board module and hr dashboard cleanups
split board.board object (almost unsed) xml's from actual board definitions
board module defines 2 boards: the admin one, the homepage
clean hr board definitions
remove hr menuitems from administration menu
remove useless menuitem definitions

bzr revid: al@openerp.com-20111011212017-qd3d2xp9mfneagqq
2011-10-11 23:20:17 +02:00
Antony Lesuisse 1ce5334c81 [IMP] openerplib exception handling step1
We define the 4 standard openerp exceptions introduced in the new xmlrpc/1 and
jsonrpc/1 api. But we dont raise them yet, instead we update the local
connector to emulate the current xmlrpc faults.

bzr revid: al@openerp.com-20111011210742-i5zdn7kldg74kx2b
2011-10-11 23:07:42 +02:00
Fabien Meghazi b49b1cfb10 [IMP] Dashboard: use parent's do_action
bzr revid: fme@openerp.com-20111011155950-z620hv2zxtccm501
2011-10-11 17:59:50 +02:00
Antony Lesuisse 9872fdd911 [FIX] webrpc double load jquery
bzr revid: al@openerp.com-20111011154700-2mnim3luoersk1c3
2011-10-11 17:47:00 +02:00
niv-openerp b819542c8f [fix] problem with form view, does not prevent multiple creates/saves
bzr revid: nicolas.vanhoren@openerp.com-20111011153535-ojo8qqpzlg3ap9fy
2011-10-11 17:35:35 +02:00
Quentin (OpenERP) 177ca871c9 [FIX] account_voucher: amount currency in voucher entries
bzr revid: qdp-launchpad@openerp.com-20111011144744-pqf9tth1p1osh8wt
2011-10-11 16:47:44 +02:00
Antony Lesuisse 4ece4f2d3c [FIX] default database of pos to work on runbot
bzr revid: al@openerp.com-20111012120416-73of3xsubvnopyng
2011-10-12 14:04:16 +02:00
Fabien Meghazi 230d99a228 [IMP] Added condition for menu reloading
bzr revid: fme@openerp.com-20111012114331-7h9hask2nvy0m93d
2011-10-12 13:43:31 +02:00
Xavier Morel 56fdc587af [FIX} incorrect condition for not going into colors management on tree views
bzr revid: xmo@openerp.com-20111012111429-duldg0ko9wuq2zje
2011-10-12 13:14:29 +02:00
niv-openerp 492facf3c5 [fix] problem with osv defining the "id" field, it must always be readonly
bzr revid: nicolas.vanhoren@openerp.com-20111012111142-2ejg2u85364al7jy
2011-10-12 13:11:42 +02:00
Fabien Meghazi 5d7cf9c8f8 [IMP] Reload menu after installation wizardsi
Hardcoded check for action.context.active_model === 'base.module.upgrade' in ir_actions_act_window_close.
If you have a better solution, do not hesitate to propose it

bzr revid: fme@openerp.com-20111012110928-kcjstqt28sh7nhky
2011-10-12 13:09:28 +02:00