odoo/addons/document
Alexandre Fayolle 65c685ad24 [FIX] context mutations (#10368)
when extending these methods with the new api, the context is a frozendict
so we need to copy before mutating.

this patch was made by searching for key addition to context and calls to the
update() method on the 8.0 addons, and checking if a copy was made before in
the method.
2016-10-12 12:30:42 +02:00
..
doc document: access permissions documentation, draft. 2010-10-27 13:23:24 +03:00
i18n [I18N] Update translation terms from Transifex 2016-09-18 03:05:57 +02:00
report [REM] Unnecessary `size` parameters on char fields 2014-06-25 17:13:43 +02:00
security [FIX] document: even deprecated models need access rules (avoid warning) 2013-11-08 22:54:08 +01:00
static/src/js [FIX] document: display Attachment(s) menu only on form view 2014-09-04 14:47:06 +02:00
test [FIX] document: duplicate directory detection should work even when a record rule prevent user from seeing duplicates 2013-12-16 13:39:54 +01:00
views [IMP] bundlify addons (except website) 2014-04-24 19:21:29 +02:00
wizard Revert "[FIX] Error when installing module document" 2014-10-08 14:48:13 +02:00
__init__.py document partial refactoring and cleanups 2012-12-17 02:19:58 +01:00
__openerp__.py [DEL] Cleaning: key 'images' removed from all __openerp__.py 2015-01-06 14:20:38 +01:00
content_index.py [FIX] Document: Does no longer generate an error when trying to send a quotation by email when pdftotext is not available. This case is handled more gracefully (a warning in the log). Also changes the default return when generating the index using antiword to be more consistent. 2013-03-07 09:55:05 +01:00
document.py [FIX] context mutations (#10368) 2016-10-12 12:30:42 +02:00
document_data.xml [FIX] document restore records for wizard 2012-12-20 15:58:31 +01:00
document_demo.xml remove unsed cruft 2012-06-08 01:28:03 +02:00
document_view.xml [IMP]document: Remove document menu and submenu from knowledge, hr_applicnt_document: add kanban view in hr resume and letter, mail: change the kanban view of attachment 2014-06-23 11:48:05 +05:30
odt2txt.py [IMP] clean permissions and shebang in files 2013-05-14 12:31:13 +02:00
std_index.py [FIX] Document: Does no longer generate an error when trying to send a quotation by email when pdftotext is not available. This case is handled more gracefully (a warning in the log). Also changes the default return when generating the index using antiword to be more consistent. 2013-03-07 09:55:05 +01:00
test_cindex.py [IMP] Added missing vim mode lines 2011-11-22 09:51:38 +01:00