Skip to content

Commit

Permalink
TA#41404 remove readonly attribute (#175)
Browse files Browse the repository at this point in the history
* TA41404 remove readonly attribute

client needs to be able to add a manual perdiem line

* TA41404 bump version
  • Loading branch information
jjbreard2 authored Jan 9, 2023
1 parent 1a377bd commit 8983a48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion show_project_perdiem/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"name": "Show Project Per Diem",
"summary": "Add perdiems on shows",
"version": "1.1.0",
"version": "1.1.1",
"website": "https://bit.ly/numigi-com",
"author": "Numigi",
"maintainer": "Numigi",
Expand Down
1 change: 0 additions & 1 deletion show_project_perdiem/views/project_project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@
name="show_perdiem_ids"
nolabel="1"
colspan="2"
readonly="1"
>
<tree>
<field name="partner_id"/>
Expand Down

0 comments on commit 8983a48

Please sign in to comment.