odoo/addons/website_quote
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
..
controllers [REM] models: remove the magic methods signal_XXX() 2014-07-07 11:50:30 +02:00
data [REF] OpenERP --> Odoo in various UI texts (2) 2014-07-18 14:59:38 +02:00
models [FIX] mail, BaseModel, portal_sale: fixes and improvements in the URL 2014-08-07 16:47:59 +02:00
security [FIX] website_quote: security fix, only salesman were able to read sale order options, while other users, like portal and public, obviously need to be able to read these options 2014-04-10 10:14:45 +02:00
static [FIX] website: route and redirect: remove all backslash from url 2014-03-14 17:23:46 +01:00
views [MERGE] forward port of branch saas-5 up to 655a5b9 2014-08-04 16:56:10 +02:00
__init__.py [IMP] renaming to website_quote for coherence with controllers 2014-01-26 00:09:11 +01:00
__openerp__.py [MERGE] forward port of branch saas-5 up to 655a5b9 2014-08-04 16:56:10 +02:00