Browse Source

[IMP] add field effective_date in tree view

pull/93/head
Houssine BAKKALI 4 years ago
committed by GitHub
parent
commit
bfa0d8fb03
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      easy_my_coop/view/operation_request_view.xml

1
easy_my_coop/view/operation_request_view.xml

@ -6,6 +6,7 @@
<field name="arch" type="xml">
<tree string="Operation requests" colors="green:state in ('approved'); blue:state in ('draft');grey: state in ('done')">
<field name="request_date"/>
<field name="effective_date"/>
<field name="partner_id"/>
<field name="operation_type"/>
<field name="quantity"/>

Loading…
Cancel
Save