Commit Graph

39305 Commits

Author SHA1 Message Date
Xavier Morel bea1a79705 [FIX] don't double-call on_session_valid when logging in
bzr revid: xmo@openerp.com-20111122120937-302onn00bu2drfui
2011-11-22 13:09:37 +01:00
Quentin (OpenERP) 85b8e20b5d [FIX] account_voucher: fixed error in yamls due to new constraint added in revision 5763
bzr revid: qdp-launchpad@openerp.com-20111122115133-789x19p4af4qlvvz
2011-11-22 12:51:33 +01:00
Kunal Chavda (OpenERP) 5372b9b9a1 [IMP]Improved code for setting width and height of document to rendering process graph.
bzr revid: kch@tinyerp.com-20111122114209-olyhazad8dff3s1z
2011-11-22 17:12:09 +05:30
Kunal Chavda (OpenERP) 1c7fa1fabc [FIX]Fixed code for showing process view icon on viewmanager.
bzr revid: kch@tinyerp.com-20111122113420-m5pme4wdkrfrrm19
2011-11-22 17:04:20 +05:30
Kunal Chavda (OpenERP) 7cffb9a12a [MERGE]Merge trunk upto 1528 revision.
bzr revid: kch@tinyerp.com-20111122112603-m6g8vg233695whlf
2011-11-22 16:56:03 +05:30
Antony Lesuisse 2503908223 [IMP] outlook function prototype for plugin
bzr revid: al@openerp.com-20111122112525-wf86e3q6tgb2mgas
2011-11-22 16:55:25 +05:30
Yogesh (OpenERP) e5d3c062e5 [IMP] implement add and remove node functionality in vieweditor.
bzr revid: ysa@tinyerp.com-20111122112000-xqbd20hhpfjzocwx
2011-11-22 16:50:00 +05:30
Vidhin Mehta (OpenERP) 5c5d874f5f [FIX]fix issue of review.
bzr revid: vme@tinyerp.com-20111122111630-i5nekbbyilt16mpr
2011-11-22 16:46:30 +05:30
vishmita 40e3f490a2 [FIX]Title should be change when going to subprocess.
bzr revid: vja@vja-desktop-20111122105937-gi2zdinsmajtb53b
2011-11-22 16:29:37 +05:30
tfr@openerp.com c8acea4be4 [MERGE] plugin cleaning
bzr revid: tfr@openerp.com-20111122105638-64pihhdc4j2cq0vq
2011-11-22 11:56:38 +01:00
tfr@openerp.com 784bf2fcbe [CLEAN] remove print
bzr revid: tfr@openerp.com-20111122105202-13mhvor9gvo1nwpo
2011-11-22 11:52:02 +01:00
tfr@openerp.com 6ef7480e4f [MERGE] common api for plugin
bzr revid: tfr@openerp.com-20111122104946-9ionh03x84hiq0b4
2011-11-22 11:49:46 +01:00
tfr@openerp.com a3f61bd9a7 [ADD] common api for plugin
bzr revid: tfr@openerp.com-20111122104448-5uo0dd0g50yhk2cq
2011-11-22 11:44:48 +01:00
Tejas (OpenERP) 733941e979 Fix search m2o field, default added
bzr revid: tta@openerp.com-20111122104145-ce1z32beh8ef6346
2011-11-22 16:11:45 +05:30
Xavier Morel a738f4390f [FIX] do not reload sidebar during form's on_loaded if it's already setup
There's no information provided to FormView#on_loaded which should
change the sidebar and reloading it apparently breaks
stuff... severely.

So just don't touch it if it's already setup (assigned to instance
variable), everything works right (as the readonly mode fundamentally
only changes the way the form is displayed, it should not alter its
internal behaviors)

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

bzr revid: xmo@openerp.com-20111122102609-faldd3xkc0xhzvu2
2011-11-22 11:26:09 +01:00
Quentin (OpenERP) 300478d1ec [IMP] account_voucher: usability improvement.
bzr revid: qdp-launchpad@openerp.com-20111122102338-l3pysqm8f2j9hwsl
2011-11-22 11:23:38 +01:00
Xavier Morel 2e5d7852f4 [FIX] comma-terminated object literals
bzr revid: xmo@openerp.com-20111122101950-mng5zy4os3mukj6d
2011-11-22 11:19:50 +01:00
Xavier Morel b7dfc8bb45 [FIX] semicolon warnings
bzr revid: xmo@openerp.com-20111122101813-61xmoekdio52j1oj
2011-11-22 11:18:13 +01:00
Quentin (OpenERP) 82f88b06d6 [IMP] account: added constraint on account_journal currency + changed default value of type field for new account_account
bzr revid: qdp-launchpad@openerp.com-20111122101338-44k60vjsnmf3khud
2011-11-22 11:13:38 +01:00
Yogesh (OpenERP) 2a75b1e935 [IMP] Improve code in vieweditor.
bzr revid: ysa@tinyerp.com-20111122100454-nzr2tn6mi1112usq
2011-11-22 15:34:54 +05:30
Yogesh (OpenERP) 2417d91e57 [IMP] code refactor in vieweditor.
bzr revid: ysa@tinyerp.com-20111122095153-jox0cz1ocj6tz57l
2011-11-22 15:21:53 +05:30
Xavier Morel 11bc9e1ad8 [ADD] support for string literals in on_change specifications, some tests for parsing of on_change specs
bzr revid: xmo@openerp.com-20111122094416-knguk9qgpnd1f9ws
2011-11-22 10:44:16 +01:00
Quentin (OpenERP) c7de208ffa [FIX] account: set the default value for partner when encoding a new address through the invoice form view
bzr revid: qdp-launchpad@openerp.com-20111122092524-uv3yzyd530xjsjnj
2011-11-22 10:25:24 +01:00
Yogesh (OpenERP) ebb52f682f [IMP] implement add and remove node functionality in vieweditor.
bzr revid: ysa@tinyerp.com-20111122091627-mmwp49bkdqkjey2e
2011-11-22 14:46:27 +05:30
Xavier Morel e0d78df337 [FIX] incorrect handling of keys containing forward slashes in graph view
bzr revid: xmo@openerp.com-20111122085339-s05ky6wwzmrc6mcp
2011-11-22 09:53:39 +01:00
Vidhin Mehta (OpenERP) f1e0fefba0 [Merge]merge with main branch.
bzr revid: vme@tinyerp.com-20111122085146-khp27cdcja9e8gac
2011-11-22 14:21:46 +05:30
Vidhin Mehta (OpenERP) 37f2f7cd4c [IMP]improvement in code.
bzr revid: vme@tinyerp.com-20111122084447-jny55ehsiksd3v0d
2011-11-22 14:14:47 +05:30
Vidhin Mehta (OpenERP) 5c0b707510 [IMP] fix view for new field dialog box.
bzr revid: vme@tinyerp.com-20111122072157-rw2h87p6u4dyrjak
2011-11-22 12:51:57 +05:30
niv-openerp 452eca8952 [imp] added replace() method in Widget to ease insertion at a precise place in the dom
bzr revid: nicolas.vanhoren@openerp.com-20111122062431-zh762kivblfhwewk
2011-11-22 11:54:31 +05:30
Vidhin Mehta (OpenERP) 67e7ba0d00 [MERGE]resove conflict and merge with main branch.
bzr revid: vme@tinyerp.com-20111122061753-5uxqy3mxw0eedthn
2011-11-22 11:47:53 +05:30
niv-openerp 8301ca9e47 [imp] partially nivified the pos
bzr revid: nicolas.vanhoren@openerp.com-20111122061617-yk74cqmd61wrb8uw
2011-11-22 11:46:17 +05:30
Yogesh (OpenERP) c9830bb353 [FIX] vieweditor :- fix problem of _.include method/
bzr revid: ysa@tinyerp.com-20111122052234-gbdj2bj6vinfg1n8
2011-11-22 10:52:34 +05:30
Launchpad Translations on behalf of openerp 0e8b913842 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111122050046-eb2hd81qu2801nxi
bzr revid: launchpad_translations_on_behalf_of_openerp-20111122051316-eovfu9qj7puxspbf
2011-11-22 05:13:16 +00:00
Launchpad Translations on behalf of openerp b0e90fcf59 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111122050017-0wnwpg2yvzk0xrln
2011-11-22 05:00:17 +00:00
Kunal Chavda (OpenERP) 36d2447058 [FIX]Fixed code for showing stackbar chart. dhtmlxchart not support forward or backward slash in key to get value from result.
lp bug: https://launchpad.net/bugs/889731 fixed

bzr revid: kch@tinyerp.com-20111122045639-2y6b5el3a2bjthis
2011-11-22 10:26:39 +05:30
Yogesh (OpenERP) 1a2277c140 [MERGE] Merge with trunk upto revision no 1521.
bzr revid: ysa@tinyerp.com-20111118044850-ygx7yd77oc4dd8ha
bzr revid: ysa@tinyerp.com-20111121051559-hqfcuel4vcqpsa62
bzr revid: ysa@tinyerp.com-20111122045234-35tg4dzgaadrfc95
2011-11-22 10:22:34 +05:30
Quentin (OpenERP) e255e0a4c4 [MERGE] lp: 891596
bzr revid: qdp-launchpad@openerp.com-20111121171404-tnluzcl5p8cc5fwm
2011-11-21 18:14:04 +01:00
Quentin (OpenERP) 375421a402 [MERGE] lp: 891987 (installation of hr_evaluation)
bzr revid: qdp-launchpad@openerp.com-20111121170656-goif4d92bv4z782m
2011-11-21 18:06:56 +01:00
Quentin (OpenERP) 3d02227c05 [MERGE] lp: 808704. Cancelation of an invoice does not cancel anymore the linked expense because this is a special case of expection that we don't want to treat by default in openerp.
bzr revid: qdp-launchpad@openerp.com-20111121170432-7nmmj1k0trclkw9e
2011-11-21 18:04:32 +01:00
Olivier Dony 6e34277ae0 [IMP] project.task: reset kanban_state whenever stage changes + tooltip
bzr revid: odo@openerp.com-20111121165247-nmu30cwvxeyiyct5
2011-11-21 17:52:47 +01:00
Olivier Dony 2f8f34c56b [IMP] hr,crm,project: better _group_by_full imp: heed sorting
bzr revid: odo@openerp.com-20111121164940-5d6d6jccex0eeaq6
2011-11-21 17:49:40 +01:00
Quentin (OpenERP) 63f1fef235 [MERGE] merged the refactoring of audittrail module
bzr revid: qdp-launchpad@openerp.com-20111121164435-djk6xrcagpinm2o2
2011-11-21 17:44:35 +01:00
Olivier Dony a50af56a05 [FIX] orm.read_group: fix merge logic for read_group_full:
- Properly merge results with list of values, even with reversed sort
- Pass `read_group_order` to `_group_by_full` implementations to let them
  handle sorting if they want.

bzr revid: odo@openerp.com-20111121164326-un722g5nsuzq94m5
2011-11-21 17:43:26 +01:00
Fabien Meghazi 5c014979c2 [IMP] Ensure form is saved when xmo's protocol for sidebar context is used
bzr revid: fme@openerp.com-20111121163441-y200rwxk4g2jtzuj
2011-11-21 17:34:41 +01:00
Xavier Morel 89e5c72b6e [ADD] cache eviction for buffereddataset on records on which call_button has been invoked
lp bug: https://launchpad.net/bugs/885679 fixed

bzr revid: xmo@openerp.com-20111121163412-jyvpoa9smrk4qy2g
2011-11-21 17:34:12 +01:00
Quentin (OpenERP) 64ce2476c1 [REF] stock, location_product wizard: context['active_id'] instead of context.get('active_id'). This syntax change is to emphasize the fact that active_id _is_ required in the context when reaching this line. So it's better to crash directly if it's not there. Courtesy from xmo
bzr revid: qdp-launchpad@openerp.com-20111121163336-2pn5hcub4qs3klx1
2011-11-21 17:33:36 +01:00
Quentin (OpenERP) 42bc324cb7 [REF] audittrail: refactoring of audittrail module. fixed a forgotten 'extra and removed' paramater in function call + improved search view
bzr revid: qdp-launchpad@openerp.com-20111121162712-wqvcc24nm5fci591
2011-11-21 17:27:12 +01:00
Quentin (OpenERP) a8437d1e58 [REF] audittrail: refactoring of audittrail module. added few comments
bzr revid: qdp-launchpad@openerp.com-20111121162032-st1jejch7nrrfj86
2011-11-21 17:20:32 +01:00
Fabien Meghazi fbbbf08bd0 [IMP] Improved web_calendar styling
bzr revid: fme@openerp.com-20111121161819-06ifl7vkof6kp3lu
2011-11-21 17:18:19 +01:00
Quentin (OpenERP) b2c3de062a [REF] audittrail: refactoring of audittrail module. (read, unlink and create)
bzr revid: qdp-launchpad@openerp.com-20111121161051-rskfs0gfkh3e73d7
2011-11-21 17:10:51 +01:00