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
32561d93
Commit
32561d93
authored
10 years ago
by
Thibault Delavallée
Browse files
Options
Downloads
Patches
Plain Diff
[IMP] dropdown_selection widget renamed kanban_state_selection
bzr revid: tde@openerp.com-20140508153432-h3f2ez0grw8rst1n
parent
ea1e0e32
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
addons/project/project_view.xml
+2
-2
2 additions, 2 deletions
addons/project/project_view.xml
addons/project_issue/project_issue_view.xml
+2
-2
2 additions, 2 deletions
addons/project_issue/project_issue_view.xml
with
4 additions
and
4 deletions
addons/project/project_view.xml
+
2
−
2
View file @
32561d93
...
...
@@ -378,7 +378,7 @@
</header>
<sheet
string=
"Task"
>
<div
class=
"oe_right"
>
<field
name=
"kanban_state"
class=
"oe_inline"
widget=
"
dropdown
_selection"
/>
<field
name=
"kanban_state"
class=
"oe_inline"
widget=
"
kanban_state
_selection"
/>
</div>
<h1>
<field
name=
"name"
placeholder=
"Task summary..."
class=
"oe_inline"
/>
...
...
@@ -527,7 +527,7 @@
<div
class=
"oe_kanban_bottom_right"
>
<img
t-att-src=
"kanban_image('res.users', 'image_small', record.user_id.raw_value)"
t-att-title=
"record.user_id.value"
width=
"24"
height=
"24"
class=
"oe_kanban_avatar pull-right"
/>
<div
class=
"pull-left"
groups=
"base.group_user"
>
<field
name=
"kanban_state"
widget=
"
dropdown
_selection"
/>
<field
name=
"kanban_state"
widget=
"
kanban_state
_selection"
/>
<field
name=
"priority"
widget=
"priority"
/>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
addons/project_issue/project_issue_view.xml
+
2
−
2
View file @
32561d93
...
...
@@ -53,7 +53,7 @@
</header>
<sheet
string=
"Issue"
>
<div
class=
"oe_right"
>
<field
name=
"kanban_state"
class=
"oe_inline"
widget=
"
dropdown
_selection"
/>
<field
name=
"kanban_state"
class=
"oe_inline"
widget=
"
kanban_state
_selection"
/>
</div>
<label
for=
"name"
class=
"oe_edit_only"
/>
<h1>
...
...
@@ -219,7 +219,7 @@
<div
class=
"oe_kanban_bottom_right"
>
<img
t-att-src=
"kanban_image('res.users', 'image_small', record.user_id.raw_value)"
t-att-title=
"record.user_id.value"
width=
"24"
height=
"24"
class=
"oe_kanban_avatar pull-right"
/>
<div
class=
"pull-left"
groups=
"base.group_user"
>
<field
name=
"kanban_state"
widget=
"
dropdown
_selection"
/>
<field
name=
"kanban_state"
widget=
"
kanban_state
_selection"
/>
<field
name=
"priority"
widget=
"priority"
/>
</div>
</div>
...
...
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