Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Coopdevs OCB mirror
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coopdevs
Odoo
Coopdevs OCB mirror
Commits
e216f9c4
Commit
e216f9c4
authored
13 years ago
by
Devishree Brahmbhatt
Browse files
Options
Downloads
Plain Diff
[MERGE] lp:~openerp-dev/openobject-addons/trunk-search_views-tools-jam
bzr revid: dbr@tinyerp.com-20110923131721-ep5gssib4ttol1np
parents
798fcbff
08c15117
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
addons/idea/idea_view.xml
+3
-2
3 additions, 2 deletions
addons/idea/idea_view.xml
addons/idea/report/report_vote_view.xml
+2
-9
2 additions, 9 deletions
addons/idea/report/report_vote_view.xml
addons/survey/survey_view.xml
+2
-1
2 additions, 1 deletion
addons/survey/survey_view.xml
with
7 additions
and
12 deletions
addons/idea/idea_view.xml
+
3
−
2
View file @
e216f9c4
...
...
@@ -289,8 +289,9 @@
<field
name=
"arch"
type=
"xml"
>
<search
string=
"Ideas"
>
<group>
<filter
icon=
"terp-check"
string=
"Current"
domain=
"[('state','in', ('draft', 'open'))]"
help=
"Draft and Open Ideas"
/>
<filter
icon=
"terp-camera_test"
string=
"Accepted"
<filter
icon=
"terp-document-new"
string=
"New"
domain=
"[('state','=', 'draft')]"
help=
"New Ideas"
/>
<filter
icon=
"terp-camera_test"
string=
"In Progress"
domain=
"[('state','=', 'open')]"
help=
"Open Ideas"
/>
<filter
icon=
"terp-check"
string=
"Accepted"
domain=
"[('state','=','close')]"
help=
"Accepted Ideas"
/>
<separator
orientation=
"vertical"
/>
<field
name=
"name"
/>
...
...
This diff is collapsed.
Click to expand it.
addons/idea/report/report_vote_view.xml
+
2
−
9
View file @
e216f9c4
...
...
@@ -40,17 +40,10 @@
domain=
"[('date','<=', (datetime.date.today() - relativedelta(day=31, months=1)).strftime('%%Y-%%m-%%d')),('date','>=',(datetime.date.today() - relativedelta(day=1,months=1)).strftime('%%Y-%%m-%%d'))]"
help=
"Idea Vote created last month"
/>
<separator
orientation=
"vertical"
/>
<filter
icon=
"terp-go-today"
string=
" Today "
name=
"today"
domain=
"[('date','<=', time.strftime('%%Y-%%m-%%d'))]"
help=
"Idea Vote created by today"
/>
<separator
orientation=
"vertical"
/>
<filter
icon=
"terp-camera_test"
string=
"
Open
"
string=
"
In Progress
"
domain=
"[('idea_state','=',('open'))]"
/>
<separator
orientation=
"vertical"
/>
<filter
icon=
"terp-camera_test"
<filter
icon=
"terp-check"
string=
"Accepted"
domain=
"[('idea_state','=',('close'))]"
/>
<filter
icon=
"terp-gtk-stop"
...
...
This diff is collapsed.
Click to expand it.
addons/survey/survey_view.xml
+
2
−
1
View file @
e216f9c4
...
...
@@ -261,7 +261,8 @@
<field
name=
"arch"
type=
"xml"
>
<search
string=
"Search Survey"
>
<group>
<filter
icon=
"terp-check"
string=
"Current"
domain=
"[('state','in', ('draft', 'open'))]"
/>
<filter
icon=
"terp-document-new"
string=
"New"
domain=
"[('state','=', 'draft')]"
help=
"All New Survey"
/>
<filter
icon=
"terp-camera_test"
string=
"Open"
domain=
"[('state','=','open')]"
help=
"All Open Survey"
/>
<separator
orientation=
"vertical"
/>
<field
name=
"title"
/>
<field
name=
"type"
widget=
"selection"
/>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment