[FIX] stock_cycle_count: remove widget

This commit is contained in:
Jordi Ballester Alomar
2022-12-12 18:50:46 +01:00
parent 2aab0e21bd
commit 16091da6c8

View File

@@ -9,7 +9,7 @@
<field name="arch" type="xml"> <field name="arch" type="xml">
<field name="date" position="after"> <field name="date" position="after">
<field name="location_ids" /> <field name="location_ids" />
<field name="responsible_id" widget="many2one_avatar_employee" /> <field name="responsible_id" />
<field name="cycle_count_id" /> <field name="cycle_count_id" />
<field name="inventory_accuracy" /> <field name="inventory_accuracy" />
</field> </field>