Skip to content

Commit

Permalink
[IMP] stock_account_valuation_report: filters added are more useful d…
Browse files Browse the repository at this point in the history
…isplayed with AND conditions
  • Loading branch information
AaronHForgeFlow committed Sep 13, 2024
1 parent d4d84fa commit a5c6f44
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,19 @@
name="real_valuation"
domain="[('valuation', '=', 'real_time')]"
/>
<separator />
<filter
string="Manual"
name="manual_valuation"
domain="[('valuation', '=', 'manual_periodic')]"
/>
<separator />
<filter
string="Qty Discrepancy"
name="qty_discrepancy_not_null"
domain="[('qty_discrepancy', '!=', 0.0), ('valuation', '=', 'real_time')]"
/>
<separator />
<filter
string="Valuation Discrepancy"
name="valuation_discrepancy_not_null"
Expand Down

0 comments on commit a5c6f44

Please sign in to comment.