Commit Graph

2223 Commits

Author SHA1 Message Date
Olivier Dony 972a0a4557 [FIX] ir_mail_server: make attachment filename work properly on GMail
The default Python encoding for mail header parameters
is RFC2231, which produces headers of the form:
  Content-Disposition: attachment; filename*="utf-8abcd%C3%A9.pdf"
This works fine for e.g. Thunderbird but on GMail
such headers appear as `noname`.
We are therefore falling back to RFC2047 encoding
which will instead give something like:
  Content-Disposition: attachment; filename="=?utf-8?b?UmVxdWVzdCf?="

bzr revid: odo@openerp.com-20120316130803-zo4fwuk7h6bq6k54
2012-03-16 14:08:03 +01:00
Quentin (OpenERP) 3f9ce80a7d [MERGE] merge with main server trunk
bzr revid: qdp-launchpad@openerp.com-20120316125320-6ua2vcsajlsxsr1p
2012-03-16 13:53:20 +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
Olivier Dony 4af38cc64a [IMP] attempt to dump uid performing operation along with thread stacks
bzr revid: odo@openerp.com-20120316111218-o963t7xm4r4honoy
2012-03-16 12:12:18 +01:00
Launchpad Translations on behalf of openerp f6baede827 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120316052914-p5yapsv9ni1xvv4q
bzr revid: launchpad_translations_on_behalf_of_openerp-20120316053017-3pne9tockyriwj6n
2012-03-16 05:30:17 +00:00
Launchpad Translations on behalf of openerp d4319b3524 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120315044609-gdj56b4voubjv5kd
bzr revid: launchpad_translations_on_behalf_of_openerp-20120316050901-r5c17a1hfzkz9f1b
2012-03-16 05:09:01 +00:00
Thibault Delavallée e09d180008 [MERGE] Merged with new base.needaction implementation
bzr revid: tde@openerp.com-20120315101558-gdxas1qywl15zx7k
2012-03-15 11:15:58 +01:00
Thibault Delavallée 41e4c8dcf8 [MERGE] Merged with main server
bzr revid: tde@openerp.com-20120315101317-l9vj5r7xpvys98a5
2012-03-15 11:13:17 +01:00
Thibault Delavallée 6c1d5339d7 [MERGE] Merged with user_img branch
bzr revid: tde@openerp.com-20120315101109-5a953ig8qjhq9bq5
2012-03-15 11:11:09 +01:00
Thibault Delavallée 6808cd7e53 [ADD] Added a menu entry in Settings/Users, along with a tree view definition.
bzr revid: tde@openerp.com-20120315100542-xhlvb43lda9d3a0m
2012-03-15 11:05:42 +01:00
Thibault Delavallée 632c5e3036 [DOC] Updated code and server documentation.
bzr revid: tde@openerp.com-20120315095203-8g7drwdz9axjexwj
2012-03-15 10:52:03 +01:00
Thibault Delavallée 0f32742ff0 [FIX] Fixed bug in object create
bzr revid: tde@openerp.com-20120315091257-7h04fdhmjr9gczzy
2012-03-15 10:12:57 +01:00
Thibault Delavallée 67d5a3f425 [FIX] Check of need_action_user_ids is now done after updating the object, not before
bzr revid: tde@openerp.com-20120315090829-1be3yba7yhcw8qxu
2012-03-15 10:08:29 +01:00
Atul Patel (OpenERP) 4fac556159 [FIX]: Fix dependency problem.
bzr revid: atp@tinyerp.com-20120315072344-fu9h9nepujdisa2d
2012-03-15 12:53:44 +05:30
Launchpad Translations on behalf of openerp 277217cae3 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120313053419-651m21hw6ja8naqc
bzr revid: launchpad_translations_on_behalf_of_openerp-20120314054403-pdvtd2s58mehtlrd
bzr revid: launchpad_translations_on_behalf_of_openerp-20120315051817-qfmyll102427mgi9
2012-03-15 05:18:17 +00:00
Thibault Delavallée 8d627fc8a6 [FIX] bugs in unlink
bzr revid: tde@openerp.com-20120314175935-aylkpt8ejcxqmu82
2012-03-14 18:59:35 +01:00
Thibault Delavallée 0aa3125ce7 [IMP] Cleaned code
bzr revid: tde@openerp.com-20120314171446-75rf519voc4hwuw7
2012-03-14 18:14:46 +01:00
Thibault Delavallée bf3d2cd284 [REF] Refactored base_needaction class.
bzr revid: tde@openerp.com-20120314142605-hhii6p976zrdwmw3
2012-03-14 15:26:05 +01:00
Olivier Dony caf646a7e5 [IMP] test_ir_sequence: avoid spurious traceback logging
bzr revid: odo@openerp.com-20120314142552-283i4s1lwrkt7zx3
2012-03-14 15:25:52 +01:00
Olivier Dony 638a9102c5 [MERGE] Latest fixes from 6.1
bzr revid: odo@openerp.com-20120314142043-9jpk3dkss1hkvb3q
2012-03-14 15:20:43 +01:00
Olivier Dony 01f4ecd1c0 [IMP] bump up release number
bzr revid: odo@openerp.com-20120314141612-3y0v4monykywvg44
2012-03-14 15:16:12 +01:00
Launchpad Translations on behalf of openerp 0d81febc81 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120310045436-575z33tnn4ylhgmt
bzr revid: launchpad_translations_on_behalf_of_openerp-20120312043902-d43ik1qvtuz6xkvd
bzr revid: launchpad_translations_on_behalf_of_openerp-20120313050751-hkilihhs8zm4a8mp
bzr revid: launchpad_translations_on_behalf_of_openerp-20120314044248-xm1kexxswy9nc7wp
2012-03-14 04:42:48 +00:00
Thibault Delavallée 5ef1483f93 [IMP] base.needaction: clened code
bzr revid: tde@openerp.com-20120313155425-vkmzmobas76re0x4
2012-03-13 16:54:25 +01:00
Thibault Delavallée dbd4f6dfce [FIX] Added base_needaction import
bzr revid: tde@openerp.com-20120313155339-eqifoe0celu5n43b
2012-03-13 16:53:39 +01:00
Atul Patel (OpenERP) 85dd5f6164 [MERGE]: Merge with lp:openobject-server
bzr revid: atp@tinyerp.com-20120313133708-lc4x4ekn2xv517b8
2012-03-13 19:07:08 +05:30
Thibault Delavallée 94051b9812 [ADD] base_needaction file, holding the base.needaction mixin class.
bzr revid: tde@openerp.com-20120313122351-fw8e4gk3zuhaqr18
2012-03-13 13:23:51 +01:00
Thibault Delavallée 4c41a2994a [IMP] Avatar mini field gets automatically recomputed to avoid screwing the display when choosing a new one.
bzr revid: tde@openerp.com-20120313111418-fsrtwhcp0eesg0aq
2012-03-13 12:14:18 +01:00
Thibault Delavallée 14b71b0aeb [ADD] Added files for new default avatars.
bzr revid: tde@openerp.com-20120313103146-6b6yloob7pkxrscq
2012-03-13 11:31:46 +01:00
Thibault Delavallée 9f2a5f2d03 [IMP] Improved default avatar (now takes randomly between 6 avatars); cleaned code about avatar and avatar_mini management; fixed bug when creating a new user where the chosen avatar was not saved
bzr revid: tde@openerp.com-20120313102916-w5rdtwco72xe8m7n
2012-03-13 11:29:16 +01:00
Meera Trambadia (OpenERP) 93ee53265b [MERGE] branch merged with openobject-server
bzr revid: mtr@tinyerp.com-20120313102126-lnzrwll9yjuadm9y
2012-03-13 15:51:26 +05:30
Thibault Delavallée 0790cbbfd7 [IMP] res.users: code cleaning
bzr revid: tde@openerp.com-20120313091651-6jvvuljjrlpjsto6
2012-03-13 10:16:51 +01:00
Bhumika (OpenERP) 18d103344d [MERGE] Merge improverment of demo data
bzr revid: sbh@tinyerp.com-20120313084101-e5i3x4dcliejdc8g
2012-03-13 14:11:01 +05:30
Kuldeep Joshi (OpenERP) 888ba2bf3e [IMP]base/res_partner: remove photo field
bzr revid: kjo@tinyerp.com-20120313073307-61xlb1fgkeiv3rqp
2012-03-13 13:03:07 +05:30
Kuldeep Joshi (OpenERP) 3b56005bcb [IMP]base/res_partner: set indentation in demo
bzr revid: kjo@tinyerp.com-20120313063906-3gv0qpr9fafmj8el
2012-03-13 12:09:06 +05:30
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
Anup (SerpentCS) 289e318773 [IMP] base : Added Symbol of INR
bzr revid: anup.chavda@serpentcs.com-20120313055424-jss671oiu8eeosra
2012-03-13 11:24:24 +05:30
Kuldeep Joshi (OpenERP) 41fd7fca03 [IMP]base/res_partner: set indentation and merge with main branch
bzr revid: kjo@tinyerp.com-20120313055125-fhdw31q7qheih9ob
2012-03-13 11:21:25 +05:30
Kuldeep Joshi (OpenERP) 41a5021110 [IMP]base/res_partner : demo data change
bzr revid: kjo@tinyerp.com-20120313053048-jmybumt3hif622y2
2012-03-13 11:00:48 +05:30
Olivier Dony e74c011a60 [FIX] ir.mail_server: SMTP user and pass should be passed as bytes to login()
Passing a unicode used to work in Python 2.5 but that
changed in 2.6 due to a change in the hmac module.
In any case the various RFCs that describe such
authentication mechanism do specify that UTF-8 encoded
values should be used, so we should be safe coercing
the user and passsword to UTF-8 bytes strings.
And of course it should not change anything for
the ASCII passwords out there anyway.

For references, see:
- Zope bug https://bugs.launchpad.net/zope.sendmail/+bug/597143
- Python issue http://bugs.python.org/issue5285
- http://tools.ietf.org/html/draft-ietf-sasl-crammd5-10#section-4

bzr revid: odo@openerp.com-20120312174348-iiqfa2toupn3udr3
2012-03-12 18:43:48 +01:00
Bhumika (OpenERP) 7288a49499 [IMP]base: res.company set logo field realted to partner
bzr revid: sbh@tinyerp.com-20120312111228-7zy1o4q2vykayuwy
2012-03-12 16:42:28 +05:30
Atul Patel (OpenERP) 5bf4aa302a [ADD]: ADd condition for insert constraint if not exists.
bzr revid: atp@tinyerp.com-20120312095355-q3r8bz8i7n50bf47
2012-03-12 15:23:55 +05:30
Kuldeep Joshi (OpenERP) d8f4e75733 [IMP]base/res_partner: change demo data
bzr revid: kjo@tinyerp.com-20120312094429-fpmceeizvbn8eraa
2012-03-12 15:14:29 +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
Kuldeep Joshi (OpenERP) c6e04a4739 [IMP]base/res_company and res_partner: add photo field and readonly address
bzr revid: kjo@tinyerp.com-20120312084636-ew5j4arua8hjdpih
2012-03-12 14:16:36 +05:30
Atul Patel (OpenERP) 7cf78f08db [FIX]: FIX query groupby problem for string
bzr revid: atp@tinyerp.com-20120312084217-jixwo97b30qht158
2012-03-12 14:12:17 +05:30
Atul Patel (OpenERP) 4d3849b108 [FIX]: Minor fix for null value in fetchall
bzr revid: atp@tinyerp.com-20120312070445-t9u9dowz5j2mhzmd
2012-03-12 12:34:45 +05:30
Bhumika (OpenERP) dff99a53aa [IMP]base/res :remove duplicate menu of contact
bzr revid: sbh@tinyerp.com-20120312062942-11ht6lavb82xxz34
2012-03-12 11:59:42 +05:30
Bhumika (OpenERP) b2afe9c0bf [Fix]base/res :Add country field in tree view
bzr revid: sbh@tinyerp.com-20120312055728-s6qnj74iifa2qddr
2012-03-12 11:27:28 +05:30
Launchpad Translations on behalf of openerp 5ebc07237a Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120310052625-78n2341gtv2zrgwg
bzr revid: launchpad_translations_on_behalf_of_openerp-20120311050634-9ftgr94cy2tvp9y5
bzr revid: launchpad_translations_on_behalf_of_openerp-20120312051214-q1f14seqal4j8rn5
bzr revid: launchpad_translations_on_behalf_of_openerp-20120310052733-s24jj1qyoxy2j8lz
bzr revid: launchpad_translations_on_behalf_of_openerp-20120311050659-0ky4089nbil85weg
bzr revid: launchpad_translations_on_behalf_of_openerp-20120312051227-90mlbjgzqjyj8a8a
2012-03-12 05:12:27 +00:00
Atul Patel (OpenERP) 180a23c7cc [FIX]: uninstall module.
Remove foreign key references.
Remove sql constraint .
Remove workflow activity and transition based on deleted cascade.
Drop ir model fields columns and drop table.

bzr revid: atp@tinyerp.com-20120309124753-c4yzeoij5p2fmhgg
2012-03-09 18:17:53 +05:30
Olivier Dony 65c71111fb [FIX] ir.attachment: override _search instead of search() to make sure name_search() works
bzr revid: odo@openerp.com-20120309100429-nrfkmlec45z41yj9
2012-03-09 11:04:29 +01:00
Raphael Collet 3904353be7 [FIX] osv/fields: undo change
bzr revid: rco@openerp.com-20120309093822-s3tktmveggr5d7yh
2012-03-09 10:38:22 +01:00
Raphael Collet 32993a254e [IMP] base/res_partner: add parent_id in kanban view
bzr revid: rco@openerp.com-20120309093407-m5674s9kz86tug2w
2012-03-09 10:34:07 +01:00
olt@tinyerp.com 6aa9f06dae [FIX] 'create_instance' method: the check for parent_model existence need to be done before accessing that object attributes or methods
bzr revid: olt@tinyerp.com-20120309081929-g4b8d34e93at49wf
2012-03-09 09:19:29 +01:00
Raphael Collet 0e1b0b16fa [IMP] undo rev. 4158 for osv/fields.py, fix it in another branch
bzr revid: rco@openerp.com-20120309075516-8g1yke3onu3pjjba
2012-03-09 08:55:16 +01:00
Raphael Collet 0844aa7d10 [FIX] base/res_partner: use 'country_id' instead of 'country'
bzr revid: rco@openerp.com-20120309075341-vx2nxs3tgnh2354r
2012-03-09 08:53:41 +01:00
Bhumika (OpenERP) 900db58e89 [Fix]base/res :add the country field in partner view
bzr revid: sbh@tinyerp.com-20120309070236-urryy1b6zn1s82k8
2012-03-09 12:32:36 +05:30
Bhumika (OpenERP) a3a2c698ab [Fix]base/res: res.parnter.address inherit compatiblity and open the address view
bzr revid: sbh@tinyerp.com-20120309065422-2wz5ch29x9qs8lf3
2012-03-09 12:24:22 +05:30
Kuldeep Joshi (OpenERP) ae33341a64 [
Fix]: fix the demo data

bzr revid: kjo@tinyerp.com-20120309062741-qul17k0x4hcxd6g5
2012-03-09 11:57:41 +05:30
Launchpad Translations on behalf of openerp e08cb5e606 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120309052845-h3cd2tmjt6j9jvrz
bzr revid: launchpad_translations_on_behalf_of_openerp-20120309052917-cfjnvomj9mod6odf
2012-03-09 05:29:17 +00:00
Olivier Dony f093d9f8d3 [FIX] res.country: fix name for DRC, confuses Google map and similar services
bzr revid: odo@openerp.com-20120309020710-utf0ehkzytcd02ru
2012-03-09 03:07:10 +01:00
Valentin Lab e6b91f0a69 [FIX] correct XML generation to avoid bad surprise (as ampersand in application name) to break the code.
bzr revid: valentin.lab@kalysto.org-20120308174304-3oqewchzlxw0fdre
2012-03-08 18:43:04 +01:00
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
Thibault Delavallée 071dc54a5c [MERGE] Merged with main server
bzr revid: tde@openerp.com-20120308083904-l05slz6td2ibggk4
2012-03-08 09:39:04 +01:00
Launchpad Translations on behalf of openerp 3ee625d145 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120307060314-gaha062xllz5foin
bzr revid: launchpad_translations_on_behalf_of_openerp-20120308052427-ucgx2ytaxy4r27u2
2012-03-08 05:24:27 +00:00
Raphael Collet 5917566f49 [IMP] base/res_partner: view of contacts
bzr revid: rco@openerp.com-20120307155729-bczph0al7zuy6mo9
2012-03-07 16:57:29 +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 aa7d348f64 [ADD] Added new compnay logo
bzr revid: jam@tinyerp.com-20120307132050-wysqr94hwodayad1
2012-03-07 18:50:50 +05:30
Meera Trambadia (OpenERP) c8ca65829e [IMP] base:-renamed menu
bzr revid: mtr@tinyerp.com-20120307130318-v81bd8q82ypzmjsi
2012-03-07 18:33:18 +05:30
Meera Trambadia (OpenERP) 4b0bafef78 [IMP] base:-removed 'Contacts' menu for sales
bzr revid: mtr@tinyerp.com-20120307123928-julgdz7un33vxoqr
2012-03-07 18:09:28 +05:30
Raphael Collet 8a6af6fcec [FIX] base: fixed wrong field access (company.parent_id)
bzr revid: rco@openerp.com-20120307123239-n8om385bfhpyh1ls
2012-03-07 13:32:39 +01:00
Raphael Collet 7bf09a87aa [MERGE] from trunk
bzr revid: rco@openerp.com-20120307120223-nbfiilnfkbfhd1sd
2012-03-07 13:02:23 +01:00
Thibault Delavallée 2b72091a60 [MERGE] Merged with branch holding the new need_action mechanism. need_action_user_id is now defined in a mixin class server-side. Objects using this mechanism will only have to inherit from res.needaction and redefine a method giving the user_id requested to perform an action.
bzr revid: tde@openerp.com-20120307091509-7s0rl2ml1far3p9h
2012-03-07 10:15:09 +01:00
Thibault Delavallée 1a52686b13 [MERGE] Merged with main server
bzr revid: tde@openerp.com-20120307091327-dg7w41n7zs50l3ak
2012-03-07 10:13:27 +01:00
Thibault Delavallée e8f9427c28 [ADD] Moved base_need_action file from addons/mail to server, in res/res.need_action file, holding the need_action mechanism. Also cleaned code.
bzr revid: tde@openerp.com-20120307090928-0wxjmukqj9n0kkay
2012-03-07 10:09:28 +01:00
Kuldeep Joshi (OpenERP) 7203ee46c4 [IMP]base/res_partner: change res_partner_demo.xml
bzr revid: kjo@tinyerp.com-20120307054358-cr9n2edu4yn8xhv2
2012-03-07 11:13:58 +05:30
Christophe Simonis 91b8829050 [FIX] tools.email_send: use correct kwarg
bzr revid: chs@openerp.com-20120306173319-6tmhco83w0we5hl6
2012-03-06 18:33:19 +01:00
Raphael Collet 90b194eb95 [IMP] res.config.settings: improve doc and call execute upon saving records
bzr revid: rco@openerp.com-20120306104646-bijuv403kcy2o9cs
2012-03-06 11:46:46 +01:00
Bhumika (OpenERP) 54a39bc87d [MERGE] Merge with lp:openobject-server
bzr revid: sbh@tinyerp.com-20120306083420-r2br7skl91w78ueo
2012-03-06 14:04:20 +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
Meera Trambadia (OpenERP) d4d4688201 [IMP] base:-reorganised menus and changed sequence
bzr revid: mtr@tinyerp.com-20120305112830-z1fki8czis3e5gbc
2012-03-05 16:58:30 +05:30
Meera Trambadia (OpenERP) 56df8b4838 [IMP] base:-added 'Dashboard' and 'Configuration' menu and changed seq
bzr revid: mtr@tinyerp.com-20120305112750-v3q17s3zbw960r90
2012-03-05 16:57:50 +05:30
Raphael Collet cb2df28fc7 [IMP] base: improve base model res.config.settings
bzr revid: rco@openerp.com-20120305101635-xfke1roo5xcwhoc7
2012-03-05 11:16:35 +01:00
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) ed26c94f4d [IMP]base/res: add the company_name in defualt address format
bzr revid: sbh@tinyerp.com-20120305065351-x9eth3j6icxykh8v
2012-03-05 12:23:51 +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
Launchpad Translations on behalf of openerp e4459562f2 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120228063010-woxw61j13uqq1edo
bzr revid: launchpad_translations_on_behalf_of_openerp-20120229052656-iadyuga5sjaabrbl
bzr revid: launchpad_translations_on_behalf_of_openerp-20120301051832-k8w3h3ibfqmdieub
bzr revid: launchpad_translations_on_behalf_of_openerp-20120302052336-7jib6zk2efcivip1
bzr revid: launchpad_translations_on_behalf_of_openerp-20120304052133-o3zqfxzedgnq55f2
2012-03-04 05:21:33 +00:00
Raphael Collet c05563ff6f [ADD] base: add model res.config.settings for preferences wizard
bzr revid: rco@openerp.com-20120302134156-afohe4jxay2eq0id
2012-03-02 14:41:56 +01:00
Vo Minh Thu d2b5a20182 [FIX] tests: mistakenly removed a self argument.
bzr revid: vmt@openerp.com-20120302123535-jxsf49wr4at1ylhh
2012-03-02 13:35:35 +01:00
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
Vo Minh Thu 0cb86fc58d [IMP] tests: removed the severity concept from `assert` tags.
bzr revid: vmt@openerp.com-20120302112834-n1zyqf1g4v61ivje
2012-03-02 12:28:34 +01:00
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
Vo Minh Thu dc34d73695 [IMP] tests:
- pass around the assertion_report to the YAML importer
- removed TestReport, which was identical to assertion_report
- assertion_report is simpler (no more severity level)
- use the report to log a greppable sentence when some test failed.
Previously the runbot had to grep for a Traceback which was an
unreliable technique (e.g. an exception can be purposefuly
generated as part of a test and the associated traceback
visible in the logs). Now it can grep
  "At least one test failed when loading the modules".

bzr revid: vmt@openerp.com-20120302110227-nqrl7i46ju28ntdr
2012-03-02 12:02:27 +01:00
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) 115f6cc326 [IMP] base/res_partner: remove duplicate demo
bzr revid: kjo@tinyerp.com-20120302094538-lajxsjdrg37ly0tw
2012-03-02 15:15:38 +05:30
Kuldeep Joshi (OpenERP) d684d16333 [IMP] base/res_partner: change kanban view
bzr revid: kjo@tinyerp.com-20120302051439-i3of3pdkp5gyraip
2012-03-02 10:44:39 +05:30
Vo Minh Thu 6323111950 [IMP] tests:
- moved a few YAML tests to unittest2 for demonstration purpose
- changed --test-disable to --test-enable (and swapped its meaning)

bzr revid: vmt@openerp.com-20120301134608-szuktuj8imdhmn0r
2012-03-01 14:46:08 +01:00
Vo Minh Thu ade3f174a5 [IMP] tests: move tests discovery and execution to openerp.modules.module, removed unexisting column name, filter out more test outputs
bzr revid: vmt@openerp.com-20120301121611-1gieqehm9wqog2fx
2012-03-01 13:16:11 +01:00
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
Vo Minh Thu d85da03314 [IMP] tests: xml-rpc test drops the created database (which has its own name, not clashing with the main db name).
bzr revid: vmt@openerp.com-20120301105419-8ik3z5eikwjnackk
2012-03-01 11:54:19 +01:00
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
Kuldeep Joshi (OpenERP) ed0f29599d [IMP] base/res_partner: change kanban view and set as default
bzr revid: kjo@tinyerp.com-20120301051142-2q23ape31lqzvvg0
2012-03-01 10:41:42 +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
Carlos Vásquez 53c78d1c0c [FIX] module icon doesn't update
lp bug: https://launchpad.net/bugs/927675 fixed

bzr revid: carlos.vasquez@clearcorp.co.cr-20120301014708-qn0d7z47ycm9cdsg
2012-02-29 19:47:08 -06:00
Vo Minh Thu dac45d4392 [IMP] unittest: run the fast_suite and checks tests when installing a module.
bzr revid: vmt@openerp.com-20120229172520-n0k1dmxo5p0h0bar
2012-02-29 18:25:20 +01:00
Vo Minh Thu 73ea6a214b [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120229160123-hzsm15d8zjuga4sv
2012-02-29 17:01:23 +01:00
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
Bhumika (OpenERP) e1a9ac3dac [Fix]base/res: Fix name of field in demo data
bzr revid: sbh@tinyerp.com-20120229120616-j1tyxqogm9x6zvle
2012-02-29 17:36:16 +05:30
Kuldeep Joshi (OpenERP) 2092950a0b [IMP] base/res_partner: change demo data
bzr revid: kjo@tinyerp.com-20120229111336-v6doiyqi4e7m1mmj
2012-02-29 16:43:36 +05:30
Kuldeep Joshi (OpenERP) 2926100673 [IMP] base/res_partner: add demo data
bzr revid: kjo@tinyerp.com-20120229110839-895x65cp1xyomnxx
2012-02-29 16:38:39 +05:30
Kuldeep Joshi (OpenERP) b8f6f5c9f6 [IMP] base/res_partner: set context on child_ids field
bzr revid: kjo@tinyerp.com-20120229104914-8ao2db0q8kpqer06
2012-02-29 16:19:14 +05:30
Kuldeep Joshi (OpenERP) 9af570b3fe [IMP] base/res_partner: change kanban view
bzr revid: kjo@tinyerp.com-20120229100241-novvq29r4v6rk0gx
2012-02-29 15:32:41 +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
Kuldeep Joshi (OpenERP) 41e9e2b38a [IMP] base/res_partner: set required true for name and company
bzr revid: kjo@tinyerp.com-20120229072857-gd117xdkm49k9py2
2012-02-29 12:58:57 +05:30
Kuldeep Joshi (OpenERP) a3279e2f84 [IMP] base/res_partner: change in demo file
bzr revid: kjo@tinyerp.com-20120229045441-ljgg0jf6od964dtb
2012-02-29 10:24:41 +05:30
Launchpad Translations on behalf of openerp 679d307ead Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120222045636-woireovexwftw6ar
bzr revid: launchpad_translations_on_behalf_of_openerp-20120223043844-s2ndx8sv4esnqoln
bzr revid: launchpad_translations_on_behalf_of_openerp-20120224044737-fun2dpz186j8py0b
bzr revid: launchpad_translations_on_behalf_of_openerp-20120225051322-6aya32sbxaxvd5yq
bzr revid: launchpad_translations_on_behalf_of_openerp-20120226045523-gtd8h7707vl2clzj
bzr revid: launchpad_translations_on_behalf_of_openerp-20120227045228-dwmdog6eitav044b
bzr revid: launchpad_translations_on_behalf_of_openerp-20120228054731-fg5ohpi4t4vgc67p
bzr revid: launchpad_translations_on_behalf_of_openerp-20120229044148-vpzionn12cp18a8a
2012-02-29 04:41:48 +00:00
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
Kuldeep Joshi (OpenERP) 5821c11477 [IMP] base/res_partner: remove child form view
bzr revid: kjo@tinyerp.com-20120228132413-1a7zk412jt7if0db
2012-02-28 18:54:13 +05:30
Kuldeep Joshi (OpenERP) b06995c2e6 [IMP] base/res_partner: change form view on child create
bzr revid: kjo@tinyerp.com-20120228121008-7rrelzpg2fjh4tb5
2012-02-28 17:40:08 +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
Vo Minh Thu d709d602d8 [ADD] FEATURES.rst: whenever a feature branch is reviewed (but normally also when it is started),
the description of the implented features must be provided, so
here they are.

bzr revid: vmt@openerp.com-20120228112418-r8tjx3o6xc2cbaej
2012-02-28 12:24:18 +01:00
Kuldeep Joshi (OpenERP) 5357066185 [IMP] base/res_partner: change tree view
bzr revid: kjo@tinyerp.com-20120228111730-jcojpwwj0e9pcnep
2012-02-28 16:47:30 +05:30
Bhumika (OpenERP) 61662bcc35 [IMP] base/res: improve onchange type
bzr revid: sbh@tinyerp.com-20120228093725-8siah3juypome4ur
2012-02-28 15:07:25 +05:30
Bhumika (OpenERP) e545916f6b [IMP] base/res: improve onchange type for child_ids
bzr revid: sbh@tinyerp.com-20120228092100-jhiwef4ln421wl9b
2012-02-28 14:51:00 +05:30
Bhumika (OpenERP) 3b666cb89e [IMP] base/res: improve code
bzr revid: sbh@tinyerp.com-20120228085657-ahmf0jvjm6jjc35s
2012-02-28 14:26:57 +05:30
Bhumika (OpenERP) 7b4386a653 [IMP] base/res: improve code
bzr revid: sbh@tinyerp.com-20120228085438-0zbv6v6k52n8tyas
2012-02-28 14:24:38 +05:30
Kuldeep Joshi (OpenERP) 095b0bf026 [IMP] base/res_partner: improve search and context
bzr revid: kjo@tinyerp.com-20120228083542-esbxvxj9fhzxdoql
2012-02-28 14:05:42 +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) 14bd60efec [IMP] base/res_partner: set attrs name and is_company
bzr revid: kjo@tinyerp.com-20120228070935-rx4klchhmjp0nhgl
2012-02-28 12:39:35 +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
Olivier Dony 3e61e9d497 [FIX] drop_view_if_exists: simpler and CASCADING implementation for pg 8.3+
OpenERP depends on PostgreSQL 8.3 so we can now
use 'IF EXISTS'. It's also necessary to 'CASCADE'
the drop, otherwise depending views will prevent
the deletion and thus update of the view.
Depending views will automatically be updated
later and thus re-created, so this is safe.

bzr revid: odo@openerp.com-20120227165737-z5fgb6fle9g0cylw
2012-02-27 17:57:37 +01:00
Olivier Dony 506b274977 [FIX] ir.rule: rules should be cascade-deleted along with their model
bzr revid: odo@openerp.com-20120227152135-y3hukyoow0q0dkif
2012-02-27 16:21:35 +01:00
Bhumika (OpenERP) 2369d4649d [IMP]base/res : parent not display in childs contact
bzr revid: sbh@tinyerp.com-20120227130053-pt6c88195q4ohfjr
2012-02-27 18:30:53 +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
Olivier Dony a43f7940dc [FIX] ir.model: workaround for broken Python 2.6 implementations
Apparently on some RedHat/CentOS version certain
Python 2.6 version do not support more than
4 nested levels of boolean filters.

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

bzr revid: odo@openerp.com-20120227100953-2wgr0l621tpu1x4x
2012-02-27 11:09:53 +01:00
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
Thibault Delavallée a0c806b621 [MERGE] Merged with main server
bzr revid: tde@openerp.com-20120224083433-8qiyeypsuners774
bzr revid: tde@openerp.com-20120227083657-0xerfl20uyxkfqcp
2012-02-27 09:36:57 +01:00
Kuldeep Joshi (OpenERP) 4bbe96a354 [IMP] res_partner: set domain on use_parent_address field
bzr revid: kjo@tinyerp.com-20120227073313-q680c9bu12pjqjlj
2012-02-27 13:03:13 +05:30
Kuldeep Joshi (OpenERP) cf495b04e8 [IMP] res_partner: change the view
bzr revid: kjo@tinyerp.com-20120227070920-x3y0n882p2de41hh
2012-02-27 12:39:20 +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
Launchpad Translations on behalf of openerp 3f2c207322 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120224053018-z4h7by0h8f5bov2x
bzr revid: launchpad_translations_on_behalf_of_openerp-20120225055158-gr639s6rzw1io33x
bzr revid: launchpad_translations_on_behalf_of_openerp-20120226052058-i6jsb4i97m78vftu
bzr revid: launchpad_translations_on_behalf_of_openerp-20120227055542-vz7rbngenr8ynd46
bzr revid: launchpad_translations_on_behalf_of_openerp-20120225055258-f5ufpgcomzlqmahr
bzr revid: launchpad_translations_on_behalf_of_openerp-20120227055623-0jhvbldsrq90jg22
2012-02-27 05:56:23 +00:00
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
Kuldeep Joshi (OpenERP) f4a91d5d21 [IMP] base/res_partner_demo.xml change
bzr revid: kjo@tinyerp.com-20120224071635-1lw946hbfdyv45cw
2012-02-24 12:46:35 +05:30
Olivier Dony 769ea34281 [FIX] orm: model auto-init - better algorithm for detecting stale constraints during update
bzr revid: odo@openerp.com-20120223175851-bihxp0l0ax1xhf5g
2012-02-23 18:58:51 +01:00
Raphael Collet 3310e9f2fa [FIX] base/res/partner: fix kanban view (unknown fields)
bzr revid: rco@openerp.com-20120223154348-sdzk9nozb6mi84lg
2012-02-23 16:43:48 +01:00
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
Olivier Dony 819334f0aa [FIX] orm: inherited `active` fields should be used for the implicit filtering
This is for example used by hr.employee which
inherits from resource.resource, with the
`active` field located on the resource model.
Simplified some code too.

bzr revid: odo@openerp.com-20120223141635-p117b5wvvreuj40c
2012-02-23 15:16:35 +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
Raphael Collet e114bb5211 [IMP] base/res/report: reindent xml
bzr revid: rco@openerp.com-20120223111244-g3ezpw004f4k7bfz
2012-02-23 12:12:44 +01:00
Raphael Collet 1e88b2d9c4 [IMP] base/report: reindent xml
bzr revid: rco@openerp.com-20120223110907-y4w70xygyvieooj8
2012-02-23 12:09:07 +01:00
olt@tinyerp.com 3be394de8a [FIX] pep8: tab -> space
bzr revid: olt@tinyerp.com-20120223094355-ejsm256vn58bn4i2
2012-02-23 10:43:55 +01:00
Bhumika (OpenERP) 0f6b199c74 [Fix] report: Fix the header and print preivew report
bzr revid: sbh@tinyerp.com-20120223093736-a1o9cyu582jh0e17
2012-02-23 15:07:36 +05:30
Bhumika (OpenERP) 0120ff0c42 [IMP] base: Remove unused field from xml
bzr revid: sbh@tinyerp.com-20120223091436-97q6ps20k4067gpk
2012-02-23 14:44:36 +05:30
Bhumika (OpenERP) b0192abb5f [Fix] : Fix Label reports
bzr revid: sbh@tinyerp.com-20120223091217-573vqlxwprt70ba8
2012-02-23 14:42:17 +05:30
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
Launchpad Translations on behalf of openerp cc193c268e Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120223052353-7wtilhl4ygsiebpm
bzr revid: launchpad_translations_on_behalf_of_openerp-20120223052405-zjntmml4s0tldteu
bzr revid: launchpad_translations_on_behalf_of_openerp-20120223052409-078hdbrd4l8060cr
2012-02-23 05:24:09 +00:00
Cécile Tonglet 4a87cc055d [FIX] infinte loops in tools.graph
lp bug: https://launchpad.net/bugs/932830 fixed

bzr revid: cto@openerp.com-20120222151653-ucftpis7zh9kman5
2012-02-22 16:16:53 +01:00
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
Cécile Tonglet 3490275dc0 [REF] Clean up of tools.graph
bzr revid: cto@openerp.com-20120222114009-nyalbc7uyelf54f0
2012-02-22 12:40:09 +01:00
Antony Lesuisse 7ac41ee582 [REL] 6.1.1
bzr revid: al@openerp.com-20120222113007-tdi482n17x1j74l4
2012-02-22 12:30:07 +01:00
Christophe Simonis 3df9fa50fb [IMP] try to terminate all postgresql backends connected to a database before dropping it
bzr revid: chs@openerp.com-20120222102639-q19kiykopb3b3qu0
2012-02-22 11:26:39 +01:00
Olivier Dony b5db852b3a [FIX] fields.binary: allow writing base64 unicode string values
The fields.binary type allows storing arbitrary
byte arrays, but it has been used historically
to store base64-encoded versions of the binaries.
This was partially related to the way these binary
values are serialized when transferred using the
standard XML-RPC protocol.
With the introduction of JSON-based RPC calls
alongside the 6.1 web client, these base64-encoded
binaries may now be deserialized as unicode ASCII
strings instead of 8-bit strings. That seems like
an acceptable behavior and we can simply coerce
these unicode strings to bytes strings as we know
they will be pure ASCII. Any non-ASCII unicode
value for binary field makes no sense and should
be passed as a byte string directly.

Thanks to Rui Barreiros for providing the final
hint in bug 919982 comments that lead to the
identification of this bug.

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

bzr revid: odo@openerp.com-20120222093937-quifmtsfc9gaa9ar
2012-02-22 10:39:37 +01:00
Kuldeep Joshi (OpenERP) 72949e2900 [IMP] res_partner: view change
bzr revid: kjo@tinyerp.com-20120222072452-mt9e8m00xbt6ei8y
2012-02-22 12:54:52 +05:30
Launchpad Translations on behalf of openerp 9b0c341975 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120222065619-wdj17h21k8iuy3w6
bzr revid: launchpad_translations_on_behalf_of_openerp-20120222065704-3l8az0alwzd2mrmk
bzr revid: launchpad_translations_on_behalf_of_openerp-20120222065707-hp0u1vljdfgyjqxf
2012-02-22 06:57:07 +00:00
Christophe Simonis 688e788cef [FIX] proxy-mode is now really active
bzr revid: chs@openerp.com-20120221185247-ywuthx4v7oz0baty
2012-02-21 19:52:47 +01:00
Thibault Delavallée dc6b84ab97 [IMP] Renamed photo field to avatar. Propagated changes. Modified user view: photo is now on the left of users tab.
bzr revid: tde@openerp.com-20120221152910-mw9zm3fnbyxbmqq8
2012-02-21 16:29:10 +01:00
Thibault Delavallée 8413a61979 [IMP] Removed calculated photo. res.users do not have to be aware it will be inherited. We won't make links between employee photo and user photo: user photo will be used.
bzr revid: tde@openerp.com-20120221151542-u2ic748f0wtnvrsr
2012-02-21 16:15:42 +01:00
Thibault Delavallée 3276c17594 [IMP] Cleaned photo display in res.users form: now in preferences column
bzr revid: tde@openerp.com-20120221133025-6guy20g2hdd3se4o
2012-02-21 14:30:25 +01:00
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
Thibault Delavallée c9d383613a [IMP] res.users: added photo_calc for calculated photo; can be overriden to display photo from another module (ex: hr). By default, photo_calc is the photo defined in the user.
bzr revid: tde@openerp.com-20120221113523-1o3j83a9hrtcojh9
2012-02-21 12:35:23 +01:00
Kuldeep Joshi (OpenERP) fb6a2c7c4c [IMP] remove res_partner_address right and object
bzr revid: kjo@tinyerp.com-20120221113158-5td030b5muw0gnlr
2012-02-21 17:01:58 +05:30
Kuldeep Joshi (OpenERP) aea4dc6931 [IMP] change contacts page location
bzr revid: kjo@tinyerp.com-20120221110032-yq9jo9t2m8v3t82o
2012-02-21 16:30:32 +05:30
Christophe Simonis 15bf79811d [FIX] proxy-mode is now really active
bzr revid: chs@openerp.com-20120221185441-czz0wbz0ah88lxht
2012-02-21 19:54:41 +01:00
Kuldeep Joshi (OpenERP) 81c288015c [IMP] res_partner view change
bzr revid: kjo@tinyerp.com-20120221103804-96d0jg3n1gj07otf
2012-02-21 16:08:04 +05:30
Thibault Delavallée ac1f134ac9 [REF] Removed unused group names
bzr revid: tde@openerp.com-20120221101205-akwdpwn09ytnagp1
2012-02-21 11:12:05 +01:00
Thibault Delavallée 4183dcb27e [IMP] res.users: form view: cleaned code tabulations, added names to fields for inheritance
bzr revid: tde@openerp.com-20120221100451-2kl56w08ggdtxtj5
2012-02-21 11:04:51 +01:00
Thibault Delavallée 42806faa81 [ADD] res.users: preferences screen: added photo field
bzr revid: tde@openerp.com-20120221092354-x4hw1uqk8afk0k08
2012-02-21 10:23:54 +01:00
Thibault Delavallée 0e6c779ae2 [ADD] Added photo_mini field, holding a resized version of photo. Added resizing method.
bzr revid: tde@openerp.com-20120221091257-r2g306wgkalcpyrl
2012-02-21 10:12:57 +01:00
Thibault Delavallée 2388c019f1 [IMP] res.users: added default photo (base/images/photo.png)
bzr revid: tde@openerp.com-20120221085606-h5wufginyq4su9sw
2012-02-21 09:56:06 +01:00
Kuldeep Joshi (OpenERP) 00d9c02229 [IMP] change label parent company
bzr revid: kjo@tinyerp.com-20120221085458-13oyrs1h7k6ruq5u
2012-02-21 14:24:58 +05:30
Thibault Delavallée ecdd172763 [IMP] res.users: added photo in form view
bzr revid: tde@openerp.com-20120221084939-2eewuecsd476f2jt
2012-02-21 09:49:39 +01:00
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
Thibault Delavallée 5d267e0158 [ADD] Added default user photo file
bzr revid: tde@openerp.com-20120221083049-crwehkw9qxwzlmmb
2012-02-21 09:30:49 +01:00
Thibault Delavallée 353a5aabeb [ADD] res.users: added photo field
bzr revid: tde@openerp.com-20120221083005-6lpz3208cgzwpcau
2012-02-21 09:30:05 +01:00
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) 8e7736df18 [IMP] res_partner: set name Contacts to tree view
bzr revid: kjo@tinyerp.com-20120221055855-zktnp5ubv57opdtq
2012-02-21 11:28:55 +05:30
Launchpad Translations on behalf of openerp e3cc141be5 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120217045751-thn23vacyxknwt83
bzr revid: launchpad_translations_on_behalf_of_openerp-20120218045735-7snhwn8hjo2d7pe1
bzr revid: launchpad_translations_on_behalf_of_openerp-20120219054155-s1ok19use0jf281o
bzr revid: launchpad_translations_on_behalf_of_openerp-20120220053935-hgbv4yi1a5njd8a6
bzr revid: launchpad_translations_on_behalf_of_openerp-20120221055431-l0n17ap5346a02wg
2012-02-21 05:54:31 +00:00
Kuldeep Joshi (OpenERP) a245e9d632 [IMP] res_partner: change the menu name Contacts
bzr revid: kjo@tinyerp.com-20120221054123-prz5fd0odxwktp7n
2012-02-21 11:11:23 +05:30
Kuldeep Joshi (OpenERP) 323811c285 [IMP] res_partner: change res_partner view
bzr revid: kjo@tinyerp.com-20120220130658-2frz0vxjy0tkbl42
2012-02-20 18:36:58 +05:30
Olivier Dony 3f6524a6e2 [FIX] Correct remaining SQL now() calls, must use UTC
This is essential to have the proper behavior for
timestamps: on the database side we exclusively 
store UTC data (no DST issues, etc.) as naive
timestamps (to prevent Postgres from messing with them).
Inside OpenERP server/addons we work again with
pure UTC data (much simpler), and only render
them according to the user's timezone when they
are displayed in the user interface or rendered
in a PDF report.

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

bzr revid: odo@openerp.com-20120220105943-v3m0i50phrurt8x6
2012-02-20 11:59:43 +01:00
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
Launchpad Translations on behalf of openerp dfa5449f02 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120218060208-gvsm4rrkca7yv031
2012-02-18 06:02:08 +00:00
Vo Minh Thu ed71ad0946 [FIX] tests: `core` is really `common`. Also added some comments
and a second test suite variable for sanity checks. The comments will
later be changed to point to some documentation instead.

bzr revid: vmt@openerp.com-20120217150049-in1lmo24qay8ulmh
2012-02-17 16:00:49 +01:00
Xavier Morel 8c2922a537 [FIX] base.module.upgrade: fix fields_view_get overload
lp bug: https://launchpad.net/bugs/928280 fixed

bzr revid: xmo@openerp.com-20120217091554-x1d0qvcvmj8z2oju
2012-02-17 10:15:54 +01:00
Antony Lesuisse 675aa4a549 [REL] OpenERP 6.1
bzr revid: al@openerp.com-20120216185110-gkoqaj3ncdy52hd3
2012-02-16 19:51:10 +01:00
Vo Minh Thu 0037575619 [IMP] tests: provide simple reusable base classes to write tests.
bzr revid: vmt@openerp.com-20120216162706-ccbgkqv8k8kufmnb
2012-02-16 17:27:06 +01:00
Launchpad Translations on behalf of openerp 2094148de5 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120216050419-fgzhvlogc71u42qe
bzr revid: launchpad_translations_on_behalf_of_openerp-20120216050718-lf9hgvr1p33jpm2h
bzr revid: launchpad_translations_on_behalf_of_openerp-20120216052148-ta5bwtqg3bzmvp3i
2012-02-16 05:21:48 +00:00
Olivier Dony 0e97ec4a12 [MERGE] Fix bug 932170 - formatLang() should render using context timezone
bzr revid: odo@openerp.com-20120215144727-4vtoxdz7dk9si3wn
2012-02-15 15:47:27 +01:00
Olivier Dony e9143a0ba8 [FIX] reports: formatLang() should render datetime values in appropriate timezone
lp bug: https://launchpad.net/bugs/932170 fixed

bzr revid: odo@openerp.com-20120215133748-2iodxq0z1vqhyz13
2012-02-15 14:37:48 +01:00
Vo Minh Thu 64ba0da663 [FIX] fields: duplicate float fields per registry (because they are stateful).
lp bug: https://launchpad.net/bugs/929483 fixed

bzr revid: vmt@openerp.com-20120215101714-zjsdcizzb1m2x6k5
2012-02-15 11:17:14 +01:00
Launchpad Translations on behalf of openerp ee8cc0a459 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120215052652-i9y75rm42kvbvlx7
2012-02-15 05:26:52 +00:00
Antony Lesuisse c6ad066b59 [FIX] database restore dont prepend a space before the tempfile
lp bug: https://launchpad.net/bugs/859720 fixed

bzr revid: al@openerp.com-20120214193030-uhqyuo70l527ypsn
2012-02-14 20:30:30 +01:00
Olivier Dony 04849550aa [FIX] ir.module.module: `demo` field should be readonly
lp bug: https://launchpad.net/bugs/928431 fixed

bzr revid: odo@openerp.com-20120214151846-1fsbc225bz1x5ujp
2012-02-14 16:18:46 +01:00
Olivier Dony 79ac080fb2 [MERGE] Minor bugfixes (missing imports, etc.) courtesy of Florent Xicluna
bzr revid: odo@openerp.com-20120214150022-yx6zi0j4fr2d48uc
2012-02-14 16:00:22 +01:00
Olivier Dony 7d84dbc118 [MERGE] More consistent widget for res.partner.event, courtesy of Serpent CS
Note that res.partner.event is deprecated and the
mass mailing wizard is replaced as soon as the
mail module is installed.

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

bzr revid: odo@openerp.com-20120214142607-vp6k09139rumhmpt
2012-02-14 15:26:07 +01:00
Olivier Dony 7deee635b2 [MERGE] Make <report> tag extensible for extra report engines, courtesy of Nicolas Bessi (Camptocamp)
The processing of <report> tags during XML file
processing is not modular or extensible, which
means that extra reporting engines cannot easily
add custom behavior for <report> records of their
type. By returning the newly created ID in
the tag_report() method we at least allow them
to hook up a monkey-patch without need to copy-
paste the original code.
This patch also allows an extra XML attribute
for webkit headers, because the original @header
attribute is reserved for a boolean value.

bzr revid: odo@openerp.com-20120214135255-a7hyxsoif4jhg6ro
2012-02-14 14:52:55 +01:00
Olivier Dony 3d637db6d0 [FIX] fields.sparse: fix multiple relational sparse fields on same model, courtesy of Guewen Baconnier (Camptocamp)
lp bug: https://launchpad.net/bugs/912203 fixed

bzr revid: odo@openerp.com-20120214125725-p2ayh1lckr50vebi
2012-02-14 13:57:25 +01:00
Olivier Dony aa658124a6 [FIX] fields.date.context_today: proper signature for call by default_get()
The ORM automatically passes a Model instance
as the first argument to _default callables,
historically provided to give lambda functions
access to the Model instance.
context_today() does not need it but takes it
for compatibility purposes.
This also means that when called explicitly
within business code we should now pass a
Model instance as first argument, typically 'self'

bzr revid: odo@openerp.com-20120214122413-rznpdyqajrzswk4o
2012-02-14 13:24:13 +01:00
Olivier Dony ed677bbfae [IMP] fields.date.context_today: actually use the optional timestamp + better naming
- optional datetime was not being used
- parameter renamed to timestamp to better
  indicate that it must be a datetime, not
  a simple date

bzr revid: odo@openerp.com-20120214085044-unpa77hork25gtif
2012-02-14 09:50:44 +01:00
Launchpad Translations on behalf of openerp 74b3b0bc69 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120214054303-2gawtr1s4zulhhhs
bzr revid: launchpad_translations_on_behalf_of_openerp-20120214054630-925y7kotw7axa7z4
bzr revid: launchpad_translations_on_behalf_of_openerp-20120214061906-2g5kxwe0xle5u54c
2012-02-14 06:19:06 +00:00
Olivier Dony 3520cc25aa [MERGE] Added fields.date.context_today method for bug 925361
lp bug: https://launchpad.net/bugs/925361 fixed

bzr revid: odo@openerp.com-20120213184802-gm6mqd8tk2kkswwn
2012-02-13 19:48:02 +01:00
Olivier Dony f87324e93e [FIX] res.users: don't delay login() if user row is currently locked
Any running transaction that has created or altered
a record that contains a FK to the user is automatically
holding an SharedRowLock that prevents login() from
updating the last login date. As we cannot delay the
login() until all such transactions are finished,
it's simpler to try to get the lock and if that
fails, we skip the login date update for once,
no big deal.
A typical candidate for this situation is the
Admin user, locked out by long running cron
jobs that touch rows as Admin, hence holding
a ShareRowLock to res.users ID 1 because of the
many create_uid/write_uid foreign keys.

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

bzr revid: odo@openerp.com-20120213183207-45ptopqm0szritgx
2012-02-13 19:32:07 +01:00
Olivier Dony 2b8a0616c7 [ADD] field.date.context_today: added function to use as _defaults for date fields
As discussed on bug 925361, in order to have
a consistent behavior everywhere we need default
values to be using the client's timezone, just
as if the user had set the value themselves
using their local clock.
Because fields.date values are timezone
agnostic by design, they must be correctly
initialized from the start, no conversion
happens later.
The new context_today method is mean to be
easily usable as _defaults initialize, i.e.:
 'date_field': fields.date.context_today
is all that is needed.
It also avoids the classical mistake of
forgetting to make the default value
dynamic and directly passing the result of
a time.strftime() call.

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

bzr revid: odo@openerp.com-20120213180355-ruyw5j2w7r06kyue
2012-02-13 19:03:55 +01:00
Vo Minh Thu 1cf8f5680a [IMP] tests: expose an explicit list of test sub-modules.
bzr revid: vmt@openerp.com-20120213162058-e7u9jap679z4hep5
2012-02-13 17:20:58 +01:00
Olivier Dony c658241072 [IMP] res.partner.bank: swap state/country fields in vertical layout
Users need to fill in country to see the
list of states, so it must be first in the
form, even if that does not feel very
natural in a vertical layout.

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

bzr revid: odo@openerp.com-20120213145904-i731wr9msex3fmx6
2012-02-13 15:59:04 +01:00
Vo Minh Thu 8e2134981d [FIX] ir_rule: disallow ir_rules on ir_rule.
bzr revid: vmt@openerp.com-20120213110144-p5wrxccl39vrkwjy
2012-02-13 12:01:44 +01:00
Olivier Dony a60edc90da [ADD] base: missing post-1995 ISO3166 countries
lp bug: https://launchpad.net/bugs/930242 fixed

bzr revid: odo@openerp.com-20120213105901-hx9qh1hqvqz8h2h0
2012-02-13 11:59:01 +01:00
Xavier Morel 48645fe412 [IMP] remove nonsensical attributes on tree and search, tighten tree/@toolbar
bzr revid: xmo@openerp.com-20120213101758-i20p214w21u0ik5r
2012-02-13 11:17:58 +01:00
Launchpad Translations on behalf of openerp 769e8fc3a7 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120211050703-tr5u3ccsyn3nr4a3
bzr revid: launchpad_translations_on_behalf_of_openerp-20120212044214-22i3b1p1odzszfm8
bzr revid: launchpad_translations_on_behalf_of_openerp-20120213044933-drlzxl0ds3vw5pct
2012-02-13 04:49:33 +00:00
Vo Minh Thu 4890c95447 [FIX] wsgi: use wsgi.core instead of wsgi, remove unused variable.
bzr revid: vmt@openerp.com-20120210151715-5vei5cbpdlimlqj5
2012-02-10 16:17:15 +01:00
Vo Minh Thu db7e1f37a5 [IMP] typo.
bzr revid: vmt@openerp.com-20120210150615-3ywm0le30niofxy3
2012-02-10 16:06:15 +01:00
Vo Minh Thu 1c6af53988 [MERGE]merged trunk.
bzr revid: vmt@openerp.com-20120210144114-rm4mt9x3uyekinto
2012-02-10 15:41:14 +01:00
Vo Minh Thu 4f64a7b09d [IMP] wsgi: expose both a normal application() and a proxied application() entry points.
bzr revid: vmt@openerp.com-20120210143609-auackb5ip7dqvlk2
2012-02-10 15:36:09 +01:00
Olivier Dony 9b7539ae26 [IMP] ir.config.parameter: admin menu and views (inspired by Camptocamp's ir_config_parameter_viewer module)
bzr revid: odo@openerp.com-20120210142318-6h6nb42vgrvxfcdb
2012-02-10 15:23:18 +01:00
Vo Minh Thu 0124aa45c6 [FIX] netsvc: make sure pseudo_config variable is always initialized.
bzr revid: vmt@openerp.com-20120210134446-ijg8t6ms1938i77t
2012-02-10 14:44:46 +01:00
Vo Minh Thu 799752a74b [FIX] report: do not use the default_type entry from the context:
the type column exists on both the account_invoice and on the attachment.
It is set for the account_invoice, so we must not use it for the attachment
creation.

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

bzr revid: vmt@openerp.com-20120210113427-vnty3pcmcw3g3b97
2012-02-10 12:34:27 +01:00
Olivier Dony a04e39233c [IMP] res.users: avoid reading twice the groups_id o2m - causing duped query
lp bug: https://launchpad.net/bugs/922198 fixed

bzr revid: odo@openerp.com-20120210105955-arhy1wc2qzlfy87r
2012-02-10 11:59:55 +01:00
Vo Minh Thu 965e55d7e6 [REV] REVERT TEH PREVIOUS SUTPID BROKD COMMIT.
bzr revid: vmt@openerp.com-20120210095946-dxs0e0cd4ffkccy9
2012-02-10 10:59:46 +01:00
Vo Minh Thu 602a931ae4 [MERGE] addons import hook: give precedence to our own modules, let them shadow other Python modules.
bzr revid: vmt@openerp.com-20120210094812-7lewrxwpqfrlmke1
2012-02-10 10:48:12 +01:00
Raphael Collet 2c2432ad33 [FIX] ir_ui_menu: do not create a menu binding when field 'action' is False
bzr revid: rco@openerp.com-20120210082637-tn4cyvgfa4jrxpj4
2012-02-10 09:26:37 +01:00
Launchpad Translations on behalf of openerp 5d4664f823 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120210044704-ffxh1ikqgom660lz
bzr revid: launchpad_translations_on_behalf_of_openerp-20120210045028-kbviilp8xdby42fi
2012-02-10 04:50:28 +00:00
Vo Minh Thu 3bb6596890 [IMP] import hook: allow and give precedence to our own modules.
This should be reverted for 6.2 when the openerp.addons namespace will
be the only option.

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

bzr revid: vmt@openerp.com-20120209163016-1wiw1xsrppumjvfl
2012-02-09 17:30:16 +01:00
Vo Minh Thu 80f9a1e770 [MERGE] loading/post_load hook: the code is consolidated in one place.
The post-load hook is called whenever a module is loaded, be it via the --load
option or via regular module installation. This is mostly for backward compatibility:
we might require an explicit --load for such server-wide modules.

bzr revid: vmt@openerp.com-20120209154800-2t11mtpf33r1bcig
2012-02-09 16:48:00 +01:00
Vo Minh Thu 01449bfb37 [IMP] post_load: factored common code. This also fix bug lp:929466
lp bug: https://launchpad.net/bugs/929466 fixed

bzr revid: vmt@openerp.com-20120209152732-24ud1f70krliv2k5
2012-02-09 16:27:32 +01:00
Vo Minh Thu d14a3e9df0 [IMP] loading: call post-load hook in non-server-wide-module too.
bzr revid: vmt@openerp.com-20120209141444-12261k6zd2ovnltd
2012-02-09 15:14:44 +01:00
Olivier Dony d163de7b55 [FIX] ir.values: avoid returning conditional defaults when condition is not set
This should un-break the tests introduced
 in previous revision

bzr revid: odo@openerp.com-20120209130854-x73j0ouyjsjnhsdg
2012-02-09 14:08:54 +01:00
Olivier Dony 5c5a5b94fc [IMP] ir.values: add (breaking) testcase for conditional defaults, currently misbehaving
bzr revid: odo@openerp.com-20120209130526-b6rg5qlf07sucafq
2012-02-09 14:05:26 +01:00
Olivier Dony 1f189228b5 [IMP] ir.module: remove technical `icon path` field from module form view
bzr revid: odo@openerp.com-20120209095616-gbus0ri06hhs90cy
2012-02-09 10:56:16 +01:00
Vo Minh Thu 79d7e883f5 [IMP] fields: turn the warning() in a debug() for the required bool/int/float deprecation message.
bzr revid: vmt@openerp.com-20120209094342-n1n7ex5ef25bjvfw
2012-02-09 10:43:42 +01:00
Raphael Collet ddf38fa38b [FIX] revert rev 4018 (revid:rco@openerp.com-20120208162334-ziccpi3yczp3r5z5)
bzr revid: rco@openerp.com-20120209083828-hoojows5zsg0xrif
2012-02-09 09:38:28 +01:00
Launchpad Translations on behalf of openerp 0e2e9ddd78 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209055558-qfwy9bg1km791dys
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209071015-0jykfhbo8iamzpzk
bzr revid: launchpad_translations_on_behalf_of_openerp-20120209072746-stmwycdircyzrxn4
2012-02-09 07:27:46 +00:00
Antony Lesuisse d6e0a7e43c [IMP] ir properties list view show res_id and type
lp bug: https://launchpad.net/bugs/919991 fixed

bzr revid: al@openerp.com-20120209025847-suuwmy31wfybkkqt
2012-02-09 03:58:47 +01:00
Antony Lesuisse d8ed922e26 [FIX] res_currency remove warning about float field
bzr revid: al@openerp.com-20120208224031-korqq1crt0u3wpuh
2012-02-08 23:40:31 +01:00
Antony Lesuisse 94145b2982 [FIX] ir.model filter out link that occurs when using the ir.model web form view
lp bug: https://launchpad.net/bugs/912769 fixed

bzr revid: al@openerp.com-20120208221706-o45t6h3zgmz3ezny
2012-02-08 23:17:06 +01:00
Antony Lesuisse 2cd26d3763 [FIX] ir.model.fields form view
lp bug: https://launchpad.net/bugs/912769 fixed

bzr revid: al@openerp.com-20120208213047-2uq1wze2xdzbghgh
2012-02-08 22:30:47 +01:00
Antony Lesuisse 30b8d271e5 [FIX] ir.model form view
lp bug: https://launchpad.net/bugs/912769 fixed

bzr revid: al@openerp.com-20120208175223-lqoyeqcfj53gb0lh
2012-02-08 18:52:23 +01:00
Florent Xicluna 5056899093 [MERGE] merged trunk.
bzr revid: florent.xicluna@gmail.com-20120208172825-r6og0hfoc181pdt1
2012-02-08 18:28:25 +01:00
Raphael Collet 4027d619eb [FIX] ir_model: do not call is_transient on None
bzr revid: rco@openerp.com-20120208162334-ziccpi3yczp3r5z5
2012-02-08 17:23:34 +01:00
Olivier Dony 7629281e08 [MERGE] Contributed Costa Rica (es_CR) translations, courtesy of Carlos Vásquez / Clearcorp
In the future it is much more recommended to upload
the PO files on Launchpad or work directly in the
Launchpad translation interface.

bzr revid: odo@openerp.com-20120208154332-r1ru2lnzaq9bagbt
2012-02-08 16:43:32 +01:00
Christophe Simonis 5af49817f4 [FIX] allow text inside <label> tags
bzr revid: chs@openerp.com-20120208135945-6p22z3e69r7z0tty
2012-02-08 14:59:45 +01:00
Antony Lesuisse 301afd4baa [REM] hide menutip option from user preference
bzr revid: al@openerp.com-20120208135010-u6s6tl1loss9a74u
2012-02-08 14:50:10 +01:00
Vo Minh Thu 876c61b052 [MERGE] merged logging changes: use a top-level `openerp` name space. Similar changes for the addons will be done after 6.1.
bzr revid: vmt@openerp.com-20120208105913-habqxas406osaz9z
2012-02-08 11:59:13 +01:00
Carlos Vásquez 9737108f62 [ADD] openerp/addons/base/i18n/es_CR.po: first version
bzr revid: carlos.vasquez@clearcorp.co.cr-20120208075007-4bpuu9ksrn68o1w9
2012-02-08 01:50:07 -06:00
Launchpad Translations on behalf of openerp 7ad8821958 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120208045408-48nq5dhfhsh1p2l8
2012-02-08 04:54:08 +00:00
Antony Lesuisse 868c029b4b logging define a sane default_config
bzr revid: al@openerp.com-20120208015957-a9g3ngfo2kj0l76v
2012-02-08 02:59:57 +01:00
Antony Lesuisse 108e53b253 [FIX] use _logger instead of stderr in trml2pdf
lp bug: https://launchpad.net/bugs/906377 fixed

bzr revid: al@openerp.com-20120208013617-22wu77ph56nr58us
2012-02-08 02:36:17 +01:00
Antony Lesuisse acc91886c6 [FIX] reintroduce a default value for auto_install (aka active) removed in 4003 revid:xmo@openerp.com-20120202154532-tq9x07ujf0bn9mcp
bzr revid: al@openerp.com-20120208005252-ke2v5mtkxpmyml6d
2012-02-08 01:52:52 +01:00
Olivier Dony f13de315be [I18N] base: updated translation template
This should be the last major sync before the
final release of 6.1

bzr revid: odo@openerp.com-20120208004538-uutge29kymontex4
2012-02-08 01:45:38 +01:00
Olivier Dony 3e74579982 [FIX] ir.model: fix incorrect translate call: _()
bzr revid: odo@openerp.com-20120208004124-2nhcwrcc7js6q04s
2012-02-08 01:41:24 +01:00
Antony Lesuisse 8289a2869e [FIX] remove useless decodes that break on pg9.0
lp bug: https://launchpad.net/bugs/917030 fixed

bzr revid: al@openerp.com-20120208003800-whnxjgw2n2v0ea2i
2012-02-08 01:38:00 +01:00
Vo Minh Thu f54cf18d22 [IMP] logging: re-add the HttpLogHandler class needed in addons (when left unchanged for 6.1).
bzr revid: vmt@openerp.com-20120207214604-lbdrvh66tj71iz7u
2012-02-07 22:46:04 +01:00
Olivier Dony b33f8d7087 [IMP] ir.filters: correct misleading tooltip
Currently, filters without any assigned user
are only usable by the system, e.g. for
driving marketing campaign segments
(in the marketing_campaign module).

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

bzr revid: odo@openerp.com-20120207175927-v63kcnrwq8bgacdx
2012-02-07 18:59:27 +01:00
Vo Minh Thu 354a1baaf8 [FIX] logging: undefined LOG_DEBUG_RPC constant.
bzr revid: vmt@openerp.com-20120206235853-5e5mxq4hfl9epgbb
2012-02-07 00:58:53 +01:00
Vo Minh Thu 09dc03a30f [IMP] logging: re-added the --log-level option for backward compatibility.
bzr revid: vmt@openerp.com-20120206230215-pst29d6x0ymn2fwx
2012-02-07 00:02:15 +01:00
Vo Minh Thu 229ab5cfa4 [REVERT] reverted commit 4008, the --log-rpc-terse/verbose were not effective.
bzr revid: vmt@openerp.com-20120206221420-p64z6nzch7f3f4v2
2012-02-06 23:14:20 +01:00
Vo Minh Thu 23eb63f139 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120206203151-3snkz7usngwtv1xt
2012-02-06 21:31:51 +01:00
Launchpad Translations on behalf of openerp 5eaf046488 Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120203053745-orlweqvnx6zwiy6i
bzr revid: launchpad_translations_on_behalf_of_openerp-20120204052830-xb8tt6iuixn8p8ow
bzr revid: launchpad_translations_on_behalf_of_openerp-20120205044816-711tbu0ejkwplssg
2012-02-05 04:48:16 +00:00
Antony Lesuisse fcf84b265c define a useful default logging config, display this config in DEBUG, rename and claen rpc debug to verbose or terse
bzr revid: al@openerp.com-20120202203008-mkafq1oak33z6p6p
2012-02-02 21:30:08 +01:00
Xavier Morel df8af0ec4a [FIX] in load_information_from_description_file, f can be a StringIO (in case of zipped module) and StringIO are not contextmanagers.
So rollback the context management thingie

bzr revid: xmo@openerp.com-20120202154532-tq9x07ujf0bn9mcp
2012-02-02 16:45:32 +01:00
Olivier Dony aea1b13412 [IMP] tools.translate: be more lenient and accept standart gettext source annotations
The GetText spec says that PO auto-comments indicating
  the source location have this form:
   #: /path/to/file:lineno
  However OpenERP's POT export system defaults to a modified
  version of this format with an extra 'type' field:
   #: type:/path/to/file:lineno
  The babel extractors we use for openerp-web's translations
  have the GetText format hardcoded, so it's a good idea
  to be more lenient and allow the standards annotations too.
  We can use a default 'code' type for such cases.

  For openerp-web translations the type does not matter,
  as the translations will be directly loaded by the 
  web engine from the PO files and served in Javascript
 to the browser, with no typing needed.

  This patch simply avoids failing to parse updated PO files
  that will contain standard GetText annotations for the
  openerp-web related terms.

bzr revid: odo@openerp.com-20120202143210-05p1w24t6u77cyv8
2012-02-02 15:32:10 +01:00
Christophe Simonis c0e9e2970c [IMP] proxy mode require werkzeug (let the exception propagate up)
bzr revid: chs@openerp.com-20120202131813-lgfy0tzy94entyu8
2012-02-02 14:18:13 +01:00
Vo Minh Thu 81ee705498 [IMP] logging: use logging.exception() instead of manually formatting the traceback.
bzr revid: vmt@openerp.com-20120202125442-h73uaga3vu2s8upv
2012-02-02 13:54:42 +01:00
Vo Minh Thu 88d2e96317 [IMP] --log-rpc-xxx into --log-request and --log-response.
bzr revid: vmt@openerp.com-20120202122610-r35cxp2y5i63lczg
2012-02-02 13:26:10 +01:00
Vo Minh Thu 1ab6f8883c [IMP] logging: _logger.warn() replaced by _logger.warning().
bzr revid: vmt@openerp.com-20120202092634-pylu3098p5c0mays
2012-02-02 10:26:34 +01:00
Vo Minh Thu 5341b5f445 [IMP] logging: _logger.log(DEBUG) replaced by _logger.debug().
bzr revid: vmt@openerp.com-20120202092105-mfufuv97h8zrc2n7
2012-02-02 10:21:05 +01:00
Antony Lesuisse 91ef8c1c51 [FIX] review according to xmo :)
bzr revid: al@openerp.com-20120201235604-tr5iq676pzk8bi1m
2012-02-02 00:56:04 +01:00
Christophe Simonis faa2d4f948 [ADD] option allowing to run openerp behind a reverse proxy
bzr revid: chs@openerp.com-20120201102838-reg50dmbfyzdgoeq
2012-02-01 11:28:38 +01:00
Launchpad Translations on behalf of openerp 810e73513a Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20120201045532-i8okrs9w77l78yn5
2012-02-01 04:55:32 +00:00
Antony Lesuisse 62750454e2 bye bye DEBUG_*
bzr revid: al@openerp.com-20120201003015-pct8p0fgixun3zvv
2012-02-01 01:30:15 +01:00