Commit Graph

65 Commits

Author SHA1 Message Date
Launchpad Translations on behalf of openerp 683f31e51b Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121204055506-fin73s7n3o52fmuy
bzr revid: launchpad_translations_on_behalf_of_openerp-20121204055956-fsd4tp3felpk8pm5
2012-12-04 05:59:56 +00:00
Olivier Dony 308e4f1073 [I18N] Removed duplicated terms for inherited [_sql]_constraints -> 400 terms removed
bzr revid: odo@openerp.com-20121203162755-p71dnn0k0t2b98yp
2012-12-03 17:27:55 +01:00
Olivier Dony 5483897ad0 [I18N] Update translation templates for latest changes
bzr revid: odo@openerp.com-20121203155934-zmut8afc7hh82b02
2012-12-03 16:59:34 +01:00
Launchpad Translations on behalf of openerp f12df4e8ea Launchpad automatic translations update.
bzr revid: launchpad_translations_on_behalf_of_openerp-20121130050827-124dy1fyx1f113n9
bzr revid: launchpad_translations_on_behalf_of_openerp-20121130051820-ru59ffbuvhm96b8l
2012-11-30 05:18:20 +00:00
vta vta@openerp.com 76417f249f [MERGE] trunk-improve_portal-vta.
bzr revid: vta@openerp.com-20121129090801-mheiq7yb3h24onqf
2012-11-29 10:08:01 +01:00
vta vta@openerp.com 37e5b882ef [FIX] views, access rights, ...
bzr revid: vta@openerp.com-20121127143713-03y7zpnj0118ikq5
2012-11-27 15:37:13 +01:00
vta vta@openerp.com fe993bca9c [FIX] FIxed several views.
bzr revid: vta@openerp.com-20121126133642-bvj4go984ec6acko
2012-11-26 14:36:42 +01:00
Olivier Dony 771b216118 [I18N] Update translation templates in preparation for 7.0 release
bzr revid: odo@openerp.com-20121124030804-9dvr1qwec830p8fc
2012-11-24 04:08:04 +01:00
vta vta@openerp.com 73750e33b9 [FIX] Removed password from sent email. Fixed naming in order to pass runbot's test.
bzr revid: vta@openerp.com-20121120073948-1ojettqx7mjb1k75
2012-11-20 08:39:48 +01:00
vta vta@openerp.com 20a50a1866 [FIX] Fixed portal_crm module structure and test. Improved code to invite sale order followers to follow the invoice object.
bzr revid: vta@openerp.com-20121116145407-6hbv0xboq3igvt0l
2012-11-16 15:54:07 +01:00
vta vta@openerp.com ed3c46aa6f [FIX] Move required to the view.
bzr revid: vta@openerp.com-20121116103048-0ervln9ekqly89qx
2012-11-16 11:30:48 +01:00
vta vta@openerp.com d6ba13a394 [IMP] Minor improvements in portal views, such as contact and employees. Improved menus and string on empty views. Send the password when a partner is invited to portal via sidebar menu.
bzr revid: vta@openerp.com-20121116075305-4d0olu5zlvwsxeq8
2012-11-16 08:53:05 +01:00
Quentin (OpenERP) fbbc0bad19 [IMP] all: replaced 'true' by 'True' in 'options' attribute in views, because now the syntax of these options must be expressed in python instead of json
bzr revid: qdp-launchpad@openerp.com-20121009143433-s4y6isbewqdn2fu2
2012-10-09 16:34:33 +02:00
Antonin Bourguignon 0fc7b34011 [IMP] perform wizard submit as a portal user
bzr revid: abo@openerp.com-20121001152852-7pw98ediblodp1xk
2012-10-01 17:28:52 +02:00
Antonin Bourguignon 93c83f1b7a [IMP] add a few tests on the contact form
bzr revid: abo@openerp.com-20121001141755-9aozwzm8eeo3a9z7
2012-10-01 16:17:55 +02:00
Antonin Bourguignon 1d84db39c8 [WIP] disable tests
bzr revid: abo@openerp.com-20121001100212-2j0ekes5oc86jkff
2012-10-01 12:02:12 +02:00
Antonin Bourguignon 3a3e5c826c [WIP] start writing some simple tests for portal_crm
bzr revid: abo@openerp.com-20120928174109-q8z9w71oj27n0s56
2012-09-28 19:41:09 +02:00
Antonin Bourguignon 457533c808 [IMP] methods names
bzr revid: abo@openerp.com-20120920145708-zsuechbcj2uxcys3
2012-09-20 16:57:08 +02:00
Antonin Bourguignon f5c64f0b15 [IMP] pre-fill portal's contact form fields e-mail and phone, when it's possible
bzr revid: abo@openerp.com-20120920123845-4gjv90n4tn20t3dq
2012-09-20 14:38:45 +02:00
Antonin Bourguignon cae00c851a [IMP] needaction handling for crm_contact_us model
don't display the needactions anymore next to the 'contact' portal menuitem

bzr revid: abo@openerp.com-20120919145557-p6285mrhw82cv2l6
2012-09-19 16:55:57 +02:00
Antonin Bourguignon 6d7c30af85 [IMP] indentation
bzr revid: abo@openerp.com-20120919145110-81ucvhpf9jcf867y
2012-09-19 16:51:10 +02:00
Antonin Bourguignon bc9decbe45 [IMP] make sure that the user email exist
bzr revid: abo@openerp.com-20120919111204-n461eriy40nirvgz
2012-09-19 13:12:04 +02:00
Antonin Bourguignon bbae9cdc00 [FIX] read user login and email with a read() instead of a browse()
this way, we prevent the auto-loading of all the user's fields which crashes the contact form while accessed by a portal user

bzr revid: abo@openerp.com-20120918141724-fjhpu0m46ndgtble
2012-09-18 16:17:24 +02:00
Antonin Bourguignon df5b465617 [FIX] typo in comment
bzr revid: abo@openerp.com-20120918131023-stpvmvyg0df3hgv1
2012-09-18 15:10:23 +02:00
Antony Lesuisse aac17b11a4 [FIX] remove semantic part1
bzr revid: al@openerp.com-20120906101723-eeieyzhj4racxq14
2012-09-06 12:17:23 +02:00
niv-openerp 8c89e963c8 wip
bzr revid: nicolas.vanhoren@openerp.com-20120905080402-mimiog42gosrb437
2012-09-05 10:04:02 +02:00
niv-openerp 5126f6ff6e wip
bzr revid: nicolas.vanhoren@openerp.com-20120904163725-ptsij09rve8j3txs
2012-09-04 18:37:25 +02:00
Saurang Suthar(OpenERP) 095843797c [IMP] Improved _openerp__.py of all modules by replacing demo_xml with demo, init_xml and update_xml with data and adding noupdate
bzr revid: pso@tinyerp.com-20120822130232-un52dks3sclyx8m5
2012-08-22 18:32:32 +05:30
pso (OpenERP) c78a04bc68 [MERGE] Merged HSA's branch to improve __openerp__.py of all modules by replacing init_xml, update_xml with data, demo_xml with demo, Adding noupdate in init_xml files
bzr revid: pso@tinyerp.com-20120822071445-yamr1s0zf3fk9jj7
2012-08-22 12:44:45 +05:30
help 0d4603f4f9 [IMP]improved modules description from rst2html
bzr revid: help-20120820092716-x61hs1o7d8lz6tpg
2012-08-20 14:57:16 +05:30
Hardik b040d2706d [IMP]update __openerp__.py in all modules
bzr revid: hsa@tinyerp.com-20120817111540-rfql0ifsvbx5nz7g
2012-08-17 16:45:40 +05:30
Thibault Delavallée aac03b547d [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120814152634-ix63oxwcyrfkku4t
2012-08-14 17:26:34 +02:00
Vo Minh Thu 9822629548 [MERGE] merged trunk.
bzr revid: vmt@openerp.com-20120813160657-ilujdek8ys4fzhp9
2012-08-13 18:06:57 +02:00
Thibault Delavallée 18aaed7f4f [MERGE] Merged with addons/trunk.
bzr revid: tde@openerp.com-20120813073105-pz2vdiz7gc27triz
2012-08-13 09:31:05 +02:00
Thibault Delavallée 620b7e9b11 [IMP] Addons: user_email -> email.
bzr revid: tde@openerp.com-20120810144339-30ro9omgfxtjtjyz
2012-08-10 16:43:39 +02:00
Twinkle Christian (OpenERP) fc1b1749a8 [IMP]Remove type field from the modules
bzr revid: tch@tinyerp.com-20120809060516-zgx3gdyv6wdshfyw
2012-08-09 11:35:16 +05:30
Mayur Maheshwari (OpenERP) 7c51b1811d [FIX]all :set a no_open widget in this filed(country_id,state_id,title,context_id,timebox_id,user_id)
bzr revid: mma@tinyerp.com-20120806110307-nj7qipixr14puhub
2012-08-06 16:33:07 +05:30
Antonin Bourguignon e3793fd82f [IMP] in the contact form, the e-mail field is always visible and if the current user isn't anonymous, will prefilled with his e-mail
also replace placeholders by labels

bzr revid: abo@openerp.com-20120727122539-5009v5nbsez26eel
2012-07-27 14:25:39 +02:00
Antonin Bourguignon eb4f3cecb6 [IMP] in the portal's contact form, only show the 'email' field to anonymous users
bzr revid: abo@openerp.com-20120725142024-btojdzrsvqru4dlk
2012-07-25 16:20:24 +02:00
Antonin Bourguignon 232c567956 [FIX] set the right field as 'name' field in the portal's contact form
bzr revid: abo@openerp.com-20120725124323-tq9u2mxg8wpvy1zc
2012-07-25 14:43:23 +02:00
Antonin Bourguignon 32b2da30e4 [IMP] portal module description
also portal_hr_employees css

bzr revid: abo@openerp.com-20120724163306-oa1nmk54888u9m17
2012-07-24 18:33:06 +02:00
Antonin Bourguignon 652ff6a97f [FIX] remove a test menu; add rights for portal members on the project_category model
bzr revid: abo@openerp.com-20120716121440-cfjp60f4l4w05z63
2012-07-16 14:14:40 +02:00
Antonin Bourguignon c55858dd6b [IMP] split depedencies between portal_crm and the new glue module portal_hr_employees
this new glue module depending on hr and portal_crm is now responsible for inserting the employees list in the portal_crm contact page

bzr revid: abo@openerp.com-20120704181917-1o1ofcm66cek1dm3
2012-07-04 20:19:17 +02:00
Antonin Bourguignon 74050c22be [IMP] layout
bzr revid: abo@openerp.com-20120704145849-9n0o1ag7fd4yg9fh
2012-07-04 16:58:49 +02:00
Antonin Bourguignon 187dab2064 [IMP] hide the last loggin time
bzr revid: abo@openerp.com-20120704102243-6icct35zc83doa4y
2012-07-04 12:22:43 +02:00
Antonin Bourguignon 528c39acd8 [IMP] add a few comments
bzr revid: abo@openerp.com-20120704090034-bjhq0py72ogesl6m
2012-07-04 11:00:34 +02:00
Antonin Bourguignon 4a84ed0dfd [IMP] apply the employee's visibility in the contact view
right now, only 'public' and 'private' are working; 'portal' will 
require some tricky ir.rules and probably a group dedicated to 
anonymous users

bzr revid: abo@openerp.com-20120703165306-27erhp9vj3rdg7o2
2012-07-03 18:53:06 +02:00
Antonin Bourguignon ae688e130f [IMP] add the possibility to set a visibility (public, portal or private) for employees
bzr revid: abo@openerp.com-20120703160458-zzdk2kymapokm4j5
2012-07-03 18:04:58 +02:00
Antony Lesuisse 7f629acd95 [IMP] contact form
bzr revid: al@openerp.com-20120702215604-3v06uypbdyvurbh5
2012-07-02 23:56:04 +02:00
Antonin Bourguignon 376af6f33f [IMP] give a try to the sheet layout
also fix a problem in the contact form by assigning a proper value to the field 'name'

bzr revid: abo@openerp.com-20120702172748-j6bqm501gnlmrobj
2012-07-02 19:27:48 +02:00