Commit Graph

64 Commits

Author SHA1 Message Date
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
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) b1cf433ecc [MERGE]: Merged with trunk-addons.
bzr revid: uco@tinyerp.com-20101206131102-z2xzz8eshkswo00q
2010-12-06 18:41:02 +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) 12fcd1be2f [IMP] : Added context=None on methods used for _constraints and replaced context={} with context=None.
bzr revid: uco@tinyerp.com-20101119134801-974ev29j4tu46pq2
2010-11-19 19:18:01 +05:30
sbh (Open ERP) 1edeaa9fd7 [Fix] : Fix wrong helptext for field active
bzr revid: sbh@tinyerp.com-20101115131555-xd1jwod6dvomuv9x
2010-11-15 18:45:55 +05:30
Anup (OpenERP) 3388b58b28 [FIX] base_contact : Search Method Corrected
bzr revid: ach@tinyerp.com-20100929141724-ybamec2vldunixrb
2010-09-29 19:47:24 +05:30
olt@tinyerp.com 960fc8e27c [IMP] base_contact: performance imporovement: 'job_id' field (res.partner.contact object) was generating a lot of queries
bzr revid: olt@tinyerp.com-20100929095255-wxn4u9dfn8j0dd8z
2010-09-29 11:52:55 +02:00
olt@tinyerp.com df261181c1 [IMP] base_contact: performance improvement:
* rewriten res_partner_job.name_get
  * res_partner_contact.job_id: store=True

bzr revid: olt@tinyerp.com-20100924113021-hf86aenloztuftpe
2010-09-24 13:30:21 +02:00
DBR(Open ERP) 610a32d111 [IMP] base_contact : onchange method added on partner
bzr revid: vir@tinyerp.com-20100818091519-68nmm71hm5ebeyoh
2010-08-18 14:45:19 +05:30
rpa (Open ERP) 06145300d2 [FIX]: base_contact: Changed size of field of contact and job table, made compatible with that of partner address
lp bug: https://launchpad.net/bugs/605640 fixed

bzr revid: rpa@tinyerp.com-20100805101550-jzcssnf0z4kictxy
2010-08-05 15:45:50 +05:30
Harry (OpenERP) 2820be6629 [IMP] base_contact:
* Replace title char field with many2one field of res.partner.title in res.partner.contact model
* Improve form view of res.partner.contact

bzr revid: hmo@tinyerp.com-20100705131851-i8c4otyahwlz5emo
2010-07-05 18:48:51 +05:30
vra bf8d2a73c0 [IMP][REF] Sql-injection changes, remove print statement, some space improvement.
bzr revid: vra@tinyerp.com-20100616115139-cql5oiqf622spa6p
2010-06-16 17:21:39 +05:30
rpa (Open ERP) f1a7cf722b [IMP,FIX]: base_contact: Improvement in base_contact for res.partner.function removed in base
bzr revid: rpa@tinyerp.com-20100524061115-3g4ilc6k175mnajy
2010-05-24 11:41:15 +05:30
hmo 734da01824 [MERGE] CRM Improvement: _inhertis from mailgate.Thread
bzr revid: hmo@hmo-20100521102600-xvfwskufugexn5wv
2010-05-21 15:56:00 +05:30
Fabien Pinckaers a3dd9f05dc [FIX] 3 security rules, [IMP] object names for logs
bzr revid: fp@tinyerp.com-20100519183232-9zieyfnah526r312
2010-05-19 20:32:32 +02:00
Jay (Open ERP) e5cc5d6fa2 [FIX] Base_contact:\n JOB :When partner is set, address is required.Added on_change. \n Address:Use domain instead of value in context
bzr revid: jvo@tinyerp.com-20100519095812-m03822hryvyr3hzg
2010-05-19 15:28:12 +05:30
Jay (Open ERP) d506eb1c89 [REF] Base_contact : search() of Address corrected
bzr revid: jvo@tinyerp.com-20100517063431-glyy8cejapfusb51
2010-05-17 12:04:31 +05:30
JMA (OpenERP) df052074ea [FIX] Base_contact : search() of job improved
bzr revid: jma@tinyerp.com-20100511083448-t66yybkz4iqixvaq
2010-05-11 14:04:48 +05:30
rpa (Open ERP) c522cbff3b [FIX]: base_contact: Fixed problem of Opening contact form view due to search count problem
lp bug: https://launchpad.net/bugs/563644 fixed

bzr revid: rpa@tinyerp.com-20100416054719-degj91mu8z7a2h8m
2010-04-16 11:17:19 +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
sbh (Open ERP) 11e40fd750 [IMP] base_contact:Temporary comment the code because created duplicate entry of contact
bzr revid: sbh@tinyerp.com-20100217065056-8xcz1nzjkdjsmm0v
2010-02-17 12:20:56 +05:30
HDA (OpenERP) 284ec3e006 Merged with client
bzr revid: hda@tinyerp.com-20100216142723-ul7m7do5fpl3r9av
2010-02-16 19:57:23 +05:30
olt@tinyerp.com c7b588ec59 [FIX] base_contact: search for a contact in a contact job now searches in firstname and lastname
bzr revid: olt@tinyerp.com-20100205083208-1hhoonlnwmhaas5p
2010-02-05 09:32:08 +01:00
olt@tinyerp.com b1643c7af6 [FIX] base_contact: search in "Contact's Jobs" now also search in firstname and lastname of contacts
bzr revid: olt@tinyerp.com-20100201075852-eomf4z7an0rno10r
2010-02-01 08:58:52 +01:00
HDA (OpenERP) 0b2bb31992 Merge from stable
bzr revid: hda@tinyerp.com-20100121151350-58pcefq2tdw2ge2l
2010-01-21 20:43:50 +05:30
Stephane Wirtel fb3ef7a2f4 [FIX] Change the year of the copyright
bzr revid: stephane@openerp.com-20100112091839-a6p7tenhb4e4zxyx
2010-01-12 10:18:39 +01:00
mra (Open ERP) 8e6746a794 [FIX] base_contact: domain problem on job object
bzr revid: mra@tinyerp.com-20100107062730-utxxbc192n7xuv1b
2010-01-07 11:57:30 +05:30
uco (OpenERP) 10c3b2da7d [IMP]: Generalization of tooltips: Added tooltips for active field
bzr revid: uco@tinyerp.co.in-20091221122132-hkesf2dy48lpdvum
2009-12-21 17:51:32 +05:30
Christophe Simonis d6cb9466a3 [FIX] base_contact: fix bad related field
lp bug: https://launchpad.net/bugs/491867 fixed

bzr revid: chs@tinyerp.com-20091204104524-36gioov0qr1h1s5g
2009-12-04 11:45:24 +01:00
Jay (Open ERP) 11e5755711 [FIX] Bug 376724 : Corrected name_get for res_partner_address
bzr revid: jvo@tinyerp.com-20090518094544-s2gd61b1hrtkcuw3
2009-05-18 15:15:44 +05:30
Jay (Open ERP) 46429c3fb7 [FIX] Bug 373594 : name_get corrected for res_partner_job
bzr revid: jvo@tinyerp.com-20090508141937-dzydjzt1kcpqndtt
2009-05-08 19:49:37 +05:30
Sofia (Open ERP) 8325ffdb14 bugfixed
bzr revid: sso@tinyerp.com-20090508054736-9kok0hlpf7ysht54
2009-05-08 11:17:36 +05:30
Fabian Semal b0243644e5 base contact - Improvement (main job)
bzr revid: fabian@tinyerp.com-20090506092415-b8wpoe9q4rwghogu
2009-05-06 11:24:15 +02:00
Jay (Open ERP) cc01f4b3e4 Minor modifs
bzr revid: jvo@tinyerp.com-20090325065310-00uterll3ljupdim
2009-03-25 12:23:10 +05:30
Stephane Wirtel 7cf6e7267b [MERGE] Branch from Christophe Chauveut (Sylëam)
[IMP]
 * Improved base_contact module
 * Add email on contact (not only on address)
 * Add Fax, Extension, Other phone number on address/contact

bzr revid: stephane@tinyerp.com-20090319154720-2glp6up1z6d8zjzr
2009-03-19 16:47:20 +01:00
nel@tinyerp.com 0b00649fde [IMP] Create Contacts on addresses while installing base_contact
bzr revid: nel@tinyerp.com-20091124105851-ggjzisy1s51im5vp
2009-11-24 11:58:51 +01:00
PSO(OpenERP) eb0b928cc0 Changed licencing terms
bzr revid: hda@tinyerp.com-20091014111534-1vtk21rz8byhszzf
2009-10-14 16:45:34 +05:30
ChristopheChauvet(syleam) 41e8ed59ef changed encoding to coding in all py files
lp bug: https://launchpad.net/bugs/357182 fixed

bzr revid: hda@tinyerp.com-20091013055837-3ntnbe8b938xmk97
2009-10-13 11:28:37 +05:30
HDA (OpenERP) 7d3a5b51ba [Merged] stable and trunk addons
bzr revid: hda@tinyerp.com-20090924104621-7p53erkfs9xa0bev
2009-09-24 16:16:21 +05:30
Fabien Pinckaers af94f5356a modifs
bzr revid: fp@tinyerp.com-20090304154820-8uz4w9l14psjwr2m
2009-03-04 16:48:20 +01:00
Christophe Chauvet c08f40c444 [IMP]
* Improved base_contact module
 * Add email on contact (not only on address)
 * Add Fax, Extension, Other phone number on address/contact

bzr revid: christophe.chauvet@syleam.fr-20090220000654-4k7rl69p7kymkq04
2009-02-20 01:06:54 +01:00
Fabien Pinckaers 264fb04db7 bugfix
bzr revid: fp@tinyerp.com-20090126182807-c7h6sv0ekcfey1g2
2009-01-26 19:28:07 +01:00
Stephane Wirtel 21f104a506 [IMP] Update the copyright to 2009
bzr revid: stephane@tinyerp.com-20090104221250-55q32ayj2t8kzb2k
2009-01-04 23:12:50 +01:00
Fabien Pinckaers 3014d16212 bugfix
bzr revid: fp@tinyerp.com-20090104103648-nizrds0j5qal6nbe
2009-01-04 11:36:48 +01:00
Fabien Pinckaers 68d226b363 improve
bzr revid: fp@tinyerp.com-20081226192144-xta0redr3e13vgja
2008-12-26 20:21:44 +01:00
Husen Daudi 05e4848cbd bugfix
bzr revid: hda@tinyerp.com-20081212130157-mzmxcg1178l67zmy
2008-12-12 18:31:57 +05:30
Stephane Wirtel 5cc55266a7 [FIX] Use dict.get() instead of r['name'] or ''
lp bug: https://launchpad.net/bugs/307248 fixed

bzr revid: stephane@tinyerp.com-20081212000209-ak5e4ibl21jlv2tx
2008-12-12 01:02:09 +01:00
Fabien Pinckaers c547e413cf improve
bzr revid: fp@tinyerp.com-20081203172317-ce02tde92v7p50gl
2008-12-03 18:23:17 +01:00
qdp 6be95981f4 *reverted address mail = fields.chart instead of fields.related
*improved view or res.partner

bzr revid: qdp@tinyerp.com-20081201164405-d93u1b0fpahgnsjt
2008-12-01 17:44:05 +01:00