Fix Issue in water bill

This commit is contained in:
eman 2024-11-18 22:45:14 +02:00
parent 7576e19328
commit e4f86f2a4c
1 changed files with 2 additions and 1 deletions

View File

@ -541,7 +541,8 @@
<field name="name">Services Requests</field>
<field name="res_model">service.request</field>
<field name="view_mode">tree,form</field>
<field name="domain">['|','|',('state','=','second_approve'),('state','=','accounting_approve'),('state','=','refused')]</field>
<field name="domain">['|','|','|','|',('state','=','second_approve'),('state','=','accounting_approve'),('state','=','refused'),
('state','=','send_request_to_supplier'), ('state','=','family_received_device')]</field>
<field name="help" type="html">
<p class="oe_view_nocontent_create">Create the Service Request
</p>