Commit 511273a 1 parent f7c3626 commit 511273a Copy full SHA for 511273a
File tree 7 files changed +130
-154
lines changed
maintenance_request_employee
7 files changed +130
-154
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ Maintenance Request Employee
10
10
!! source digest: sha256:2b54f9fc10d0ac22cedffa636f44ffe40daddf102aea3bddd96a9f92ac2609ee
11
11
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12
12
13
- .. |badge1 | image :: https://img.shields.io/badge/maturity-Beta-yellow .png
13
+ .. |badge1 | image :: https://img.shields.io/badge/maturity-Production%2FStable-green .png
14
14
:target: https://odoo-community.org/page/development-status
15
- :alt: Beta
15
+ :alt: Production/Stable
16
16
.. |badge2 | image :: https://img.shields.io/badge/licence-AGPL--3-blue.png
17
17
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18
18
:alt: License: AGPL-3
@@ -60,6 +60,7 @@ Contributors
60
60
61
61
- Pedro M. Baeza
62
62
- Víctor Martínez
63
+ - Carlos Lopez
63
64
64
65
Maintainers
65
66
-----------
Original file line number Diff line number Diff line change 2
2
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
3
3
{
4
4
"name" : "Maintenance Request Employee" ,
5
- "version" : "15 .0.1.0.0" ,
5
+ "version" : "17 .0.1.0.0" ,
6
6
"category" : "Maintenance" ,
7
7
"website" : "https://github.com/OCA/maintenance" ,
8
8
"author" : "Tecnativa, Odoo Community Association (OCA)" ,
11
11
"data" : ["views/maintenance_request_views.xml" ],
12
12
"installable" : True ,
13
13
"maintainers" : ["victoralmau" ],
14
+ "development_status" : "Production/Stable" ,
14
15
}
Original file line number Diff line number Diff line change 1
1
- [ Tecnativa] ( https://www.tecnativa.com )
2
2
- Pedro M. Baeza
3
3
- Víctor Martínez
4
+ - Carlos Lopez
Original file line number Diff line number Diff line change @@ -369,7 +369,7 @@ <h1 class="title">Maintenance Request Employee</h1>
369
369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370
370
!! source digest: sha256:2b54f9fc10d0ac22cedffa636f44ffe40daddf102aea3bddd96a9f92ac2609ee
371
371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372
- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/maintenance/tree/17.0/maintenance_request_employee "> < img alt ="OCA/maintenance " src ="https://img.shields.io/badge/github-OCA%2Fmaintenance-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/maintenance-17-0/maintenance-17-0-maintenance_request_employee "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/maintenance&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
372
+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Production/Stable " src ="https://img.shields.io/badge/maturity-Production%2FStable-green.png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/agpl-3.0-standalone.html "> < img alt ="License: AGPL-3 " src ="https://img.shields.io/badge/licence-AGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OCA/maintenance/tree/17.0/maintenance_request_employee "> < img alt ="OCA/maintenance " src ="https://img.shields.io/badge/github-OCA%2Fmaintenance-lightgray.png?logo=github " /> </ a > < a class ="reference external image-reference " href ="https://translation.odoo-community.org/projects/maintenance-17-0/maintenance-17-0-maintenance_request_employee "> < img alt ="Translate me on Weblate " src ="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png " /> </ a > < a class ="reference external image-reference " href ="https://runboat.odoo-community.org/builds?repo=OCA/maintenance&target_branch=17.0 "> < img alt ="Try me on Runboat " src ="https://img.shields.io/badge/runboat-Try%20me-875A7B.png " /> </ a > </ p >
373
373
< p > This module adds the option to define employees in maintenance requests.</ p >
374
374
< p > < strong > Table of contents</ strong > </ p >
375
375
< div class ="contents local topic " id ="contents ">
@@ -405,6 +405,7 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
405
405
< li > < a class ="reference external " href ="https://www.tecnativa.com "> Tecnativa</ a > < ul >
406
406
< li > Pedro M. Baeza</ li >
407
407
< li > Víctor Martínez</ li >
408
+ < li > Carlos Lopez</ li >
408
409
</ ul >
409
410
</ li >
410
411
</ ul >
Original file line number Diff line number Diff line change 46
46
</field >
47
47
<xpath expr =" //span[@t-if='record.employee_id.raw_value']" position =" after" >
48
48
<div t-if =" record.employee_ids.raw_value" >
49
- <t
50
- t-foreach =" record.employee_ids.raw_value.slice(0,11)"
51
- t-as =" employee"
52
- >
53
- <img
54
- class =" oe_kanban_avatar o_image_24_cover"
55
- t-att-src =" kanban_image('hr.employee', 'image_128', employee)"
56
- t-att-data-member_id =" employee"
57
- alt =" Employee"
58
- />
59
- </t >
49
+ <field name =" employee_ids" widget =" many2many_avatar_user" />
60
50
</div >
61
51
</xpath >
62
52
</field >
You can’t perform that action at this time.
0 commit comments