Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
aa.gusti
/
odoo-dev
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ae2b4259
authored
Dec 11, 2022
by
aagusti
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
perbaikan share
1 parent
42fe46b5
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
10 deletions
exam_test_quiz/views/etq_exam_share.xml
exam_test_quiz/views/etq_results.xml
exam_test_quiz/views/exam_templates.xml
exam_test_quiz/views/etq_exam_share.xml
View file @
ae2b425
<?xml version="1.0" encoding="utf-8"?>
<o
penerp
>
<o
doo
>
<data>
<record
model=
"ir.ui.view"
id=
"etq_exam_share_form_view"
>
<field
name=
"name"
>
etq exam share Form View
</field>
...
...
@@ -7,11 +7,13 @@
<field
name=
"arch"
type=
"xml"
>
<form>
<group>
<field
name=
"exam_id"
invisible=
"
True
"
/>
<field
name=
"exam_id"
invisible=
"
1
"
/>
<field
name=
"share_type"
/>
<field
name=
"partner_ids"
attrs=
"{'invisible': [('share_type','!=','existing_contacts')]}"
/>
<field
name=
"email_list"
attrs=
"{'invisible': [('share_type','!=','new_contacts')]}"
/>
<field
name=
"email_subject"
/>
<field
name=
"partner_ids"
attrs=
"{'invisible':[('share_type','!=','existing_contacts')]}"
/>
<field
name=
"email_list"
attrs=
"{'invisible':[('share_type','!=','new_contacts')]}"
/>
<field
name=
"email_subject"
col=
"3"
/>
<field
name=
"email_content"
/>
</group>
<footer>
...
...
@@ -22,4 +24,4 @@
</record>
</data>
</openerp>
\ No newline at end of file
</odoo>
\ No newline at end of file
exam_test_quiz/views/etq_results.xml
View file @
ae2b425
<?xml version="1.0" encoding="utf-8"?>
<o
penerp
>
<o
doo
>
<data>
<record
model=
"ir.ui.view"
id=
"etq_result_search_view"
>
<field
name=
"name"
>
etq result Search View
</field>
...
...
@@ -92,4 +92,4 @@
<menuitem
id=
"etq_menu_results"
name=
"Exam Results"
parent=
"etq_exam"
action=
"etq_result_action"
sequence=
"20"
/>
</data>
</openerp>
\ No newline at end of file
</odoo>
\ No newline at end of file
exam_test_quiz/views/exam_templates.xml
View file @
ae2b425
<?xml version="1.0" encoding="utf-8"?>
<o
penerp
>
<o
doo
>
<data>
<template
id=
"portal_my_home_exam"
name=
"Portal layout : Exam menu entries"
inherit_id=
"portal.portal_breadcrumbs"
priority=
"95"
>
...
...
@@ -159,4 +159,4 @@
</t>
</template>
</data>
</o
penerp
>
</o
doo
>
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment