Commit Graph

53 Commits

Author SHA1 Message Date
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
Antonin Bourguignon 504c544d1c [IMP] restore the menu just like before
bzr revid: abo@openerp.com-20120702163939-up7j97bnw0n16wn5
2012-07-02 18:39:39 +02:00
Antonin Bourguignon 4c2daa9eaa [IMP] attach the 'Our company' menu items to the portal's root menu
bzr revid: abo@openerp.com-20120702153235-b5qd9ei9os51i8q8
2012-07-02 17:32:35 +02:00
Antonin Bourguignon 42ca657773 [IMP] try a layout with titles and a colorful image header
bzr revid: abo@openerp.com-20120702143719-2jq6qofqgdhuqx3h
2012-07-02 16:37:19 +02:00
Antonin Bourguignon 7df84c1d17 [IMP] introduce a clearer separation between the three main parts of the view: 1) contact form, 2) offices list, 3) employees list
bzr revid: abo@openerp.com-20120629173707-zqlyi7mwellxavei
2012-06-29 19:37:07 +02:00
Antonin Bourguignon 05371d278a [IMP] introduce kanban view for the employees section and a dedicated css
bzr revid: abo@openerp.com-20120629172011-7p5u6nyni8lffobh
2012-06-29 19:20:11 +02:00
Antonin Bourguignon e0e7597aa0 [IMP] start the portal's contact page new layout
bzr revid: abo@openerp.com-20120629125209-03wbu806i8mi2ab7
2012-06-29 14:52:09 +02:00
Antonin Bourguignon 623003641b [IMP] display the proper mail.group when clicking on the 'News' menu item
bzr revid: abo@openerp.com-20120627150052-bck3dd4o66s65po5
2012-06-27 17:00:52 +02:00
Antonin Bourguignon 7b9ce32172 [IMP] better descriptions for modules
bzr revid: abo@openerp.com-20120604103727-6fhdh6izeb8k1you
2012-06-04 12:37:27 +02:00
Antonin Bourguignon 35c1c5fe3d [FIX] when submitting the contact form, give the value 'False' to the 'salesperson' (user_id) field of the lead model
this makes more sense than assigning the lead to the anonymous user

bzr revid: abo@openerp.com-20120531151531-jx3uldytnh01gopy
2012-05-31 17:15:31 +02:00
Antonin Bourguignon 111e16801c [IMP] update the menu organization regarding the new specs
bzr revid: abo@openerp.com-20120529100112-pni427sm7a77azj2
2012-05-29 12:01:12 +02:00
Antonin Bourguignon 8cfb667cc8 [FIX] since 'board_portal_form' doesn't exist anymore (cf. previous commit), remove every reference to this
bzr revid: abo@openerp.com-20120525174929-93t60u6uci8tyhbu
2012-05-25 19:49:29 +02:00
Antonin Bourguignon 530a3086eb [FIX] fix the portal user menu; remove a bunch of useless views and actions
bzr revid: abo@openerp.com-20120525170553-1gofhlgrex3sr2wn
2012-05-25 19:05:53 +02:00