Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail select model #17

Open
infinityloopsis opened this issue Apr 19, 2016 · 1 comment
Open

Fail select model #17

infinityloopsis opened this issue Apr 19, 2016 · 1 comment

Comments

@infinityloopsis
Copy link

infinityloopsis commented Apr 19, 2016

`From e8caf3c93f0529e0aefa88bc3273936868f5d5c3 Mon Sep 17 00:00:00 2001
From: julian [email protected]
Date: Mon, 18 Apr 2016 21:11:37 +0100
Subject: [PATCH] fix osv_memory -> transient


jasper_server/obj_document_view.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jasper_server/obj_document_view.xml b/jasper_server/obj_document_view.xml
index c8b4069..22c9b39 100644
--- a/jasper_server/obj_document_view.xml
+++ b/jasper_server/obj_document_view.xml
@@ -207,7 +207,7 @@


  •                                <field name="model_id" domain="[('osv_memory','=', False)]"/>
    
  •                                <field name="model_id" domain="[('transient','=', False)]"/>
                                 <field name="server_id"/>
                                 <field name="report_unit" attrs="{'required': [('mode','!=', 'multi')$
                                 <newline/>
    
    --
    2.6.4 (Apple Git-63)
    `
@ericzen
Copy link

ericzen commented Sep 16, 2016

same problem
it isn't possible to select ou type a model in document_view in odoo 9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants