Set document_page_multi_company as unported

This commit is contained in:
Sandy Carter 2014-07-18 16:52:21 -04:00
parent ca7f2e21a0
commit 83d60c9014
7 changed files with 3 additions and 4 deletions

View File

@ -15,5 +15,5 @@ Here you should find all community modules that
document\_page\_approval (unported) document\_page\_approval (unported)
----------------------------------- -----------------------------------
document\_page\_multi\_company document\_page\_multi\_company (unported)
------------------------------ -----------------------------------------

View File

@ -36,8 +36,7 @@ This module adds a company field to document page and the multi-company rule.
'security/document_page_security.xml', 'security/document_page_security.xml',
'document_page_multi_company_view.xml', 'document_page_multi_company_view.xml',
], ],
'installable': True, 'installable': False,
'auto_install': False, 'auto_install': False,
'images': [], 'images': [],
} }
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: