Skip to content

Commit

Permalink
editable accounting_date after validated
Browse files Browse the repository at this point in the history
  • Loading branch information
AungKoKoLin1997 committed Oct 19, 2023
1 parent 4326c45 commit 50c9e5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<field
name="accounting_date"
string="Consumable Effective Date"
attrs="{'invisible': [('show_consumable_date', '=', False)]}"
attrs="{'invisible': [('show_consumable_date', '=', False)],'readonly': [('state', '=', 'cancel')]}"
/>
</xpath>
</field>
Expand Down

0 comments on commit 50c9e5c

Please sign in to comment.