Commit Graph

74 Commits

Author SHA1 Message Date
Rucha (Open ERP) 0e861ae34a [MERGE]: Merge with latest trunk-addons and resolved conflicts in bank statement as new state was added in statement
bzr revid: rpa@tinyerp.com-20110922061419-cvaza3f5050o0b85
2011-09-22 11:44:19 +05:30
Quentin (OpenERP) 2cd695b35d [FIX] survey: data_get code now returns the good type for sequence
bzr revid: qdp-launchpad@openerp.com-20110919120922-nv7rszc8pf182msh
2011-09-19 14:09:22 +02:00
Fabien Pinckaers f82898647b merge
bzr revid: fp@tinyerp.com-20110917141600-hx1krluh69y7ngwe
2011-09-17 16:16:00 +02:00
Mayur Maheshwari (OpenERP) d47cacfc9f [IMP]survey:remove a draft state and add a widget statusbar as per specification
bzr revid: mma@tinyerp.com-20110915111740-8x311rpkfw3ke113
2011-09-15 16:47:40 +05:30
DBR (OpenERP) 6d6a46b373 [IMP]Survey : remove extra initialization
bzr revid: dbr@tinyerp.com-20110803064824-6e3w97qjuf74j310
2011-08-03 12:18:24 +05:30
DBR (OpenERP) 1a1e896b82 [IMP]Survey : add a comman function
bzr revid: dbr@tinyerp.com-20110803063201-01h04ksqy6rpqc0x
2011-08-03 12:02:01 +05:30
DBR (OpenERP) cace654671 [FIX]survey : object of type int has no len()
lp bug: https://launchpad.net/bugs/819257 fixed

bzr revid: dbr@tinyerp.com-20110802130240-dtkvqvrgo0284rfk
2011-08-02 18:32:40 +05:30
RavishchanraMurari (Open ERP) caa3c07094 email.addresss_id_repalce_by_user_email
bzr revid: rmu@tinyerp.com-20110728061156-swmn5jz78zb3w4vd
2011-07-28 11:41:56 +05:30
Olivier Dony 06fb14130a [IMP] removed method=True params from all fields.function
Server revision 3495 odo@openerp.com-20110701232328-flgxulxva70vnyxr
removed the need for passing method=True to function fields,
so this is the equivalent addons fix, removing it everywhere.
Please be careful from now on, and do not pass it anymore!

bzr revid: odo@openerp.com-20110701234124-a61zl0idvdfz3hyb
2011-07-02 01:41:24 +02:00
Bhumika (OpenERP) 8ef3e88a21 [Fix] survey: exception if state is open
bzr revid: sbh@tinyerp.com-20110616131211-fq5q9dd3yl6b1bv5
2011-06-16 18:42:11 +05:30
Ashutosh Srivastava (Open ERP) a506a7ab94 [IMP] Survey : Improve the error message
bzr revid: asr@tinyerp.com-20110520133335-dlr703289wo3mwyt
2011-05-20 19:03:35 +05:30
Ashutosh Srivastava (Open ERP) ada1cee936 [FIX] Fix the duplicate survey
lp bug: https://launchpad.net/bugs/784594 fixed

bzr revid: asr@tinyerp.com-20110520125136-s6gqhc847rr97c5d
2011-05-20 18:21:36 +05:30
jam-openerp 0428fb5a70 [FIX] survey: default_get fix
bzr revid: jam@tinyerp.com-20110118115445-nrkuourax2gd0t29
2011-01-18 17:24:45 +05:30
qdp-launchpad@tinyerp.com 2df4a68377 [MERGE] merged the dev3 branch
bzr revid: qdp-launchpad@tinyerp.com-20110114001101-wk77opsrvslh7pak
2011-01-14 01:11:01 +01:00
pso 5a7f5d3fa7 [FIX] survey: Renamed state name
lp bug: https://launchpad.net/bugs/697672 fixed

bzr revid: pso@tinyerp.com-20110106053422-08a4e41rkwdj60wc
2011-01-06 11:04:22 +05:30
uco (OpenERP) 690fbff411 [MERGE]
bzr revid: uco@tinyerp.com-20101214073712-b51lj9zyba9p1bp9
2010-12-14 13:07:12 +05:30
uco (OpenERP) d827b2f6ea [REF]: Added remaining context changes in _constraints. Removed unnecessary checking for context from methods.
bzr revid: uco@tinyerp.com-20101213064309-vg36f1510xv2f8zb
2010-12-13 12:13:09 +05:30
uco (OpenERP) 8596a9626b [MERGE]
bzr revid: uco@tinyerp.com-20101209113128-y3xryg2uy0gxopyc
bzr revid: uco@tinyerp.com-20101210063216-oa2hc5xb14v50jof
2010-12-10 12:02:16 +05:30
jam-openerp 663699ac77 [MERGE] with lp:~openerp-dev/openobject-addons/trunk-dev-addons1
bzr revid: jam@tinyerp.com-20101209054213-5gy52ugvz3ne8vqv
2010-12-09 11:12:13 +05:30
jam-openerp aa6e62b7df [BUG-FIX] lp:687326
bzr revid: jam@tinyerp.com-20101209053629-xk7x0da6a1botfie
2010-12-09 11:06:29 +05:30
Olivier Dony 9bac691edb [FIX] survey: changed license to AGPLv3
lp bug: https://launchpad.net/bugs/531401 fixed

bzr revid: odo@openerp.com-20101208135916-3tqd9znhbi5u215c
2010-12-08 14:59:16 +01:00
uco (OpenERP) 3700e08ed6 [REF]: Refactored some lines from previous commit.
bzr revid: uco@tinyerp.com-20101123113152-0ue71yg9usp1gklx
2010-11-23 17:01:52 +05:30
uco (OpenERP) 6dd290e824 [REF]: Replace the condition 'if not context' with 'if context is None'.
bzr revid: uco@tinyerp.com-20101123070505-9i2lrqhgxzaii3zn
2010-11-23 12:35:05 +05:30
uco (OpenERP) 8035df3e11 [IMP]: Added context=None in function argument for rest modules.
bzr revid: uco@tinyerp.com-20101122103753-idv9fdaqc28rvugu
2010-11-22 16:07:53 +05:30
jam-openerp f6e8bcff47 [ADD/IMP] New Field to Survey and Improved Survey / User can see only those Survey for which user in invited
bzr revid: jam@tinyerp.com-20101015070230-y7yujyil6mkii3vk
2010-10-15 12:32:30 +05:30
aag (OpenERP) 7b2e3875b1 [REMOVE]: mx.Date from trunk
bzr revid: aag@tinyerp.co.in-20100929080501-j7hqsb3qfftp6qbo
2010-09-29 13:35:01 +05:30
Vir (Open ERP) f4d26a7016 [MOD/IMP] hr : access rights improved. idea : label for state changed,subscription: tooltip added, survey : improved access rights,and small changes
bzr revid: vir@tinyerp.com-20100916113351-61sfyn6d0okgsw7t
2010-09-16 17:03:51 +05:30
nch@tinyerp.com 9efa153631 [FIX]:survey list view with print action should have nodestroy in its return dict to avoid closing the client
bzr revid: nch@tinyerp.com-20100913070711-o96hpbt2edur22gd
2010-09-13 12:37:11 +05:30
Vir (Open ERP) 7cc2e27105 [MOD/IMP] survey : Usability Improvements
bzr revid: vir@tinyerp.com-20100906071537-q5o6icri0z9ifc08
2010-09-06 12:45:37 +05:30
Rga 86ed2c87a6 [IMP]:removed unncessary 'nodestroy' from wizard
bzr revid: nch@tinyerp.com-20100730060643-qpp6peczbz631gd8
2010-07-30 11:36:43 +05:30
JMA (OpenERP) 4cf1362e3b [FIX] Security fixes for sql injections
bzr revid: jma@tinyerp.com-20100610133419-fwbc1xp0xoq77n90
2010-06-10 19:04:19 +05:30
Ysa (Open ERP) c94db2ff4c [IMP] survey :- improve code in name_get method(if user give manually then user not required field).
bzr revid: ysa@tinyerp.co.in-20100511105456-eo6tnsai00kjk2zi
2010-05-11 16:24:56 +05:30
Ysa (Open ERP) 7b86687219 [IMP] survey :- add print survey menu. and change icon and string and remove act_window wizard. add field in print survey wizard.
bzr revid: ysa@tinyerp.co.in-20100511090024-ixef8mq1bsdvn74g
2010-05-11 14:30:24 +05:30
apa-tiny 9eca155d87 merge
bzr revid: apa@tinyerp.com-20100423072458-vdbjxq9wmd1s4l5x
2010-04-23 12:54:58 +05:30
Ysa (Open ERP) afb1b15fec [IMP] survey, hr_recruitment, hr_evaluation :- improve action_print_survey method.
bzr revid: ysa@tinyerp.co.in-20100409112238-7q2n1grep79z05fp
2010-04-09 16:52:38 +05:30
nel@tinyerp.com 1b2c83c8fb revert merge
bzr revid: nel@tinyerp.com-20100409082251-xf1r7upp83566a30
2010-04-09 10:22:51 +02:00
Harry (Open ERP) 02a54db3a7 [IMP] survey, hr_evalution, hr_recruitment: improvement
bzr revid: hmo@tinyerp.com-20100409063301-q8qqxtt33jnxv378
2010-04-09 12:03:01 +05:30
Ysa (Open ERP) 95cfd5c87c [IMP] survey :- add print_survey method to print surve form or survey answer.
bzr revid: ysa@tinyerp.co.in-20100408060047-ythm986g7igkdcbv
2010-04-08 11:30:47 +05:30
Mantavya Gajjar 1982e4bf3c [REVIEW]: code review
bzr revid: mga@tinyerp.com-20100406070231-zurxtsmvqk0szjv7
2010-04-06 12:32:31 +05:30
Ysa (Open ERP) 3f3f8d463a [IMP] survey :- change string response to answer.
bzr revid: ysa@tinyerp.co.in-20100405115901-r1x3a77bkvuo5434
2010-04-05 17:29:01 +05:30
Ysa (Open ERP) 926ea1d245 [IMP] survey :- change string error to warning
bzr revid: ysa@tinyerp.co.in-20100329103033-y32a82qt96g84i60
2010-03-29 16:00:33 +05:30
ksa (Open ERP) 834ed9b185 [IMP] Apply doc string + quality check in base_contact,board,crm_profiling, document_ics,survey
bzr revid: ksa@tinyerp.co.in-20100326132716-tc37ehpvzegozo1o
2010-03-26 18:57:16 +05:30
Ysa (Open ERP) e0145b53cd [IMP] survey :- improve code.
bzr revid: ysa@tinyerp.co.in-20100323052309-4w8ny7fryoaaicjy
2010-03-23 10:53:09 +05:30
Ysa (Open ERP) 51e376ba0c [IMP] survey :- convert simple wizard(survey_selection and survey_answer) to osv_memory wizard.
bzr revid: ysa@tinyerp.co.in-20100322091254-3txcn4bwo0j7ozuo
2010-03-22 14:42:54 +05:30
Ysa (Open ERP) 89cb33165e survey :- convert simple wizard(survey.print.answer and survey.browse.answer) to osv_memory wizard
bzr revid: ysa@tinyerp.co.in-20100322074007-xq1a2f60hve2fn1f
2010-03-22 13:10:07 +05:30
Ysa (Open ERP) 13096f9058 [IMP] survey :- improve codeing
bzr revid: ysa@tinyerp.co.in-20100315105227-2bbiri6v06wqao8a
2010-03-15 16:22:27 +05:30
YYA(OpenERP) e0ed681a41 [IMP] hr_evulation: demo data modified
[IMP] survey: improve survey
[IMP] hr_recruitment: demo and data file modified

bzr revid: mra@tinyerp.com-20100311133102-ihp86dfasrn4ia6e
2010-03-11 19:01:02 +05:30
YSA,APA 5ef680e14b [IMP]:survey,hr_evaluation;Improved hr_evaluation for Evaluation for employees and also improved survey module.
bzr revid: apa@tinyerp.com-20100305122131-aqhic51otmx8p9ne
2010-03-05 17:51:31 +05:30
ysa(OpenERP) bbbcb52ae2 [IMP]:improved survey module for hr_evaluation and hr_recruitment.
bzr revid: apa@tinyerp.com-20100304103015-a9vjs864xurljdv5
2010-03-04 16:00:15 +05:30
YSA(OpenERP) 739b4a584d [IMP]:survey:Imptoved survey with continues browse the answer and more improvements.
bzr revid: apa@tinyerp.com-20100304091644-oskak8irvozyr5rz
2010-03-04 14:46:44 +05:30