[IMP] use a more stable approach to manipulate the field's type
[IMP] update description
[IMP] show unserialization button on the embedded field form on the model
form
[FIX] Write x2many values in tuple directives [(6, 0, ids)]
[FIX] x2many fields are uactually nsupported for various reasons
[FIX] Unserialize the field in the fields table
[FIX] Remove field from _columns and run model.__init__
to augment unserialized field object with magic attributes
[FIX] Disarm cr.commit() called in _auto_init before all values
have been migrated successfully
[FIX] Remove unserialized field from serializion field values
[ADD] Also show the unserialization button on the embedded field
form on the model form
Adds the possibility to attach emails from a certain IMAP folder to objects,
ie partners. Matching is done via several algorithms, ie email address.
This gives a simple possibility to archive emails in OpenERP without a mail
client integration.
The only other possibilities users have of looking at e-mails, is through the
partner object, or other objects mails are directly linked to. This makes it
impossible to get an overall view, or to search through mails.
Furthermore the module makes newly received mails stand out with a red circle
in the mail view. These mails are in need of action. Via a simple click a user
can either mark a message as also in need of action, or the other way around,
as having been handled.
[IMP] handle situation that optional mail address componenents not present in mail
[IMP] slight reorganisation of code to aid debugging and made pep8 compliant as well.
- handle situation that optional mail address componenents not present in mail
- slight reorganisation of code to aid debugging and made pep8 compliant as well.