Pedro M. Baeza
2f94f006e3
[ADD] cron_run_manually: Tool for allowing run manually a programmed task
10 years ago
Pedro M. Baeza
75a859bc9b
Merge pull request #78 from savoirfairelinux/meta
[6.1] Add meta files
10 years ago
Sandy Carter
4198a12f82
Add meta files
10 years ago
Launchpad Translations on behalf of server-env-tools-core-editors
4f8156879a
Launchpad automatic translations update.
11 years ago
Stefan Rijnhart
965ca1468d
[MRG] Add mass_editing module
11 years ago
Stefan Rijnhart
0ff019be47
[RFR] Remove redundant get()
11 years ago
Stefan Rijnhart
d9fa064b30
[FIX] Pep8 in the affected code
11 years ago
Stefan Rijnhart
b3a12b4884
[RFR] Don't update() dictionaries with only a single key
11 years ago
Stefan Rijnhart
98c4733806
[FIX] Don't allow for iterating over False
11 years ago
unknown
e7b84a5715
[FIX] missing subject in fetched mail causes exception
11 years ago
Holger Brunn
fb7c39f602
[FIX] really fix lp:1286101
11 years ago
Holger Brunn
586c5e58d3
[FIX] missing subject in fetched mail causes exception
11 years ago
Stefan Rijnhart
63484df83b
[IMP] Use a more descriptive variable name for the model field name
11 years ago
Stefan Rijnhart
d5e9b4e83e
[IMP] Don't use a reserved word for a variable name
11 years ago
Stefan Rijnhart
428fefb4e7
[FIX] Data loss - removing a set of m2m actually removes all
11 years ago
Maxime Chambreuil
a978850478
[FIX] Call unlink_action in the model's unlink() method
11 years ago
Maxime Chambreuil
e1227e6791
[MRG] Solving conflicts
11 years ago
Maxime Chambreuil
6ec15b2b70
[ADD] Translation file
11 years ago
Maxime Chambreuil
38cc6d8083
[IMP] Backporting v7 fixes
11 years ago
unknown
eb1600d39a
[ADD] Honour dbfilter in custom proxy header
11 years ago
unknown
7d6c16b22c
[FIX] Assign fetchmail folder rights to ERP adminstrators
11 years ago
unknown
f84940425c
[ADD] Load views for specific groups only, backported from OpenERP 7.0
11 years ago
Mariano Ruiz
35743f9806
[FIX] TypeError bug #1187937
11 years ago
Holger Brunn
d8f25b4388
[ADD] dbfilter_from_header
12 years ago
unknown
487e4e423d
[FIX] Attribute OpenERP SA for the backported code
12 years ago
Stefan Rijnhart
dc31a985a7
[FIX] Attribute OpenERP SA for the backported code
12 years ago
Holger Brunn
c4e86d99c3
[ADD] view_groups_id
12 years ago
Holger Brunn
bd04263440
[MERGE] Add email_template_template
12 years ago
Holger Brunn
2d00f3f357
[IMP] add a usage example in the description
12 years ago
Holger Brunn
6d36913c01
[FIX] assign access rights to admins
12 years ago
unknown
66e1026dd2
[ADD] Module to unserialize a manual, sparse field
12 years ago
Anu Patel
d49cabe310
[IMP] mass_editing: Fixed the issue occur on model change.
12 years ago
Mariano Ruiz
9ad8472ce8
[FIX] Better operation syntax
12 years ago
Mariano Ruiz
64a28c62e5
[FIX] TypeError bug #1187937
12 years ago
unknown
c1ebbeafce
[FIX] don't call search_matches with browse_null as this can cause a
practically infinite loop
12 years ago
Virgil Dupras
d908d739cc
[ENH] Transformed mass.object's model_list char field into a proper m2m field.
12 years ago
Maxime Chambreuil
c9e62116be
[REV] Reverting previous commit
12 years ago
Holger Brunn
b75dde91c0
[FIX] don't call search_matches with browse_null as this can cause a
practically infinite loop
12 years ago
Serpent Consulting Services
b5ff38ff25
[MRG] Add mass_editing
12 years ago
unknown
7095b3a078
[FIX] be honest on our inability to handle x2many fields
[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
12 years ago
Stefan Rijnhart
72ef06767a
[FIX] Removed unused import
12 years ago
Stefan Rijnhart
f0f50975df
[FIX] Actually raise an exception
[FIX] Consistently return a boolean
[RFR] Refactor orm read result into existing sql query
12 years ago
Stefan Rijnhart
206e09ca0e
[FIX] Always give the cursor back its commit method
12 years ago
Stefan Rijnhart
a8cde7a7ae
[IMP] Module description
12 years ago
Stefan Rijnhart
6d5176f0c2
[FIX] x2many fields do need a write too
[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
12 years ago
Holger Brunn
a76dc9796a
[FIX] only write values when necessary
12 years ago
Holger Brunn
536f7fe57f
[IMP] use _auto_init's context key to force creating manual fields
12 years ago
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.
12 years ago
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.
12 years ago
Holger Brunn
98bd60f2fa
[FIX] pass context to write function
12 years ago