Commit Graph

104 Commits

Author SHA1 Message Date
Sbh (Openerp) a61f7ce8d1 [IMP]:base/res : remove type from display address
bzr revid: sbh@tinyerp.com-20120330045752-m9d9vgt92uro6fle
2012-03-30 10:27:52 +05:30
Kuldeep Joshi (OpenERP) fe45a9a7de [IMP]base/res_partner: fix the function
bzr revid: kjo@tinyerp.com-20120329132533-nmhg0flfz36v4hhl
2012-03-29 18:55:33 +05:30
Quentin (OpenERP) b1a29c5a6a [REF] base: small refactoring of things related to the merge of res.partner and res.partner.address
bzr revid: qdp-launchpad@openerp.com-20120329114331-hmlld7fxlw6sh1ks
2012-03-29 13:43:31 +02:00
Sbh (Openerp) 1846ae22a1 [IMP]base/res: add field for printing address base on country format
bzr revid: sbh@tinyerp.com-20120329062924-uxehnkxpog12clxa
2012-03-29 11:59:24 +05:30
Kuldeep Joshi (OpenERP) d1a1aed066 [IMP]base/res_partner: change tooltip of website field
bzr revid: kjo@tinyerp.com-20120328060043-kdeju0zx7bpb44i0
2012-03-28 11:30:43 +05:30
Kuldeep Joshi (OpenERP) 7d6478499b [IMP]base/res_partner: change tool tip of user_parent_address field
bzr revid: kjo@tinyerp.com-20120328053040-7uwalgbkqcpf7m2b
2012-03-28 11:00:40 +05:30
Sbh (Openerp) 0182a1185d [Fix]base/res: Fix the update address
bzr revid: sbh@tinyerp.com-20120327091354-j9l4cjto9dx2cnn1
2012-03-27 14:43:54 +05:30
Sbh (Openerp) d4f378c4ef [Fix] base/res :fix write method for updation of field based on use_parent_address
bzr revid: sbh@tinyerp.com-20120327073004-3kxgvoem46gag3ta
2012-03-27 13:00:04 +05:30
Sbh (Openerp) 7d9cab896e [MERGE] Merge with lp:openobject-server
bzr revid: sbh@tinyerp.com-20120323064037-belgc637ugambnnw
2012-03-23 12:10:37 +05:30
Raphael Collet e7e9ba1f84 [MERGE] Fix res.partner.address: make name_search consistent with name_get
bzr revid: odo@openerp.com-20120321135558-3cudz4mgaby8ws8k
2012-03-21 14:55:58 +01:00
Raphael Collet 2e5554e6bc [IMP] res.partner.address: in name_search, search on partner_id before other fields
bzr revid: rco@openerp.com-20120321132139-5bx0mn6hod749itq
2012-03-21 14:21:39 +01:00
Raphael Collet f53b5f3df2 [IMP] res.partner.address: in name_search, add handle case where name is empty
bzr revid: rco@openerp.com-20120321105658-cnjy77e0dz40425c
2012-03-21 11:56:58 +01:00
Raphael Collet cb53795b4c [IMP] res.partner.address: improve name_search() to avoid performance issues
bzr revid: rco@openerp.com-20120321103912-9kg1sftuzrxrqgxq
2012-03-21 11:39:12 +01:00
Quentin (OpenERP) e37b9a5df3 [FIX] base, res_partner: fixed the name_search in order to propagate the right parameter to super() and to not use the '%' symbol if the operator is '='
bzr revid: qdp-launchpad@openerp.com-20120320154757-0o8q4pb2uch76su2
2012-03-20 16:47:57 +01:00
Bhumika (OpenERP) 9bcfaf8d36 [Fix]base/res :fix name_search of partner
bzr revid: sbh@tinyerp.com-20120320124815-qpz1cqy1m36ehwkm
2012-03-20 18:18:15 +05:30
Bhumika (OpenERP) 3da7c8b8e2 [IMP]base/res: improved name_search for checking args
bzr revid: sbh@tinyerp.com-20120320113230-blhsb47cfzfnfhi3
2012-03-20 17:02:30 +05:30
Quentin (OpenERP) 15d9e002cf [IMP] base, res_partner: improved name_search to improve the readability and performances
bzr revid: qdp-launchpad@openerp.com-20120320100251-wuv42z80y9nblmyq
2012-03-20 11:02:51 +01:00
Bhumika (OpenERP) f8d9d47928 [fix]base/res:remove the reference of childs only if save the record
bzr revid: sbh@tinyerp.com-20120319130722-u1qvxoc945lsfo21
2012-03-19 18:37:22 +05:30
Raphael Collet baa522eba1 [FIX] res_partner_address: make name_search consistent with respect to name_get
bzr revid: rco@openerp.com-20120319130422-wc6icri4v0o3z8wg
2012-03-19 14:04:22 +01:00
Quentin (OpenERP) 81d6591212 [FIX] base: put back access rules related to res.partner.address (we must keep access rights as lmong as the model still exists otherwise it's a security hole)
bzr revid: qdp-launchpad@openerp.com-20120319105006-tqk337epajcs1hho
2012-03-19 11:50:06 +01:00
Quentin (OpenERP) 1a887a5f0c [FIX] base, res_partner: put back required=True on name field of res.partner
bzr revid: qdp-launchpad@openerp.com-20120319103602-uotc8pizwa34f9gd
2012-03-19 11:36:02 +01:00
Quentin (OpenERP) 44cb4af51d [REF] base, res_partner: code optimization
bzr revid: qdp-launchpad@openerp.com-20120319103511-vzf5p8n7a9wso6ek
2012-03-19 11:35:11 +01:00
Quentin (OpenERP) c5a666a4a7 [IMP] base, res.partner.address: added _defaults and call to write() and create() functions of res.partner for a better backward compatibility
bzr revid: qdp-launchpad@openerp.com-20120316124817-rokpu5nykwabtlad
2012-03-16 13:48:17 +01:00
Bhumika (OpenERP) 18d4bee835 [IMP]base/res :set photo when create company from childs
bzr revid: sbh@tinyerp.com-20120313061338-dh2i2ve0rhbl1jha
2012-03-13 11:43:38 +05:30
Bhumika (OpenERP) 20aa7d6fe8 [Fix]: Improve display adress for print company name
bzr revid: sbh@tinyerp.com-20120312093332-oucqpsrcn33o82me
2012-03-12 15:03:32 +05:30
Raphael Collet 416dc7848c [FIX] base/res_partner: fix last change (issue: all contacts updated?)
bzr revid: rco@openerp.com-20120308140342-fw0unworetlj3mgm
2012-03-08 15:03:42 +01:00
Raphael Collet 566c0239c0 [IMP] base/res_partner: improve management of 'use_parent_address'
bzr revid: rco@openerp.com-20120308122712-g47fr2j328x51rsj
2012-03-08 13:27:12 +01:00
Raphael Collet 79787b73d2 [FIX] base/res_partner: small fix for backward compatibility
bzr revid: rco@openerp.com-20120308091745-vtyit22743qx3wl6
2012-03-08 10:17:45 +01:00
Raphael Collet d937bd734c [FIX] base/res_partner: add right photo upon creation of partners
bzr revid: rco@openerp.com-20120307155704-s5bnfdc0y4awe27r
2012-03-07 16:57:04 +01:00
Raphael Collet c5fd97f47e [IMP] base/res_partner: factor code using address fields
bzr revid: rco@openerp.com-20120307153646-p4xzk2w8kppy222c
2012-03-07 16:36:46 +01:00
Raphael Collet 56eacf7630 [IMP] base: small code improvement
bzr revid: rco@openerp.com-20120307152827-d9mue5j8pw8owr36
2012-03-07 16:28:27 +01:00
Raphael Collet 91ff1b477a [IMP] base: change the res.partner field is_company into a boolean field
bzr revid: rco@openerp.com-20120307151942-t73orqjvgu5jwybw
2012-03-07 16:19:42 +01:00
Raphael Collet c53c5a9d9e [IMP] base: fix typo and reindent code
bzr revid: rco@openerp.com-20120307151233-tnlx0rgo6k13oko9
2012-03-07 16:12:33 +01:00
Jigar Amin - OpenERP 45b67c9c81 [IMP] new company image link and removed name_get space
bzr revid: jam@tinyerp.com-20120307132243-blqm748i2iq1qv2l
2012-03-07 18:52:43 +05:30
Jigar Amin - OpenERP 0e031ccc8b [REF/CLN] base-res partner quick refetor
bzr revid: jam@tinyerp.com-20120306064943-hsazhry5un89j8it
2012-03-06 12:19:43 +05:30
Bhumika (OpenERP) 686cea2441 [ADD]base/res: improve display address method for printing contact type address
bzr revid: sbh@tinyerp.com-20120306060934-kor7w3upsvpw39gi
2012-03-06 11:39:34 +05:30
Jigar Amin - OpenERP e4ec8a61ae [FIX] Fiexed the fucntion args
bzr revid: jam@tinyerp.com-20120305130452-e5nthymr4re0wyix
2012-03-05 18:34:52 +05:30
Bhumika (OpenERP) 4bef7bd1aa [Fix] base/res: Fix typo
bzr revid: sbh@tinyerp.com-20120305122801-1tscam6gm7krharu
2012-03-05 17:58:01 +05:30
Jigar Amin - OpenERP 104c6f296c [FIX] photo default_get based on contact type
bzr revid: jam@tinyerp.com-20120305072618-k6jd0ro78dfs86lo
2012-03-05 12:56:18 +05:30
Bhumika (OpenERP) 84ad85a25d [IMP]base/res: add the company_name in display address
bzr revid: sbh@tinyerp.com-20120305063433-l0pkhcwyj3nq1o7b
2012-03-05 12:04:33 +05:30
Bhumika (OpenERP) f7debac6de [IMP] base/res: Improve the name_search of parnter
bzr revid: sbh@tinyerp.com-20120305043359-he9ycxosp08cyyml
2012-03-05 10:03:59 +05:30
Bhumika (OpenERP) abfcd28d04 [IMP] base/res: improve the condtion of update address
bzr revid: sbh@tinyerp.com-20120305041626-vhdsiz9iuovni10g
2012-03-05 09:46:26 +05:30
Bhumika (OpenERP) 563478f757 [IMP]base/res: Improve the name_get it display with company name
bzr revid: sbh@tinyerp.com-20120302122917-72hz1mh0zyadlu62
2012-03-02 17:59:17 +05:30
Bhumika (OpenERP) efdf616e09 [IMP] base/res : take the defult photo image on create time
bzr revid: sbh@tinyerp.com-20120302110517-1ufjptji4rv9kxwr
2012-03-02 16:35:17 +05:30
Kuldeep Joshi (OpenERP) 68c5ef4a0b [IMP] base/res_partner: address filed add in res_partner
bzr revid: kjo@tinyerp.com-20120302110021-waa5p82e5tq27qpm
2012-03-02 16:30:21 +05:30
Kuldeep Joshi (OpenERP) dcea683f05 [IMP] base/res_partner: add child view
bzr revid: kjo@tinyerp.com-20120301115337-sjp39r980l2dqunv
2012-03-01 17:23:37 +05:30
Kuldeep Joshi (OpenERP) 1a6d306456 [Add] base/res: Add the photo field in res.partner
bzr revid: kjo@tinyerp.com-20120301064312-ac1c9wnb6dtu6rv8
2012-03-01 12:13:12 +05:30
Bhumika (OpenERP) 4b6cd64e6e [Fix]base/res: Fix synchronization of company address and person contact
bzr revid: sbh@tinyerp.com-20120229091345-xhmgpiqruy165lia
2012-02-29 14:43:45 +05:30
Bhumika (OpenERP) 0856c439a6 [ADD]base/res: Add deprecated warning on create, write method of res.partner.address
bzr revid: sbh@tinyerp.com-20120229041610-ld3yiqszfhtie0cf
2012-02-29 09:46:10 +05:30
Bhumika (OpenERP) c8f9b2f5bf [Fix] [IMP] base/res :fix the update record issue
bzr revid: sbh@tinyerp.com-20120228114505-qmlbye3bgfqxfw3g
2012-02-28 17:15:05 +05:30