odoo/addons/portal
Thibault Delavallée 2e5412fc1d [FIX] mail, BaseModel, portal_sale: fixes and improvements in the URL
management to access documents in notification emails, as well as for the
'view quotation' link in portal_sale module.

models: added a get_access_action method: basically, returns the action to
access a document. It uses the get_formview_action by default (form view
of the document). However for some documents we want to directly go to the
website, leading to an act_url action for some documents. This method allows
this behavior.

portal_sale: get_signup_url now uses the mail.action_mail_redirect method
instead of directly redirecting towards a portal menu. This allows to fall
back on a standard behavior.

portal_sale: get_formview_action updated, to match actions tailored for
portal users.

website_quote: get_access_action of sale order updated. If the sale order
has a template defined, the returned action is an act_url (website view
of the quotation), not the form action anymore.

mail: fixed signature + company signature in notification emails. Even without
user signature, the company signature + access link should be correct.

portal: signup url in notification emali was not using the mail redirection
as action. It is now the case.
2014-08-07 16:47:59 +02:00
..
i18n Launchpad automatic translations update. 2014-04-22 07:52:47 +00:00
security Update ir.model.access.csv 2014-07-03 09:54:53 +02:00
static [IMP] Custom the payment_acquirer html field in css of its own module and not in web/base.saas 2014-03-05 17:16:47 +01:00
tests [FIX] mail, BaseModel, portal_sale: fixes and improvements in the URL 2014-08-07 16:47:59 +02:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
wizard [REF] OpenERP --> Odoo in various UI texts 2014-07-18 13:45:41 +02:00
__init__.py [REF] portal, portal_sale, payment: refactored old acquirer in portal 2014-01-22 20:00:22 +01:00
__openerp__.py [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
mail_mail.py [FIX] mail, BaseModel, portal_sale: fixes and improvements in the URL 2014-08-07 16:47:59 +02:00
mail_message.py [FIX] Remove test from saas-3 - Tech Saas & AL agreement 2014-03-12 13:57:57 +01:00
mail_thread.py [CLEAN] portal/mail_thread: cleaned a bit new code, using is_portal. 2013-05-22 13:55:49 +02:00
portal.py [REF] *: share field is now a computed field, if the user is in the employee group or not 2014-03-24 15:35:58 +01:00
portal_data.xml [REF] *: share field is now a computed field, if the user is in the employee group or not 2014-03-24 15:35:58 +01:00
portal_demo.xml [MERGE][IMP] Enable HTML in emails signature 2014-06-27 11:31:24 +02:00
portal_view.xml [REM] portal features deprecated by website 2014-01-22 19:36:30 +01:00