*: Fix pylint

This commit is contained in:
Enric Tobella
2023-10-29 20:43:42 +01:00
parent d24db3c35b
commit 6af23355e8
22 changed files with 49 additions and 67 deletions

View File

@@ -6,7 +6,7 @@
<field name="name">stock.request.allocation.tree</field>
<field name="model">stock.request.allocation</field>
<field name="arch" type="xml">
<tree string="Stock Request Allocations">
<tree>
<field name="stock_request_id" />
<field name="stock_move_id" />
<field name="product_id" />

View File

@@ -7,7 +7,6 @@
<field name="model">stock.request</field>
<field name="arch" type="xml">
<tree
string="Stock Requests"
decoration-muted="state == 'cancel'"
decoration-bf="message_needaction==True"
>