Commit Graph

174 Commits

Author SHA1 Message Date
Vo Minh Thu 1683fc7abd [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20130322135152-1hdlptwj1qqqfz4z
2013-03-22 14:51:52 +01:00
Christophe Matthieu 01eb15bdfa [IMP] ir_actions: change var name and add comment
bzr revid: chm@openerp.com-20130322093759-cq0uj3c6ucmrpe05
2013-03-22 10:37:59 +01:00
Thibault Delavallée 4e74279576 [MERGE] Sync with trunk.
bzr revid: tde@openerp.com-20130322090938-xoh67sg08m3ylcrk
2013-03-22 10:09:38 +01:00
Christophe Matthieu 491c3b73f3 [IMP] code cleaning for get_empty_list_help
bzr revid: chm@openerp.com-20130321133207-j4tiibjev6lkeuxa
2013-03-21 14:32:07 +01:00
Vo Minh Thu fa3a3414f2 [FIX] ir.actions.action: fix the execute wich install/uninstall modules and thus invalidate its own pool.
bzr revid: vmt@openerp.com-20130319142701-1cvo6dh2yvg4z81f
2013-03-19 15:27:01 +01:00
Christophe Matthieu a37aea3a85 [MERGE] from trunk
bzr revid: chm@openerp.com-20130313141600-pyazzzanowtrfjja
2013-03-13 15:16:00 +01:00
Vo Minh Thu a2f5e9d201 [IMP] ir_actions: removed forgotten print statements.
bzr revid: vmt@openerp.com-20130222151702-d73geh539mb99m5b
2013-02-22 16:17:02 +01:00
Vo Minh Thu 460cc6f755 [IMP] ir.actions.report.xml: allow for a smoother transition for reports still declared the old way (in Python).
bzr revid: vmt@openerp.com-20130222142400-qoomw17s2u8a73kh
2013-02-22 15:24:00 +01:00
Vo Minh Thu 575771f651 [FIX] ir_actions: wrong namespace.
bzr revid: vmt@openerp.com-20130222133637-14d903ci0hvwej5j
2013-02-22 14:36:37 +01:00
Vo Minh Thu 729d969fd9 [IMP] report: use openerp.report.render_report() instead of LocalService().create().
bzr revid: vmt@openerp.com-20130222124801-zhhbw2bgghhf6rg6
2013-02-22 13:48:01 +01:00
Vo Minh Thu 0cb53890df [IMP] report: reports with custom parsers can be declared in XML files.
bzr revid: vmt@openerp.com-20130222093428-f1isxxqlbaj7uhuo
2013-02-22 10:34:28 +01:00
Christophe Matthieu 8d0ed1edcc [FIX] ir_action: catch and mute exception for the safe_eval of context
bzr revid: chm@openerp.com-20130206122039-d3mh29qt472qacpm
2013-02-06 13:20:39 +01:00
Christophe Matthieu 18985e673f [FIX] ir_action: read context with uid
bzr revid: chm@openerp.com-20130205160932-nqr1rk4t3l2yjhrz
2013-02-05 17:09:32 +01:00
Christophe Matthieu db35042ff8 [FIX] ir_action: read accept list ids or id
bzr revid: chm@openerp.com-20130205151548-t66esec4ygrw6z4v
2013-02-05 16:15:48 +01:00
Christophe Matthieu ec02389784 [FIX] ir_action: read ir.actions.act_window
bzr revid: chm@openerp.com-20130205112258-heruqrx53dahqi02
2013-02-05 12:22:58 +01:00
Christophe Matthieu 3da294f56a [IMP] ir_action: averwrite read to add a dynamic_help on model
bzr revid: chm@openerp.com-20130204145824-mq423czac9k2inzo
2013-02-04 15:58:24 +01:00
Vo Minh Thu c8ffd1cedc [REF] service: netsvc.Service is removed. LocalService(object_proxy) is never used so it is removed.
bzr revid: vmt@openerp.com-20130201112232-2k8geufmryx6p249
2013-02-01 12:22:32 +01:00
Raphael Collet 534b07c3c2 [MERGE] lp:~serpent-consulting-services/openobject-server/trunk-956898-SerpentCS (enable multiple email addresses in server actions)
bzr revid: rco@openerp.com-20121221163755-saafbs7pb8bxyrsf
2012-12-21 17:37:55 +01:00
Raphael Collet 940fc2fa85 [IMP] ir.actions.server: improve code of email actions
bzr revid: rco@openerp.com-20121221163359-bfv218b315r3z9wr
2012-12-21 17:33:59 +01:00
Vo Minh Thu 83786b4178 [FIX] ir.actions.action: fix the execute wich install/uninstall modules and thus invalidate its own pool.
bzr revid: vmt@openerp.com-20130319150057-fq6nkp4qhgy9x9mq
2013-03-19 16:00:57 +01:00
Xavier Morel 018416630d [FIX] strip server action code before passing it to eval
Python 2.7's compile handles trailing whitespaces correctly, Python
2.6 does not and blows up.

bzr revid: xmo@openerp.com-20130304164423-83vm9teu7b3c52y3
2013-03-04 17:44:23 +01:00
Cecile Tonglet ad8b76de53 [MERGE] From trunk (second time)
bzr revid: cto@openerp.com-20121217144753-1rboqdw01h8yrehj
2012-12-17 15:47:53 +01:00
Cecile Tonglet 5179507e22 [MERGE] Branch updated with trunk
bzr revid: cto@openerp.com-20121217125902-idtlh4ztyah17bdn
2012-12-17 13:59:02 +01:00
Xavier Morel 5155f30303 [REM] unused local variables
bzr revid: xmo@openerp.com-20121214132533-aafgbov19ckb9ksp
2012-12-14 14:25:33 +01:00
Vo Minh Thu 509a084e79 [IMP] use the openerp namespace.
bzr revid: vmt@openerp.com-20121210152723-mv4dykfu6ip1991h
2012-12-10 16:27:23 +01:00
Hardik 3b5d70bf3b [IMP]Settings : view type and action typefield is select
bzr revid: hsa@tinyerp.com-20121127073012-f97e468x17mzzy1w
2012-11-27 13:00:12 +05:30
Xavier Morel 5bd939f0ac [REM] useless intermediate lambdas in default values
bzr revid: xmo@openerp.com-20121102094705-6vcutz0bv4dc0jkl
2012-11-02 10:47:05 +01:00
Mayur Maheshwari (OpenERP) e1dfd1fadc [IMP]all: imporve string state to status
bzr revid: mma@tinyerp.com-20121012122419-mtiw3wpxlcbl4y1r
2012-10-12 17:54:19 +05:30
Xavier Morel 1e4a677f05 [MERGE] from trunk
bzr revid: xmo@openerp.com-20121010154436-wz29sdkbs9vvhjba
2012-10-10 17:44:36 +02:00
Olivier Dony e35992cc53 [MERGE] Sync with trunk
bzr revid: odo@openerp.com-20121001144941-16d8mbi5475c3tyb
2012-10-01 16:49:41 +02:00
Xavier Morel a9c2cfcdb9 [IMP] make help attribute available on all actions
bzr revid: xmo@openerp.com-20120924145750-n0gj4bww1d83h3fy
2012-09-24 16:57:50 +02:00
Stephane Wirtel 97278d6ed5 [MERGE] base: fix some address formats and some English
bzr revid: stw@openerp.com-20120911150724-yh4kvtstv8fehaj1
2012-09-11 17:07:24 +02:00
Thibault Delavallée 12294252d4 [MERGE] Merged with server/trunk.
bzr revid: tde@openerp.com-20120903081949-ucy4e1kpbb30dhko
2012-09-03 10:19:49 +02:00
Stephane Wirtel b3988436cb [REF] Replace the user id 1 by openerp.SUPERUSER_ID
bzr revid: stw@openerp.com-20120831135309-o4plzf5wp0kyuzgf
2012-08-31 15:53:09 +02:00
Fabien Pinckaers 84625969c0 [FIX] needaction on mail.groups
bzr revid: fp@tinyerp.com-20120823143525-28mnbgd015jd8yyd
2012-08-23 16:35:25 +02:00
Fabien Pinckaers 9d6ee746eb fix
bzr revid: fp@tinyerp.com-20120822134109-97lbhcllylbe15ce
2012-08-22 15:41:09 +02:00
Fabien Pinckaers 0f63b4a1fb [IMP] need action
bzr revid: fp@tinyerp.com-20120822133406-9ayg228mxfeg16dg
2012-08-22 15:34:06 +02:00
Fabien Pinckaers d876320e12 [FIX] allows using uid in domains of params
bzr revid: fp@tinyerp.com-20120821154555-gjsw2pr5ykbl0ed5
2012-08-21 17:45:55 +02:00
Thibault Delavallée 1583df6080 [MERGE] Merged with server/trunk.
bzr revid: tde@openerp.com-20120813073013-d10f8sc06pa4yqv6
2012-08-13 09:30:13 +02:00
Antony Lesuisse 2d2cb0b80b [IMP] act_window allow target inlineview
bzr revid: al@openerp.com-20120811182250-c37jbjbh944zzy5m
2012-08-11 20:22:50 +02:00
Thibault Delavallée 266c650b62 [REF] ir_actions: propagated res.users field name change (user_email -> email).
bzr revid: tde@openerp.com-20120810082344-yr9fptnyz6adgxya
2012-08-10 10:23:44 +02:00
Fabien Pinckaers a5ffb7f90f [IMP] remove unused code
bzr revid: fp@openerp.com-20120804215300-0uwvcsvfs2tvo7gr
2012-08-04 23:53:00 +02:00
Fabien Pinckaers bd4b1bf9ef [IMP] removing unused ir.actions.todo.category object
bzr revid: fp@openerp.com-20120804203520-xw35v0eplds9md3k
2012-08-04 22:35:20 +02:00
Fabien Pinckaers d48686d7f6 [IMP] remove menu_tips code
bzr revid: fp@openerp.com-20120717064410-c5leu36ixz7utje8
2012-07-17 08:44:10 +02:00
Olivier Dony 7093b6f504 [IMP] ir.actions.act_window: explicitly support res_id attribute
This attribute was allowed for inline action
definitions, but was not supported in the data
model, which is inconsistent. It also prevented
persisting an action with a res_id, or defining
on in module data files.

bzr revid: odo@openerp.com-20120627124136-wf50siad4qujodgl
2012-06-27 14:41:36 +02:00
Fabien Pinckaers 56288e88dc [IMP] removing select=? and adding version=7
bzr revid: fp@tinyerp.com-20120609124045-sbopsbiiffcnjzfv
2012-06-09 14:40:45 +02:00
Xavier Morel 48166edeb8 [FIX] rename ir.actions.url to match action's type
bzr revid: xmo@openerp.com-20120608101710-ncwcmu9u72u7mxcy
2012-06-08 12:17:10 +02:00
Raphael Collet 204fe6cceb [IMP] adapt po files to label changes in models
bzr revid: rco@openerp.com-20120510093527-rumw265kyd2c7e0f
2012-05-10 11:35:27 +02:00
Divyesh Makwana (Open ERP) f05c4faf5b [IMP] base : Improved the typos.
bzr revid: mdi@tinyerp.com-20120423113257-pznbfrx2vbyylein
2012-04-23 17:02:57 +05:30
Divyesh Makwana (Open ERP) 9df4a02a51 [IMP] base : Improved the typos.
bzr revid: mdi@tinyerp.com-20120423112647-85b0ifcb107rydk5
2012-04-23 16:56:47 +05:30
Yogesh (Serpent Consulting Services) cfdaf8c50a [FIX] action :- send multiple email on server action.
lp bug: https://launchpad.net/bugs/956898 fixed

bzr revid: yogesh.sakhreliya@serpentcs.com-20120316121915-t5kjscd0bnwm72xi
2012-03-16 17:49:15 +05:30
Atul Patel (OpenERP) c86917ea38 [ADD]: Add ondelete cascade for ir_act_Server
bzr revid: atp@tinyerp.com-20120301042745-v5wn3owi6f8cq505
2012-03-01 09:57:45 +05:30
Atul Patel (OpenERP) 9d8b51afc3 [FIX]: remove unused code
bzr revid: atp@tinyerp.com-20120301041444-jksnjci0ozaly28a
2012-03-01 09:44:44 +05:30
Atul Patel (OpenERP) 3465869df7 [FIX]: Remove workflow activity and drop constraint during uninstalling module.
bzr revid: atp@tinyerp.com-20120229135343-g0v04jb5nc723w9q
2012-02-29 19:23:43 +05:30
Bogdan Stanciu d52e838455 [IMP] some English corrections & 'encoding' into 'coding' for several py files. No code change.
bzr revid: bogdanovidiu.stanciu@gmail.com-20120212114509-yrw86zewyv70dow7
2012-02-12 12:45:09 +01:00
Antony Lesuisse 1a62602c86 [MERGE] trunk
bzr revid: al@openerp.com-20120131211744-whzzo0dh6w1kptng
2012-01-31 22:17:44 +01:00
Serpent Consulting Services 2ab84f0ab2 [FIX] Base : Corrected the size of the field 'owner_name' for res.partner.bank model,other minor edits included
lp bug: https://launchpad.net/bugs/922781 fixed

bzr revid: support@serpentcs.com-20120127194134-momdokqzf4qfhzqn
2012-01-28 01:11:34 +05:30
Vo Minh Thu f5db1d10ec [IMP] openerp.addons.base: _logger with fully qualified module name.
bzr revid: vmt@openerp.com-20120124114730-24m0ftu1wbowg8a0
2012-01-24 12:47:30 +01:00
Vo Minh Thu ec597e354d [MERGE] cleaned imports.
bzr revid: vmt@openerp.com-20120118111226-an43skezei7dla2v
2012-01-18 12:12:26 +01:00
Florent Xicluna 40c1de87d8 [REF] remove unused import, always import literal_eval from tools.safe_eval.
bzr revid: florent.xicluna@gmail.com-20120115214214-0rjwn80choc9g0fs
2012-01-15 22:42:14 +01:00
Olivier Dony bdce754108 [IMP] cleanup deprecated method=True param for function fields
bzr revid: odo@openerp.com-20120104133027-oaydmngk2dfc22mk
2012-01-04 14:30:27 +01:00
Xavier Morel 3f93344b84 [FIX] missing view type
bzr revid: xmo@openerp.com-20111206141204-i2gu7btahtz805kd
2011-12-06 15:12:04 +01:00
Antony Lesuisse e199c8fc9d [IMP] add target inline add usage tooltip
bzr revid: al@openerp.com-20111108215555-8ub8bo01lbw7e2e2
2011-11-08 22:55:55 +01:00
Olivier Dony 222d75cb1e [FIX] ir.action.report_xml: useless required attribute on boolean column
bzr revid: odo@openerp.com-20111021132802-segctl9j05k2khq0
2011-10-21 15:28:02 +02:00
Fabien Pinckaers fc7675014f [IMP] config wizard, launch once
bzr revid: fp@tinyerp.com-20111002115131-cf5417apx9vfa9jc
2011-10-02 13:51:31 +02:00
Olivier Dony a78a7e2950 [IMP] ir.actions.server: slightly better sample/doc for python type actions
bzr revid: odo@openerp.com-20110916141358-z2mwij0u7y13jeuq
2011-09-16 16:13:58 +02:00
Vo Minh Thu 9c470cda34 [MERGE] ir_action: properly handle the False value for a reference field in a onchange method.
lp bug: https://launchpad.net/bugs/793682 fixed

bzr revid: vmt@openerp.com-20110916123948-qaoou8rj2rx5l4ou
2011-09-16 14:39:48 +02:00
Vo Minh Thu caef181733 [FIX] ir_action: avoid returning a None context.
lp bug: https://launchpad.net/bugs/793682 fixed

bzr revid: vmt@openerp.com-20110916101432-cj8xd7uefy0k5suz
2011-09-16 12:14:32 +02:00
Vo Minh Thu 8254ffe9c8 [MERGE] ir_actions: swapped (corrected) signal name with module name, usability enhancement.
lp bug: https://launchpad.net/bugs/819872 fixed

bzr revid: vmt@openerp.com-20110916082907-n73wothbef0wfq2i
2011-09-16 10:29:07 +02:00
Olivier Dony 6fa6d8369c [MERGE] latest trunk
bzr revid: odo@openerp.com-20110913144600-ve4vb5po9vi3edw4
2011-09-13 16:46:00 +02:00
Xavier Morel 9483efd463 [FIX] fix
bzr revid: xmo@openerp.com-20110912145510-wpa2cgm4zx4fwe9o
2011-09-12 16:55:10 +02:00
Xavier Morel f03892c5db [FIX] ir.actions.server: only try to browse the object of a server action (pointed-to by active_id + active_model) only if active_model matches the action's model
bzr revid: xmo@openerp.com-20110912144411-bzh99xqr7c1ucu1a
2011-09-12 16:44:11 +02:00
Olivier Dony ce34e4563d [FIX] ir_actions: restore partial content missing in last merge
bzr revid: odo@openerp.com-20110829123625-9r34t0spef71b88m
2011-08-29 14:36:25 +02:00
Antony Lesuisse 1ed2aba648 [FIX] typo
bzr revid: al@openerp.com-20110827213751-yq8mgdmiuhqizsbs
2011-08-27 23:37:51 +02:00
Antony Lesuisse be328ad7c3 [MERGE] trunk
bzr revid: al@openerp.com-20110827213628-4kflylkgtln6o4k4
2011-08-27 23:36:28 +02:00
Xavier Morel b5a429d008 [FIX] fnct_inv in client actions params, fix docstring for fnct_inv (fnct_inv only takes a single record id, not a sequence of ids)
bzr revid: xmo@openerp.com-20110825123049-bmvebm86gqgr6w43
2011-08-25 14:30:49 +02:00
Olivier Dony 65e414b5de [FIX] ir.actions: typo during previous refactoring
bzr revid: odo@openerp.com-20110823144942-a42s972wfsquoy76
2011-08-23 16:49:42 +02:00
Vo Minh Thu cedc961be1 [MERGE] ir_actions: add user in eval context, use fallback --email-from value.
bzr revid: vmt@openerp.com-20110822100007-q07bsf0dxrhjnzvf
2011-08-22 12:00:07 +02:00
Olivier Dony 3fa9dcea34 [MERGE] latest trunk
bzr revid: odo@openerp.com-20110819150201-pas7z2md5sa3bk7e
2011-08-19 17:02:01 +02:00
Antony Lesuisse 2f9f557e18 [FIX] get rid of unsued menus and submenu
bzr revid: al@openerp.com-20110811181217-y2yxdz34uswijwza
2011-08-11 20:12:17 +02:00
Olivier Dony 8d8b620430 [FIX] ir.actions.server: make trigger actions work (based on ideas from F. Degrave)
lp bug: https://launchpad.net/bugs/819872 fixed

bzr revid: odo@openerp.com-20110811143434-2xm0tnzb04lgy12f
2011-08-11 16:34:34 +02:00
Olivier Dony c90c1a735d [MERGE] latest trunk
bzr revid: odo@openerp.com-20110809160953-i1yrg5knplw4jy9l
2011-08-09 18:09:53 +02:00
Antony Lesuisse 330e12c557 [MERGE] trunk-usability-config-log-rco
bzr revid: al@openerp.com-20110806015221-jumsqgm6a9ofknr7
2011-08-06 03:52:21 +02:00
Raphael Collet 2d353ca2f8 [IMP] disable res.log when running config wizards; to be tested
bzr revid: rco@openerp.com-20110805153134-snpfjuw859wkrq36
2011-08-05 17:31:34 +02:00
Antony Lesuisse 934e7e8f8e [MERGE] client_actions and ir.todo rework by xmo
bzr revid: al@openerp.com-20110804115501-prpmo6lwrm6z989o
2011-08-04 13:55:01 +02:00
Xavier Morel 01f32f9f3f [REN] client action member 'kwargs' to 'params'
bzr revid: xmo@openerp.com-20110804085455-647wwp0g4454kj1g
2011-08-04 10:54:55 +02:00
Mantavya Gajjar 992c7bc76e [FIX]: fix a problem of sending email if we are using sendmail tool with server action
it was coded in such way that we can not send email without --email-from parameter, but in case if we are using sendmail,
we can user user's emails or auto generated email to define email-from

bzr revid: mga@openerp.com-20110801114543-hi12oqciol8a62pc
2011-08-01 17:15:43 +05:30
Xavier Morel 97f24f2da7 [FIX] auto-mark automatic todos as done when they're launched
bzr revid: xmo@openerp.com-20110729145106-chvzn58l8d0y7tt9
2011-07-29 16:51:06 +02:00
Xavier Morel f723234f4d [IMP] todos: rename 'special' type to 'automatic', remove 'recurring' type, remove 'hidden' state, fix relevant code sections
bzr revid: xmo@openerp.com-20110729142622-yxvi33planv3m5a0
2011-07-29 16:26:22 +02:00
Olivier Dony de7a083fa7 [IMP] ir.actions.server: bit of cleanup, better help strings, and adapt to new ir.mail_server
bzr revid: odo@openerp.com-20110722131723-2jv2elx3kc2hgs43
2011-07-22 15:17:23 +02:00
Olivier Dony 1c55d35026 [IMP] ir.mail_server: next round of review/cleanup
bzr revid: odo@openerp.com-20110720101822-b7n9kinz8sic1vuw
2011-07-20 12:18:22 +02:00
Xavier Morel 6de4f8a04e [IMP] cleanup todos & config: write done state when action is called on todo, next actions can only be of type special
actions recurring and normal have to be manually triggered

bzr revid: xmo@openerp.com-20110718123907-c1lginh5nkoxxah4
2011-07-18 14:39:07 +02:00
Xavier Morel 03c9994cf5 [IMP] style of res.config and ir.actions.todo code
* Pass context in correctly
* Don't use dict.update for a single key
* Set multiple keys in a single dict.update call (instead of doing multiple dict.update calls)

bzr revid: xmo@openerp.com-20110718101812-oemjl5hafqbp0hq0
2011-07-18 12:18:12 +02:00
Xavier Morel 6577f5a733 [IMP] rename state 'cancel' to 'hidden'
bzr revid: xmo@openerp.com-20110718093926-jnfcij9270e4hvml
2011-07-18 11:39:26 +02:00
Olivier Dony 6e3e3c3b8b [MERGE] sync with trunk
bzr revid: odo@openerp.com-20110715003655-vx3h5n4109hpa7i2
2011-07-15 02:36:55 +02:00
Xavier Morel 5da4d042d1 [FIX] ir.actions.todo: remove skip state, rename 'normal_recurring' to just 'recurring', add a method to query todos state progress
bzr revid: xmo@openerp.com-20110714103807-1zlmg8f6f8lpw7el
2011-07-14 12:38:07 +02:00
Xavier Morel dab290d369 [MERGE] trunk updates
bzr revid: xmo@openerp.com-20110712084612-zeyzhi0i31fg8yy8
2011-07-12 10:46:12 +02:00
Vo Minh Thu 6c7f791f5d [IMP] tidying up before merging in trunk.
bzr revid: vmt@openerp.com-20110706154001-r8y7w28yve2ca0ar
2011-07-06 17:40:01 +02:00
Quentin (OpenERP) 5143083ca2 [MERGE] ir.actions.todo documentation
bzr revid: qdp-launchpad@openerp.com-20110704100807-qi5qs7pmrk4j1yrt
2011-07-04 12:08:07 +02:00
Rucha (Open ERP) 543cd270ba [IMP]: ir.actions.todo: put docstring, _desrciption and tooltip for ir.actions.todo and ir.actions.todo.category
bzr revid: rpa@tinyerp.com-20110701130840-xn8cqoc3mmlob3pv
2011-07-01 18:38:40 +05:30