Commit Graph

67 Commits

Author SHA1 Message Date
Guewen Baconnier
68095b58d3 Merge pull request #35 from hbrunn:8.0-attachments_to_filesystem
[ADD] attachments_to_filesystem
2015-03-20 16:47:39 +01:00
Guewen Baconnier
5089846e11 Add Odoo Community Association (OCA) in authors 2015-03-20 16:47:22 +01:00
Guewen Baconnier
9446a94e97 Merge pull request #36 from hbrunn:8.0-document_choose_directory
[ADD] port document_choose_directory

Choose document directories

This addon enables users to choose a directory while uploading a file. In
combination with access permissions on directories, this can be used to
restrict access on certain records' attachments or simply for a better
overview.

Configuration

Create a static directory and choose the resource model you want to use this
directory on. Assign groups to whom this directory should be accessible. When
uploading a files, users can select one of the directories they have access to,
or no directory which is the default setting.

Keep in mind that if a directory has a owner, it's only visible for this user,
that's probably not what you want.
2015-03-20 16:39:10 +01:00
Guewen Baconnier
4acc8e5be3 Add Odoo Community Association (OCA) in authors 2015-03-20 16:38:58 +01:00
Holger Brunn
34fd9b66f5 [IMP] loosen condition to inject parent id 2015-03-04 14:29:38 +01:00
Yannick Vaucher
234ce50180 Merge pull request #43 from gurneyalex/8.0-fix-travis
fix travis (flake8)
2015-03-03 16:39:46 +01:00
Alexandre Fayolle
e9a6b5e089 fix travis (flake8) 2015-03-03 14:24:44 +01:00
Alexandre Fayolle
52674f5e52 Add OCA as author of OCA addons
In order to get visibility on https://www.odoo.com/apps the OCA board has
decided to add the OCA as author of all the addons maintained as part of the
association.
2015-03-02 17:25:08 +01:00
Stefan Rijnhart (Therp)
e81c5d1714 Merge pull request #37 from yvaucher/8.0-add-license-key
Add license key in __openerp__.py
2015-02-06 18:48:27 +01:00
Yannick Vaucher
871088b959 Add license key in __openerp__.py 2015-02-06 15:56:39 +01:00
Holger Brunn
45ae6ea269 [FIX] syntax 2015-02-02 13:14:54 +01:00
Holger Brunn
59aae1ac56 [IMP] use enumerate pattern for counting 2015-02-02 12:24:01 +01:00
Holger Brunn
200b894bce [IMP] don't duplicate functionality from core 2015-02-02 12:19:30 +01:00
Holger Brunn
68f3483aa1 [ADD] port document_choose_directory 2015-01-27 12:16:46 +01:00
Holger Brunn
3572d0d2f4 [IMP] ignore attachments for unknown models because core chokes on that 2015-01-26 13:07:35 +01:00
Holger Brunn
1c0dfff8f3 [IMP] don't read all attachments at once 2015-01-26 13:03:26 +01:00
Holger Brunn
64ffbe97fc [ADD] attachments_to_filesystem 2015-01-26 12:53:28 +01:00
Pedro M. Baeza
0a42df9a18 Merge pull request #33 from hbrunn/8.0-attachment_preview
[ADD] attachment_preview
2015-01-22 09:27:12 +01:00
Holger Brunn
f960abc32e [FIX] readme 8.0 style 2015-01-19 09:28:39 +01:00
Holger Brunn
1ce02e70ed [UPD] use viewerJS 0.5.4, incorporate new suported file types 2015-01-15 12:20:53 +01:00
Holger Brunn
d2734b6161 [ADD] translations 2015-01-15 12:14:44 +01:00
Holger Brunn
3cac29e08e [FIX] don't depend on document, the relevant code still lives in web 2015-01-15 11:41:15 +01:00
Holger Brunn
567139a7b9 [IMP] have titles work everywhere 2015-01-15 11:40:12 +01:00
Holger Brunn
b2133a6f1c [ADD] preliminary port of attachment_preview 2015-01-15 11:17:18 +01:00
Guewen Baconnier
cf4594facd Merge pull request #31 from yvaucher/8.0-separate-lint
Separated Lint tests
2014-12-18 07:39:28 +01:00
Yannick Vaucher
4a6c44d899 Remove deprecated travis_run_flake8 2014-12-16 15:55:36 +01:00
Yannick Vaucher
389a999266 Separated Lint tests 2014-12-16 11:18:44 +01:00
Pedro M. Baeza
45769282e1 Merge pull request #24 from abstract-open-solutions/8.0-document_page
document_page porting to odoo 8.0
2014-11-16 11:41:56 +01:00
Giorgio Borelli
01e8c80724 removed unused SUPERUSER_ID 2014-11-12 17:01:30 +01:00
Giorgio Borelli
9977f4e516 change travis conf 2014-11-12 16:59:07 +01:00
Giorgio Borelli
ebb4da70d5 fix test 2014-11-12 16:39:00 +01:00
Giorgio Borelli
fc55bca7aa use new API 2014-11-11 16:11:42 +01:00
Giorgio Borelli
910179599d minor formatting issues 2014-11-11 13:43:35 +01:00
Giorgio Borelli
0ac5e7f875 use new API 2014-11-11 13:40:44 +01:00
Giorgio Borelli
3e61b4c1bc removed unused modules and view, see.: 7.0 branch on launchpad - http://bazaar.launchpad.net/~openerp/openobject-addons/7.0/files/head:/document_page/ 2014-11-11 13:26:02 +01:00
Giorgio Borelli
3b1d14196a use new API 2014-11-11 13:25:05 +01:00
Holger Brunn
7162d7bc58 Merge pull request #22 from pedrobaeza/8.0-document_url
[ADD] document_url: Module to attach URLs as documents
2014-11-10 14:27:08 +01:00
Pedro M. Baeza
beea544dac [ADD] document_url: Module to attach URLs as documents 2014-10-24 20:08:51 +02:00
Maxime Chambreuil
8d97a7ba01 [FIX] PEP8 errors in Odoo code only 2014-09-30 16:13:16 -04:00
Maxime Chambreuil
480dfe6543 [ADD] document_page from odoo/7.0 2014-09-30 15:38:12 -04:00
Pedro M. Baeza
8e221e3a61 Merge pull request #13 from pedrobaeza/8.0-copy_from_7.0
[MIG] Translated changes from 7.0 branch
2014-08-12 18:49:30 +02:00
Pedro M. Baeza
6a9c41ec6b Remove vim comments 2014-08-11 16:21:57 +02:00
Pedro M. Baeza
9825070688 Set modules installable flag to False 2014-08-11 12:59:55 +02:00
Pedro M. Baeza
b97fbdd172 [MIG] Translated changes from 7.0 branch 2014-08-11 12:47:37 +02:00
Sandy
0ec3833222 Merge pull request #4 from savoirfairelinux/8.0-meta
8.0 Add meta files
2014-07-18 16:49:31 -04:00
Sandy Carter
83d60c9014 Set document_page_multi_company as unported 2014-07-18 16:52:21 -04:00
Sandy Carter
ca7f2e21a0 Set document_page_approval as unported 2014-07-18 16:51:59 -04:00
Sandy Carter
49bb1d6886 Add meta files 2014-07-18 16:43:18 -04:00
Sandy Carter
f0227ee340 Fix pep8 2014-07-18 16:41:54 -04:00
Maxime Chambreuil
cd7c378a5c [MRG] Add document_page_multi_company 2013-09-02 11:37:50 -04:00