From 14cf8e6d543995802c6225a7f572d1934480ec68 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 17 Jan 2017 11:29:25 +0100 Subject: [PATCH] [DATA] +attachements storage in filesystem --- __openerp__.py | 1 + data/document.xml | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 data/document.xml 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 + + + -- 2.20.1