Lorenzo Battistini
ee6095e63e
[add] base_optional_quick_create
2013-06-12 18:30:41 +02:00
Nhomar Hernandez
ce948cb18c
[MERGE] Message from commiter:
...
I began tackling Stephan's list of issues, starting with the first one (using a m2m field instead of a serialized ID list).
2013-06-09 10:41:10 -07:00
Nhomar Hernandez
6a4123e419
[MERGE] Added mass_editing module, thanks to Serpentcs Extraordinary Job
2013-06-09 10:39:04 -07:00
Virgil Dupras
4442424891
[ENH] Transformed mass.object's model_list char field into a proper m2m field.
2013-05-08 08:41:12 -04:00
Anu Patel
c099945611
[IMP] mass_editing: Added _('') for constraint message.
2013-05-07 19:06:37 +05:30
Anu Patel
8c0bb93dcc
[IMP] mass_editing: Improved the code based on error log.
2013-05-06 19:34:09 +05:30
Anu Patel
2d39868380
[IMP] mass_editing: Improved the code based on error log.
2013-05-06 17:08:18 +05:30
Anu Patel
9f6033509e
[IMP] mass_editing: Corrections based on the merge comments
2013-05-02 18:39:12 +05:30
Alexandre Fayolle
29812578b7
[REVERT] merged and pushed on 7.0 instead of 6.1 branch...
2013-04-26 10:07:41 +02:00
unknown
c5ea9d0596
[MRG][ADD] fetchmail_attach_from_folder
...
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.
2013-04-26 09:56:43 +02:00
unknown
cc64275169
[MRG] [ADD] mail_client_view: gives normal users access to the mail views.
...
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.
2013-04-26 09:52:06 +02:00
Holger Brunn
3ec1a5df87
[FIX] don't rollback() transation, use savepoint. This fixes concurrency
...
issues with long running cron threads as rollback also releases the lock
2013-04-18 16:43:25 +02:00
Ronald Portier
ddbfaca329
[FIX] - Some changes to make code consistent with 6.1 style.
2013-04-17 23:57:08 +02:00
Ronald Portier
fc0cd8a45c
[IMP] Give users the possibility to view emails
...
[IMP] Add 'action_needed' flag to mails - default on for new messages received
2013-04-16 22:54:16 +02:00
Holger Brunn
466d88fb2f
[IMP] make fetch_mail's refactoring more useful by returning the ids of
...
mails creates/objects matched
[ADD] preliminary docstrings
2013-04-16 10:12:57 +02:00
Holger Brunn
5c03dba5a6
[FIX] attach mail attachments to matched object in non-OpenERP case
2013-04-15 15:22:42 +02:00
Holger Brunn
600727b2c2
[IMP] refactored fetch_mail
...
[IMP] also log when we're done with one folder
2013-04-15 15:04:57 +02:00
Holger Brunn
9f1bd59522
[ADD] msg_state field for folders - set the state of messages fetched
...
from imap servers
[IMP] clean up the folders' treeview
2013-04-15 14:23:05 +02:00
Serpent Consulting Services
9c3500658b
Mass editing fixes for security access
2013-04-12 18:08:39 +05:30
Holger Brunn
6c68c1fb1c
[IMP] autopep8
...
[IMP] more efficient sorting of algorithms
[IMP] improve readability of help strings
2013-04-05 14:00:35 +02:00
unknown
f920009aa2
[IMP] convert mailadresses to lowercase to increase change for match
...
[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.
2013-04-05 12:44:50 +02:00
Ronald Portier
85ff68da13
[IMP] - convert mailadresses to lowercase to increase change for match
...
- handle situation that optional mail address componenents not present in mail
- slight reorganisation of code to aid debugging and made pep8 compliant as well.
2013-04-04 21:32:01 +02:00
Holger Brunn
05021bf360
[MRG] lp:~therp-nl/therp-addons/fetchmail_attach_from_folder rev 89
2013-03-26 12:22:16 +01:00
Holger Brunn
4f621df5a9
[ADD] make retrieval configurable per folder; use msgid to exclude
...
duplicates; don't break existing configurations
2013-03-26 11:38:56 +01:00
Serpent Consulting Services
7dae0d6f69
[FIX] More fixes landed
2013-03-11 20:10:56 +05:30
Pavel Batishchev
1342a8d293
[MIG] super_calendar_view 7.0
...
[ADD] super_calendar_view: add russian po file
2013-03-05 09:34:07 +01:00
Pavel Batishchev
d504ebd362
add russian i18n
2013-03-05 11:04:10 +04:00
Pavel Batishchev
cb2f458f18
actualize __openerp__.py and view
2013-03-05 11:03:37 +04:00
Serpent Consulting Services
099f593621
[IMP] mass_editing : Improved typos and did some refactoring
2013-02-15 02:01:22 +05:30
Serpent Consulting Services
f06d8b22ae
[ADD/IMP] mass_editing : Added ChangeLog file and copyright info
2013-02-15 01:34:14 +05:30
Serpent Consulting Services
f0ff121c68
[ADD] Added the module mass_editing with OpenERPv7 compatability
2013-02-13 22:42:23 +05:30
Serpent Consulting Services
4a5fc7693a
[REVERT]
2013-02-13 22:40:43 +05:30
Serpent Consulting Services
d08ef0a0c7
[ADD] Added mass_editing module compatible to version 7.0
2013-02-13 18:27:36 +05:30
Alexandre Fayolle
5c83d2282d
[MRG] 7.0-port-server-environment-files
2013-01-25 12:29:47 +01:00
Alexandre Fayolle
226c1b5262
[MRG] 7.0-port-server-environment
2013-01-25 12:29:27 +01:00
Alexandre Fayolle
55f798bb6f
[IMP] server_environment_files: enhanced description
2013-01-21 12:27:30 +01:00
Alexandre Fayolle
61d0e80c20
[FIX] name error in import
2013-01-21 12:23:43 +01:00
Alexandre Fayolle
f563cd090b
merge
2013-01-18 16:23:51 +01:00
Alexandre Fayolle
834187cec5
merge
2013-01-18 16:23:45 +01:00
Alexandre Fayolle
e879f219b6
[7.0] 1st pass at porting server-environment-files
2013-01-18 16:19:17 +01:00
Alexandre Fayolle
b8cb4f95f4
[7.0] 1st pass at porting server_environment
2013-01-18 16:13:32 +01:00
Alexandre Fayolle
b747d13ca2
[7.0] mark all unported modules as not installable
2013-01-18 15:26:01 +01:00
Lorenzo Battistini - Agile BG - Domsense
51d244a35c
[ADD] super calendar addons
2013-01-18 10:41:47 +01:00
Lorenzo Battistini
25c805729f
[FIX] author name
2013-01-15 20:27:10 +01:00
Lorenzo Battistini
8475b341d0
[FIX] import logging
2013-01-11 17:43:17 +01:00
Lorenzo Battistini
5ad4e30895
[FIX] eval
2013-01-11 17:34:26 +01:00
Lorenzo Battistini
15516bc1b9
[IMP] cleaning
2013-01-11 17:29:50 +01:00
Lorenzo Battistini
c13d7179fa
[FIX] eval
2013-01-11 17:27:16 +01:00
Lorenzo Battistini
545b61459c
[FIX] orm methods
2013-01-11 17:25:29 +01:00
Lorenzo Battistini
3c345f6e27
[FIX] using right logger
2013-01-11 17:17:47 +01:00