*: 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

@@ -1,6 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<data noupdate="1">
<odoo noupdate="1">
<record id="seq_stock_request_kanban" model="ir.sequence">
<field name="name">Stock Request Kanban</field>
<field name="code">stock.request.kanban</field>
@@ -15,5 +14,4 @@
<field name="padding">5</field>
<field name="company_id" eval="False" />
</record>
</data>
</odoo>

View File

@@ -4,7 +4,7 @@
<field name="name">stock.inventory.kanban.tree</field>
<field name="model">stock.inventory.kanban</field>
<field name="arch" type="xml">
<tree string="Stock Inventories">
<tree>
<field name="name" />
<field name="count_missing_kanbans" />
<field name="state" />

View File

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