lp:~aristobulo/+junk/oerp-trunk-email

Created by Aristóbulo Meneses and last modified
Get this branch:
bzr branch lp:~aristobulo/+junk/oerp-trunk-email
Only Aristóbulo Meneses can upload to this branch. If you are Aristóbulo Meneses please log in for upload directions.

Related bugs

Related blueprints

Branch information

Owner:
Aristóbulo Meneses
Status:
Development

Recent revisions

8092. By Fabien Meghazi (OpenERP)

[IMP] adaptation to hr demo data

8091. By Olivier Dony (Odoo)

[FIX] sale.order,invoices: more robust/consistent mechanism for marking documents sent after Send by Email

8090. By Olivier Dony (Odoo)

[FIX] mail: remove ugly hack for context filtering that wreaks havoc in contexts

This hacks makes a mess and works with a whitelist that
completely breaks the generic context passing mechanism.
Replaced by specific guard through default_get overrides
for the models that are sensitive to default value
leaks via context.
E.g. mail.message is sensitive to leaked default_type
context keys that are meant for other models, such
as those passed by the Invoices menus.

8089. By Olivier Dony (Odoo)

[FIX] portal: typo makes prevents acquirer defaults from working

8088. By Olivier Dony (Odoo)

[FIX] account.invoice: typos in default email templates: amount_residual -> residual

8087. By Olivier Dony (Odoo)

[IMP] portal: unify wording as `Customer Portal` + make footer link translatable + cleanup

8086. By Fabien Meghazi (OpenERP)

[MERGE] mail followers form widget specific visibility rule

8085. By Launchpad Translations on behalf of openerp

Launchpad automatic translations update.

8084. By Olivier Dony (Odoo)

[MERGE] Review/Update EDI features for 7.0:

Some EDI features replaced by the improved 7.0 portal (with auth_signup)
------------------------------------------------------------------------
- remove the static export of EDI document and the persistence of these EDI blobs, replaced by the live portal access to the document (via portal module)
- remove all the qweb templates and web controllers that were previously used to give access to the EDI document preview
- preserve the web controllers/URLs that were use for the direct EDI import (so that a document from a 6.1 system can still be imported in a 7.0 system)
- temporarily remove the EDI export UI, replaced for the time being by the portal view. => It is planned in 7.1 to provide a new EDI export system via email notification and attaching JSON EDI blobs to outgoing emails. Thanks to the mail gateway integration and a whitelist/certificate system it will be possible to setup end-to-end B2B EDI automation.
- EDI email notifications now integrated in Sales/Invoicing flows via an explicit "Send by Email" step
- PDF version of the document now sent along with the notification (instead of a simple link to view it)
- Portal signup link integrated in this notification when the portal module is installed (via glue module sale_portal)

Online Payment (Paypal) features preserved in a different form
--------------------------------------------------------------
- as the EDI preview was removed, the payment button was moved to a new banner in the portal view of relevant documents, as follows:
- addition of a new portal.payment_acquirer model to define online payment gateways such as Paypal, Google Checkout, etc. (Paypal included by default)
- new payment banner added to the portal form view of Sale Orders and Customer Invoices, allowing online payment via defined payment_acquirers
- new settings item in Settings>Invoicing>Banks&Cash to make the payment banner visible to all employees as well (normally it's only visible in the portal)

+ minor cleanup and removal of deprecated fields

8083. By Nicolas Vanhoren (OpenERP)

[IMP] mail: changed controller due to modification in the clear_action() method

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
This branch contains Public information 
Everyone can see this information.