Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odpovědi
566 Zobrazení

Hello,

I am looking for a way to convert the view I get when going to the Catalog in a PO from Kanban to List view.

From what I can tell Kanban is encoded directly into the page.  If there is a app or mod to do this please let me know.  If not then a good place to start would be appreciated.

Odoo 17.0.1 community is the version I am using.

Any help is appreciated.


Thank you

Avatar
Zrušit
Nejlepší odpověď

Hi Sean, I actually was looking for this option on SO's but didn't find it either. In Odoo you can search for all possibile "views"and there is no "product.view.list.catalog". It means it need to be created by code. 
Another option is I guess to search for an Oca or third party module for adding multiple lines. They have a list view. In the end, it does the same. 
I quickly searched and found this one: https://apps.odoo.com/apps/modules/17.0/sr_purchase_multi_product_selection. Probably there are more options. 

Avatar
Zrušit
Nejlepší odpověď

Hi,

To set the list view as the default view of the catalog page in the Purchase application in Odoo Community Edition, please follow the steps below:

1. Activate developer mode in the settings by clicking "Activate Developer Mode."


2. Navigate to the catalog page of the Purchase application and click the debug icon that appears at the top right of the screen.

3. Select the "Edit Action" option, and a new page will open.

4. On that page, go to the Views section. In the View Mode field, change the value from kanban,tree,form,activity to tree,kanban,form,activity.

5. Click the Save button.

Now, the default view of the page will be changed.

Thank you.


Avatar
Zrušit
Autor

Hello,

Thank you for the post about changing views.  This walk-through has come in very helpful in other parts of fine tuning my Odoo setup.

However this does not help with the question that I asked as there is no option ( Edit Action) available for the page I need to change.  The link to the page in question is on the Purchase page when you click Catalog

This is the page that I need the list view on but there does not seem to be any other option in the code.  I am hoping that I am wrong in this and someone can show me how to change it.

​Your assistance above is much appreciated.

Thank you