Commit Graph

39076 Commits

Author SHA1 Message Date
Numerigraphe - Lionel Sausin a2f4f2669b [IMP] Added missing vim mode lines
lp bug: https://launchpad.net/bugs/524279 fixed

bzr revid: ls@numerigraphe.fr-20111122085848-1atcrcw8e64altcp
2011-11-22 09:58:48 +01: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
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
Antoine Huvelle 017f591cd4 [IMP] Taking review remarks into account
bzr revid: ahu@openerp.com-20111121155011-h0oln1fdurkm941e
2011-11-21 16:50:11 +01:00
Quentin (OpenERP) f25889155b [REF] audittrail: refactoring of audittrail module. (Finished the write/actions, wkf actions)
bzr revid: qdp-launchpad@openerp.com-20111121143450-yzkuk0rpomy2aync
2011-11-21 15:34:50 +01:00
Xavier Morel 84d46bf4ec [FIX] provide for values to sidebar links context
lp bug: https://launchpad.net/bugs/871714 fixed

bzr revid: xmo@openerp.com-20111121141418-x4623mk77ljx4nlv
2011-11-21 15:14:18 +01:00
Xavier Morel 542928adde [ADD] protocol to allow sidebar to query its parent view for context data
bzr revid: xmo@openerp.com-20111121140908-e9b3eygtt42m9bnp
2011-11-21 15:09:08 +01:00
Vo Minh Thu a787b202d4 [FIX] res_request: search() context arg turned to keyword arg.
bzr revid: vmt@openerp.com-20111121134823-1o1zwngrl4hxw097
2011-11-21 14:48:23 +01:00
Fabien Meghazi 2013ca1b4f [FIX] Dashboard does not open resource in the requested view
lp bug: https://launchpad.net/bugs/888500 fixed

bzr revid: fme@openerp.com-20111121134102-3eq99xmmwwu9pamw
2011-11-21 14:41:02 +01:00
Vo Minh Thu 5ef9dd5f3f [MERGE] Cleaning of the empty dict kwargs (replaced by None).
bzr revid: vmt@openerp.com-20111121133346-2yr8ow3zeyqa9ar5
2011-11-21 14:33:46 +01:00
Quentin (OpenERP) 6a24034441 [REF] audittrail: refactoring of audittrail module
bzr revid: qdp-launchpad@openerp.com-20111121133320-plb409qv2l7valqk
2011-11-21 14:33:20 +01:00
Fabien Meghazi 8ca42daf0a [FIX] Apply same behavior as gtk+ and old web clients concerning fields to be saved/created
Special case 'id' field, do not save this field
on 'create' : save all non readonly fields
on 'edit' : save non readonly modified fields

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

bzr revid: fme@openerp.com-20111121124030-egiajgy6fgokwmm1
2011-11-21 13:40:30 +01:00
Divyesh Makwana (Open ERP) 494a77700d [FIX] hr_evaluation : Integrity error while installing hr_evaluation
lp bug: https://launchpad.net/bugs/891987 fixed

bzr revid: mdi@tinyerp.com-20111121121718-s4ril9v1hf5n2ylk
2011-11-21 17:47:18 +05:30
Xavier Morel 3565ea546e [FIX] default values for membership products
still used old default value setting style (via action domain).

Question remains though: are the existing context values *used*? I
don't know so I left them there, but if they're not used or useful it
would be nice to remove them.

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

bzr revid: xmo@openerp.com-20111121113421-tudpi0pv4fqcrejb
2011-11-21 12:34:21 +01:00
Xavier Morel 69dba424e7 [IMP] error messages during database creation failure, with thanks to Serpent Consulting
bzr revid: xmo@openerp.com-20111121102141-95si5svzfycon9ob
2011-11-21 11:21:41 +01:00
Xavier Morel ceb67d96a6 [FIX] dialogs not closing when they trigger a report printing
bzr revid: xmo@openerp.com-20111121100257-yrhui8kx9zodnzqx
2011-11-21 11:02:57 +01:00
Yogesh (OpenERP) 7ec009c0ba [FIX] fix problem of close popup in actio type of ir_actions_report_xml.
bzr revid: ysa@tinyerp.com-20111121091451-i9lvmv6yibys17vp
2011-11-21 14:44:51 +05:30
Launchpad Translations on behalf of openerp 7dc7a38490 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20111121052226-yhr6ydr2i8dbwp8x
bzr revid: launchpad_translations_on_behalf_of_openerp-20111119051322-q109g1zgszi27u9e
bzr revid: launchpad_translations_on_behalf_of_openerp-20111121052251-ee9tr9wvqumk7n8u
bzr revid: launchpad_translations_on_behalf_of_openerp-20111121055048-51rwikms7xtq4bkz
2011-11-21 05:50:48 +00:00
Quentin (OpenERP) d28d46e26f [REF] audittrail: code refactoring. still not totally working x_x
bzr revid: qdp-launchpad@openerp.com-20111118202713-e5f1mtzx3gyovdok
2011-11-18 21:27:13 +01:00
Olivier Dony e17b51e384 [FIX] orm.read_group: check for empty groupby list
This is very ugly and needs a real refactoring,
just adding one more test for the time being.

bzr revid: odo@openerp.com-20111118153333-2skgbd197q8tb7uc
2011-11-18 16:33:33 +01:00
Olivier Dony 57d0d62b38 [MERGE] orm.read_group: partial refactoring, by xmo
bzr revid: odo@openerp.com-20111118152629-o4ult41v905dfj1t
2011-11-18 16:26:29 +01:00
Olivier Dony bde9585887 [FIX] res.users: incorrect passing of context as positional args causes off-by-one errors
bzr revid: odo@openerp.com-20111118150525-zmrd276b4d9tx15f
2011-11-18 16:05:25 +01:00
Xavier Morel e1190b7a8a [FIX] correctly pass active_* context keys along when executing an action from the treeview
lp bug: https://launchpad.net/bugs/888397 fixed

bzr revid: xmo@openerp.com-20111118134555-tmnh06kmx81mvqhx
2011-11-18 14:45:55 +01:00
Xavier Morel 4df84629ea [IMP] pass along the action context when requesting a tree view
bzr revid: xmo@openerp.com-20111118134502-t6ltgtooij0ob0bt
2011-11-18 14:45:02 +01:00
Olivier Dony ca458dd539 [FIX] orm.read_group: fix issues in read_group_full and rewrite/cleanup
Attempt to make it into a more maintainable/readable
separate method.

bzr revid: odo@openerp.com-20111118133642-b3126a5sph8bivmu
2011-11-18 14:36:42 +01:00
Olivier Dony 14bdfadd69 [FIX] project.task: read_group_full typos + cleanup
bzr revid: odo@openerp.com-20111118131511-0lkpm1zdat1oz78z
2011-11-18 14:15:11 +01:00
Bharat (OpenERP) 8f228671d0 [IMP] sale : improved variable name, made procurement_obj from procurement_order_obj
bzr revid: bde@tinyerp.com-20111118131404-ww8jbyix2zr5ykcp
2011-11-18 18:44:04 +05:30
Olivier Dony 29574262c5 [FIX] fields.related: lazy init should avoid race conditions as much as possible
bzr revid: odo@openerp.com-20111118131104-a16vg7q2ws8se2ob
2011-11-18 14:11:04 +01:00
Olivier Dony afc15c6e2d [FIX] edi: _.sprintf moved to _.str.sprintf due to recent update of web framework
bzr revid: odo@openerp.com-20111118130849-rb9h7b4gs2sm4vib
2011-11-18 14:08:49 +01:00
Fabien Pinckaers 34a9ecf339 fix
bzr revid: fp@tinyerp.com-20111118121103-vmlus5c14icgpvdv
2011-11-18 13:11:03 +01:00
Bharat (OpenERP) bd94429713 [FIX] hr : modified the workflow inorder to keep separate functionality between hr_expense and supplier_invoice
bzr revid: bde@tinyerp.com-20111118114453-bd7vc3urjbepo3rt
2011-11-18 17:14:53 +05:30
Fabien Pinckaers eaf19f15e9 [IMP] invoice_analysis use date and not create date
bzr revid: fp@tinyerp.com-20111118113923-4mzo1n2drpnryy9a
2011-11-18 12:39:23 +01:00
Xavier Morel e6f0378bd8 [FIX] display user login in static home page
lp bug: https://launchpad.net/bugs/887969 fixed

bzr revid: xmo@openerp.com-20111118111521-7dem9bsa3z0fy3ej
2011-11-18 12:15:21 +01:00
Divyesh Makwana (Open ERP) 32174170e3 [FIX] account : account_analytic_analysis - why create_date and not date
lp bug: https://launchpad.net/bugs/891529 fixed

bzr revid: mdi@tinyerp.com-20111118105006-vnp6ckrhr22pp89m
2011-11-18 16:20:06 +05:30
Bharat (OpenERP) 6864ce3414 [MERGE] merged with main addons
bzr revid: bde@tinyerp.com-20111118095310-dmsaa9m014hq97h1
2011-11-18 15:23:10 +05:30
Vo Minh Thu 210c58d825 [MERGE] fixed unbound variable.
bzr revid: vmt@openerp.com-20111118091854-cebg3ab85m3iaqw9
2011-11-18 10:18:54 +01:00
Naresh (OpenERP) 84a6f91180 [FIX]:UnboundLocalError
lp bug: https://launchpad.net/bugs/891500 fixed

bzr revid: nch@tinyerp.com-20111118085439-wgei8ockgn84jnep
2011-11-18 14:24:39 +05:30