The author can leave a single reply to each comment.
This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
If you want to start a discussion with the author, please use the developer contact information. They can usually be found in the description.
Any abuse of this reporting system will be penalized
Figured out the solution to the problem regarding list in stock move not working
by
Adwin Ang
on 7/3/24, 11:33 AM
In stock/static/src/views/picking_form/stock_move_one2many.xml, the "stock.MovesListRenderer.RecordRow" inherit-mode is "primary".
If you want to add the row number to it, you will need a separate extension just for the "stock.MovesListRenderer.RecordRow" and add the row number to that specific RecordRow.
This is not a result of any addition of custom modules. Please do check.
Not working in stock.picking
by
Fritz Schumacher
on 7/1/24, 8:59 AM
It's not quite working for me, particularly in the inventory. To be precise, it's in the "move_ids_without_package" table in stock.picking. When I go to the transfer overview in the sale_order and then into a picking, the first column with the "#" is there, but not visible in the table. This causes all values at the beginning of the list to shift, which messes up the view.
Line number cannot be displayed in production/inventory module
by
gavinguo
on 5/10/24, 10:14 PM
I just tested in 17, it working fine. Show column number well in inventory moves. Do you have any custom module installed?===No other modules are installed.
Not work well on some model
by
Phat Dang Minh
on 4/24/24, 4:06 AM
I tried to use this module but it did work not well for the Inventory module.
Re: Not work well on some model
by
Synodica Solutions Pvt. Ltd.
on 4/24/24, 4:49 AMAuthor
Can you let me know the issue you are getting. I just check in Inventory module and in that it working fine.
Fix picking stock move row number in Odoo 17
by
ibrahim
on 1/8/25, 2:14 AM
add this code inside the template in row_in_tree/src/views/list/list_render.xml: <t
Column number cannot be displayed in stock movement (14/17 bug)
by
gavinguo
on 5/5/24, 10:29 AM
This is a very useful feature. In version 17, the inventory moves, and the column number cannot be displayed; In version 14, sales order line add section, no delete button.
Re: Column number cannot be displayed in stock movement (14/17 bug)
by
Synodica Solutions Pvt. Ltd.
on 5/7/24, 1:56 AMAuthor
I just tested in 17, it working fine. Show column number well in inventory moves. Do you have any custom module installed?
Alignment Issues
by
Anas Ubaid
on 2/18/24, 1:19 AM
There is alignment issue in the tree view after installing. It shows the row number, but there is a huge gap between the numbers column and the column following it (like product id column in sales orders).
Please log in to comment on this module
Report comment
Any abuse of this reporting system will be penalizedFigured out the solution to the problem regarding list in stock move not working
In stock/static/src/views/picking_form/stock_move_one2many.xml, the "stock.MovesListRenderer.RecordRow" inherit-mode is "primary".
If you want to add the row number to it, you will need a separate extension just for the "stock.MovesListRenderer.RecordRow" and add the row number to that specific RecordRow.
This is not a result of any addition of custom modules. Please do check.
Not working in stock.picking
It's not quite working for me, particularly in the inventory. To be precise, it's in the "move_ids_without_package" table in stock.picking. When I go to the transfer overview in the sale_order and then into a picking, the first column with the "#" is there, but not visible in the table. This causes all values at the beginning of the list to shift, which messes up the view.
Line number cannot be displayed in production/inventory module
I just tested in 17, it working fine. Show column number well in inventory moves. Do you have any custom module installed?===No other modules are installed.
Not work well on some model
I tried to use this module but it did work not well for the Inventory module.
Re: Not work well on some model
Can you let me know the issue you are getting. I just check in Inventory module and in that it working fine.
Fix picking stock move row number in Odoo 17
add this code inside the template in row_in_tree/src/views/list/list_render.xml:
<t
t-name="rowno_in_tree.MoveListRenderer.RecordRowNumber"
t-inherit="stock.MovesListRenderer.RecordRow"
t-inherit-mode="extension"
owl="1"
>
<xpath expr="//tr/td[@t-if='hasSelectors']" position="before">
<td tabindex="-1">
<span t-esc="RowNumber" />
</td>
</xpath>
</t>
Re: Fix picking stock move row number in Odoo 17
Ok
Not working in stock.picking
Same problem as everyone else
Column number cannot be displayed in stock movement (14/17 bug)
This is a very useful feature.
In version 17, the inventory moves, and the column number cannot be displayed;
In version 14, sales order line add section, no delete button.
Re: Column number cannot be displayed in stock movement (14/17 bug)
I just tested in 17, it working fine. Show column number well in inventory moves. Do you have any custom module installed?
Alignment Issues
There is alignment issue in the tree view after installing. It shows the row number, but there is a huge gap between the numbers column and the column following it (like product id column in sales orders).