From 2aaa7c528e0ca36454923a98ac42498a79dbf731 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Fri, 15 Mar 2013 12:05:52 +0100 Subject: [PATCH] [Invoice] no restricted access to journal_id --- __openerp__.py | 4 ++++ view/account_invoice.xml | 3 +++ 2 files changed, 7 insertions(+) diff --git a/__openerp__.py b/__openerp__.py index ece3b3d..60dc590 100644 --- a/__openerp__.py +++ b/__openerp__.py @@ -37,7 +37,11 @@ Module pour les personnalisations de L'Heureux Cyclage 'account', ], 'update_xml': [ + 'security/lhc_custom_oe_security.xml', + 'security/ir.model.access.csv', + 'data/wiki.xml', 'view/account_invoice.xml', + 'view/wiki.xml', 'data/filters.xml', ], 'installable': True, diff --git a/view/account_invoice.xml b/view/account_invoice.xml index 7f0d0da..a3d3951 100644 --- a/view/account_invoice.xml +++ b/view/account_invoice.xml @@ -7,6 +7,9 @@ form + + + -- 2.20.1