From: Ludovic CHEVALIER Date: Tue, 17 Jan 2017 10:29:25 +0000 (+0100) Subject: [DATA] +attachements storage in filesystem X-Git-Url: http://git.cyclocoop.org/?p=burette%2Fbretzselle.git;a=commitdiff_plain;h=14cf8e6d543995802c6225a7f572d1934480ec68 [DATA] +attachements storage in filesystem --- diff --git a/__openerp__.py b/__openerp__.py index fa0f732..c5117d6 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -43,6 +43,7 @@ It installs the profile for bike co-ops to manage some features like: ], 'update_xml': [ 'data/base.xml', + 'data/document.xml', 'data/point_of_sale.xml', 'data/sale.xml', 'data/stock.xml', diff --git a/data/document.xml b/data/document.xml new file mode 100644 index 0000000..2083637 --- /dev/null +++ b/data/document.xml @@ -0,0 +1,9 @@ + + + + + ir_attachment.location + file:///filestore + + +