-
- Downloads
[FIX] account,sale: Correct management of notifications to portal users
[FIX] sale: Don't display 'View quotation' button on email if no website If the website module is not installed, the button 'View Quotation' will lead to the backend chatter page, which is not very useful in our case. As the quotation is already attached in the mail as a pdf, just don't display the button if the website module is not installed [FIX] account,sale: Don't send notif template to portal customers if no website [FIX] account: Don't display 'View Invoice' button on email if no website If the website module is not installed, the button 'View Invoice' will lead to the backend chatter page, which is not very useful in our case. As the invoice is already attached in the mail as a pdf, just don't display the button if the website module is not installed [FIX] website_sale: override get_access_action to redirect to my/invoices
Showing
- addons/account/data/invoice_action_data.xml 4 additions, 0 deletionsaddons/account/data/invoice_action_data.xml
- addons/account/models/account_invoice.py 2 additions, 0 deletionsaddons/account/models/account_invoice.py
- addons/sale/data/mail_template_data.xml 2 additions, 0 deletionsaddons/sale/data/mail_template_data.xml
- addons/sale/sale.py 2 additions, 1 deletionaddons/sale/sale.py
- addons/website_sale/models/__init__.py 1 addition, 0 deletionsaddons/website_sale/models/__init__.py
- addons/website_sale/models/account_invoice.py 31 additions, 0 deletionsaddons/website_sale/models/account_invoice.py
- addons/website_sale/models/sale_order.py 11 additions, 0 deletionsaddons/website_sale/models/sale_order.py
Loading
Please register or sign in to comment