Commit Graph

151 Commits

Author SHA1 Message Date
Bhumika (OpenERP) 7b4386a653 [IMP] base/res: improve code
bzr revid: sbh@tinyerp.com-20120228085438-0zbv6v6k52n8tyas
2012-02-28 14:24:38 +05:30
Bhumika (OpenERP) 61317c17be [Fix]base/res: company address and person contact should be sychronize
bzr revid: sbh@tinyerp.com-20120228082456-b5s9iw4wnjuflbk8
2012-02-28 13:54:56 +05:30
Kuldeep Joshi (OpenERP) e982f916c4 [IMP] base/res_partner: change demo and view
bzr revid: kjo@tinyerp.com-20120228070534-bluy3498x3616y3n
2012-02-28 12:35:34 +05:30
Bhumika (OpenERP) d62cd975fb [IMP]base/res : set true for parent_address
bzr revid: sbh@tinyerp.com-20120227124542-nhdnq62z0b8fnslb
2012-02-27 18:15:42 +05:30
Bhumika (OpenERP) 2c7d2973f2 [IMP]base/res : make contact type required
bzr revid: sbh@tinyerp.com-20120227123904-98m7kec2x64yosya
2012-02-27 18:09:04 +05:30
Bhumika (OpenERP) fa64c13138 [IMP]base/res: Move display_address method in res.partner
bzr revid: sbh@tinyerp.com-20120227100530-8xg61062982kyf97
2012-02-27 15:35:30 +05:30
Bhumika (OpenERP) d4ae852caa [Fix]base/res: Fix the address get method
bzr revid: sbh@tinyerp.com-20120227070528-t8ewhheaxy63c9qe
2012-02-27 12:35:28 +05:30
Kuldeep Joshi (OpenERP) aaab31453e [IMP] res_partner: remove print statement
bzr revid: kjo@tinyerp.com-20120227070528-pgoon7kdnlr83kz5
2012-02-27 12:35:28 +05:30
Kuldeep Joshi (OpenERP) ab7a5b16c9 [IMP] res_partner: domain on parent_id field
bzr revid: kjo@tinyerp.com-20120227070405-dnntj5ekk9x6plca
2012-02-27 12:34:05 +05:30
Bhumika (OpenERP) fe8708ecfb [Fix]:base/res: Add backwards compatible for res.partner.address
bzr revid: sbh@tinyerp.com-20120224133908-prvmlde4ivyz70zi
2012-02-24 19:09:08 +05:30
Kuldeep Joshi (OpenERP) 508c4e8310 [IMP] set default value of contact type
bzr revid: kjo@tinyerp.com-20120224102844-91a8jv3udzatfqfr
2012-02-24 15:58:44 +05:30
Kuldeep Joshi (OpenERP) a7895adc86 [IMP] res_partner: set domain on title field
bzr revid: kjo@tinyerp.com-20120224090854-t2gq45iw4g2wjw5z
2012-02-24 14:38:54 +05:30
Raphael Collet a70e1fef3d [IMP] base/res/partner: rename field and improve partner form
bzr revid: rco@openerp.com-20120223145426-7q18zqbt0wqwvzpf
2012-02-23 15:54:26 +01:00
Raphael Collet f72fc4acfa [IMP] base/res: simplify code and fix res_partner.address_get
bzr revid: rco@openerp.com-20120223135347-ff3h8eikq2xj7x4q
2012-02-23 14:53:47 +01:00
Raphael Collet e06a8dbd0e [IMP] base/res: clean a bit partner fields, and fix onchange_address
bzr revid: rco@openerp.com-20120223114112-ehxy2hvfap3u0nq8
2012-02-23 12:41:12 +01:00
Kuldeep Joshi (OpenERP) 6999ae4dc0 [IMP] res_partner: address onchange method add
bzr revid: kjo@tinyerp.com-20120223061346-co33pf7qi05b46hx
2012-02-23 11:43:46 +05:30
Kuldeep Joshi (OpenERP) 123315db72 [IMP] add photo file in view
bzr revid: kjo@tinyerp.com-20120222133451-22hsl2zti7umlgf4
2012-02-22 19:04:51 +05:30
Kuldeep Joshi (OpenERP) ea0e222002 [IMP] res_partner view change
bzr revid: kjo@tinyerp.com-20120222130020-mt336dpul07b9cgt
2012-02-22 18:30:20 +05:30
Kuldeep Joshi (OpenERP) 33a5c3648d [IMP] res_partner: change in _email_send method
bzr revid: kjo@tinyerp.com-20120221130857-l1s3ixwmwn7o12w5
2012-02-21 18:38:57 +05:30
Kuldeep Joshi (OpenERP) b6696e250a [IMP] change res_company and res_bank
bzr revid: kjo@tinyerp.com-20120221084615-oxcm3q1qg3upmp9n
2012-02-21 14:16:15 +05:30
Kuldeep Joshi (OpenERP) b800cd2601 [IMP] res_partner: change company field tooltip
bzr revid: kjo@tinyerp.com-20120221061710-96acnar7jbqcdt95
2012-02-21 11:47:10 +05:30
Kuldeep Joshi (OpenERP) 0d6c14fec4 [IMP] res_partner: set parent_id field
bzr revid: kjo@tinyerp.com-20120220104430-x2sc8ivxa9pi7ikk
2012-02-20 16:14:30 +05:30
Kuldeep Joshi (OpenERP) 93960634c1 [IMP] res_partner:add res_partner_address field to res_partner
bzr revid: kjo@tinyerp.com-20120220091705-y7xdh00sdkotpqj6
2012-02-20 14:47:05 +05:30
Olivier Dony e216218f44 [FIX] res.partner.category: merge the 2 classes bearing the same name
The name conflict causes the second class to
shadow the first one, thus breaking future
references to the first one, including any
super() call inside it!
6.1 has 2-pass loading of models so we can
simply merge the two classes now, and get
rid of the issue.

bzr revid: odo@openerp.com-20120112105043-ij740gptzu4gv6tw
2012-01-12 11:50:43 +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
Vo Minh Thu f63dca7122 [MERGE] increase the size of res.partner.address.function field from 64 to 128.
bzr revid: vmt@openerp.com-20120104101444-4003iwhl2d3aducm
2012-01-04 11:14:44 +01:00
Olivier Dony 1638303686 [MERGE] res.partner.category: add short name_get variant (context toggle), courtesy of Numerigraphe
bzr revid: odo@openerp.com-20111221145443-js9nydzwa2vx4un4
2011-12-21 15:54:43 +01:00
Fabien Pinckaers 80c3d2c892 [IMP] removed raise on name_create partner
bzr revid: fp@tinyerp.com-20111220165541-n7g5btjjv8asj2jx
2011-12-20 17:55:41 +01:00
Olivier Dony 07f2cdf4d2 [IMP] res.partner: wording+todo for name_create()
bzr revid: odo@openerp.com-20111220141204-bypzd7gvi1maveuw
2011-12-20 15:12:04 +01:00
Fabien Pinckaers 19a9a1d595 [IMP] useability seach opportunity
bzr revid: fp@tinyerp.com-20111220102333-dv8v47wkgf4v0laf
2011-12-20 11:23:33 +01:00
Fabien Pinckaers 0cfe50155d [FIX] small bug in address
bzr revid: fp@tinyerp.com-20111218114443-lary2ovig5tznwl8
2011-12-18 12:44:43 +01:00
Numerigraphe - Lionel Sausin eec9f019f0 [IMP] base: allow the category name to not include the parents if the context requires it
bzr revid: ls@numerigraphe.fr-20111215145604-wu2muv9m9gb9c9h4
2011-12-15 15:56:04 +01:00
Quentin (OpenERP) c900059a3e [IMP] res_partner_address, display_address: improved help tooltip on address_format + made private the function _display_address as it's not usable through direct RPC requests + added context=None in the signature of this function, for future needs
bzr revid: qdp-launchpad@openerp.com-20111201162747-gcbh995k1pu8ql7m
2011-12-01 17:27:47 +01:00
Quentin (OpenERP) b2678acf99 [IMP] base: contry specific address format cleanup and improvements
bzr revid: qdp-launchpad@openerp.com-20111201144055-htokze3jly7ent02
2011-12-01 15:40:55 +01:00
Quentin (OpenERP) f3a9c71a68 [MERGE] merged with main trunk server branch
bzr revid: qdp-launchpad@openerp.com-20111201143703-okq4lq4s9iy6gaol
2011-12-01 15:37:03 +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
Fabien Pinckaers 8d7176a11e [IMP] Yaml scripts calls on_changes and fields_view_get by defaults
Very big change, this may emphasize some of the troubles, runbot can become red
  until we fix them all.

bzr revid: fp@tinyerp.com-20111114212627-5kdjxkws1lqm0c38
2011-11-14 22:26:27 +01:00
Naresh (OpenERP) 372f610cc5 [FIX]:increase the size of function field 64-->128 for long function names
lp bug: https://launchpad.net/bugs/885582 fixed

bzr revid: nch@tinyerp.com-20111114113535-heb33fyrsct2g1dv
2011-11-14 17:05:35 +05:30
Numerigraphe - Lionel Sausin 9ed5cbb24c [FIX] unmutable defaults in base addons.
bzr revid: ls@numerigraphe.fr-20111107151949-n9prrufvqe3ohz18
2011-11-07 16:19:49 +01:00
Olivier Dony 4140e3546a [FIX] expression: proper handling of empty string in m2o domain criterions
Also fixed incorrect name_search() implementations in
res.partner and res.currency, and added corresponding
tests.

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

bzr revid: odo@openerp.com-20111011163435-szj9vm6x9x8nryn8
2011-10-11 18:34:35 +02:00
Olivier Dony d13fb7fe7e [MERGE] various bugfixes/improvements (coming from EDI development)
- _original_module is now available on model/browse_records
 - context usage in res.partner.*
 - proper name_search() + default values for res.currency
 - active_model in wkf exec context
 - safe_eval allows try/except/finally
 - yaml_import: !ref {id: xml_id} works
 - ir_mail_server: support for alternative body/subtype
 - default value for web.base.url config parameter
 - consistency rename: Model.*get_xml_id* -> *get_external_id*

bzr revid: odo@openerp.com-20111005100954-c8mbd4kz6kkqaj84
2011-10-05 12:09:54 +02:00
Olivier Dony e0a68f3be1 [REM] res.partner: moved opt_out field to email_template module
bzr revid: odo@openerp.com-20111005094843-ov5p9em7mzxb2pkn
2011-10-05 11:48:43 +02:00
Olivier Dony 3a224dfc06 [IMP] res.partner: better context management in name_get/name_search
bzr revid: odo@openerp.com-20111004142540-689vy1exk60druhy
2011-10-04 16:25:40 +02:00
Fabien Pinckaers c8a29501e4 [FIX] remove warnings, better view for mails
bzr revid: fp@tinyerp.com-20111001195103-sd8y0n4t8snzju9o
2011-10-01 21:51:03 +02:00
Olivier Dony a5b7faffb3 [MERGE] sync with latest trunk
bzr revid: odo@openerp.com-20110930122511-ddjsuqmwn0mr1p5q
2011-09-30 14:25:11 +02:00
Amit (OpenERP) 6d0fbf55c4 [MERGE]
bzr revid: apa@tinyerp.com-20110929052918-vskm1ggwv7md1b25
2011-09-29 10:59:18 +05:30
Dhara (OpenERP) 6da1004cf5 [NEW] new address_format field for country
bzr revid: dhara_openerp-20110922220823-qaghdh4urgjdtea0
2011-09-22 15:08:23 -07:00
Amit Bhavsar (Open ERP) dc54be9bb9 [kabanization],kanban view for the partner
bzr revid: amb@tinyerp.com-20110916124725-1d07ph63gx8nv3u1
2011-09-16 18:17:25 +05:30
Tejas (OpenERP) fce6f5932b [kanban] contacts view for kanban
bzr revid: tta@openerp.com-20110916104501-tuwftefbl7lumix7
2011-09-16 16:15:01 +05:30
Harry (OpenERP) 8dc1e7d9a4 [MERGE] merged from trunk development branch
bzr revid: hmo@tinyerp.com-20110914073732-ih8qwnzl03phbloc
2011-09-14 13:07:32 +05:30
Antony Lesuisse e6db9e4b71 [IMP] renames in base/res
bzr revid: al@openerp.com-20110828001314-roc7o38bz22mr580
2011-08-28 02:13:14 +02:00