← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 695021] Re: documentation: error installing module

 

Undoubtedly yes.
Thanks for correction xrg.
I misread as 'document'.
Correcting to an appropriate status.
Thanks.

** This bug is no longer a duplicate of bug 695084
   6.0 addons update from r 4067->4077 introduced many bugs

** Changed in: openobject-addons
       Status: New => Won't Fix

** Changed in: openobject-addons
     Assignee: (unassigned) => Albert Cervera i Areny - http://www.NaN-tic.com (albert-nan)

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/695021

Title:
  documentation:  error installing module

Status in OpenObject Addons Modules:
  Won't Fix

Bug description:
  Server error log:
...
 ValueError: No references to documentation.model_documentation_generate_wizard


There is an incorrect name in ir.model.access.csv file. With this patch I can install correctly:

=== modified file 'documentation/security/ir.model.access.csv'
--- documentation/security/ir.model.access.csv	2010-08-27 08:28:23 +0000
+++ documentation/security/ir.model.access.csv	2010-12-28 13:57:05 +0000
@@ -5,5 +5,5 @@
 "access_ir_documentation_field","field","model_ir_documentation_field","base.group_user",1,1,1,1
 "access_ir_documentation_view","view","model_ir_documentation_view","base.group_user",1,1,1,1
 "access_ir_documentation_file","file","model_ir_documentation_file","base.group_user",1,1,1,1
-"access_documentation_generate_wizard","generate","model_documentation_generate_wizard","base.group_user",1,1,1,1
+"access_documentation_generate_wizard","generate","model_documentation_build_wizard","base.group_user",1,1,1,1
 "access_documentation_import_wizard","import","model_documentation_import_wizard","base.group_user",1,1,1,1

Eduardo





References