Skip to content

Commit

Permalink
[IMP] project_task_code: pre-commit auto fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Nedas Żilinskas committed Oct 22, 2024
1 parent 680712a commit 0b3e71f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions project_task_code/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ Contributors
- Saran Lim. <[email protected]>
- Tharathip Chaweewongphan <[email protected]>
- Ruchir Shukla <[email protected]>
- Nedas Žilinskas <[email protected]>

Maintainers
-----------
Expand Down
2 changes: 1 addition & 1 deletion project_task_code/models/project_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@

from odoo import _, api, fields, models


PROJECT_TASK_WRITABLE_FIELDS = {
"code",
}


class ProjectTask(models.Model):
_inherit = "project.task"
_rec_names_search = ["name", "code"]
Expand Down
1 change: 1 addition & 0 deletions project_task_code/static/description/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
<li>Saran Lim. &lt;<a class="reference external" href="mailto:saranl&#64;ecosoft.co.th">saranl&#64;ecosoft.co.th</a>&gt;</li>
<li>Tharathip Chaweewongphan &lt;<a class="reference external" href="mailto:tharathipc&#64;ecosoft.co.th">tharathipc&#64;ecosoft.co.th</a>&gt;</li>
<li>Ruchir Shukla &lt;<a class="reference external" href="mailto:ruchir&#64;bizzappdev.com">ruchir&#64;bizzappdev.com</a>&gt;</li>
<li>Nedas Žilinskas &lt;<a class="reference external" href="mailto:nedas.zilinskas&#64;avoin.systems">nedas.zilinskas&#64;avoin.systems</a>&gt;</li>
</ul>
</div>
<div class="section" id="maintainers">
Expand Down

0 comments on commit 0b3e71f

Please sign in to comment.