File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919##############################################################################
2020{
2121 "name" : "Stock UX" ,
22- "version" : "18.0.1.9 .0" ,
22+ "version" : "18.0.1.11 .0" ,
2323 "category" : "Warehouse Management" ,
2424 "sequence" : 14 ,
2525 "summary" : "" ,
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<odoo >
33
4+ <record id =" stock_picking_type_kanban" model =" ir.ui.view" >
5+ <field name =" name" >stock.picking.type.kanban</field >
6+ <field name =" model" >stock.picking.type</field >
7+ <field name =" inherit_id" ref =" stock.stock_picking_type_kanban" />
8+ <field name =" arch" type =" xml" >
9+ <xpath expr =" //t[@t-name='card']//a[@name='get_action_picking_tree_waiting']" position =" attributes" >
10+ <attribute name =" class" >col-12 pe-0 text-truncate</attribute >
11+ </xpath >
12+ <xpath expr =" //a[@name='get_action_picking_tree_late']" position =" attributes" >
13+ <attribute name =" class" >col-12 pe-0 text-truncate</attribute >
14+ </xpath >
15+ <xpath expr =" //a[@name='get_action_picking_tree_backorder']" position =" attributes" >
16+ <attribute name =" class" >col-12 pe-0 text-truncate</attribute >
17+ </xpath >
18+ <xpath expr =" //a[@name='get_action_picking_type_ready_moves']" position =" attributes" >
19+ <attribute name =" class" >col-12 pe-0 text-truncate</attribute >
20+ </xpath >
21+ </field >
22+ </record >
23+
424 <record id =" view_picking_type_form" model =" ir.ui.view" >
525 <field name =" name" >stock.picking.type.form</field >
626 <field name =" model" >stock.picking.type</field >
You can’t perform that action at this time.
0 commit comments