diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-31 13:40:38 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2023-08-31 13:40:38 +0700 |
| commit | 3f9ee6e5297afbd7aad670eb061c069621af888e (patch) | |
| tree | 0a91a9c5e55adeda13e337f313b6552b2a33edce /indoteknik_custom/views | |
| parent | 5e85d3f86366018546dab425a8c41eb8a4f3056e (diff) | |
refactor validate product
Diffstat (limited to 'indoteknik_custom/views')
| -rw-r--r-- | indoteknik_custom/views/cost_centre.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indoteknik_custom/views/cost_centre.xml b/indoteknik_custom/views/cost_centre.xml index 665b0025..3e4d2736 100644 --- a/indoteknik_custom/views/cost_centre.xml +++ b/indoteknik_custom/views/cost_centre.xml @@ -19,7 +19,7 @@ <sheet string="Cost Centre"> <group> <group> - <field name="name"/> + <field name="name" required="1"/> <field name="description"/> </group> </group> |
