Skip to Content
Menu

List View Column width Adjustment

by
Odoo
v 18.0 Third Party 520
Download for v 18.0 Deploy on Odoo.sh Live Preview
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 499
Technical Name web_listview_column_width_cr
LicenseLGPL-3
Websitehttp://www.candidroot.com
Versions 17.0 18.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 499
Technical Name web_listview_column_width_cr
LicenseLGPL-3
Websitehttp://www.candidroot.com
Versions 17.0 18.0
candidroot-logo
Community Enterprise

List View Column width Adjustment

This module allows user to adjustment of any list view column width.

01

First You need to install(Activate) the module

02

Once Module successfully installed.
User can adjustment width of the any list view coloumn and its store in current browser.

Get Help From Us!

Email Us Need Our Service ? Our More Apps

Our Services

support
Odoo Implementation
apps
Odoo Customization
support
Odoo Development
apps
Odoo Migration
support
Odoo Integration
apps
Odoo Consulting
support
Odoo Support
apps
Odoo Theme Development
support
Odoo CMS Development
apps
Odoo Ecommerce Development
support
Odoo Mobile App
apps
Odoo Training

Please Follow Us On

Please log in to comment on this module

  • 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.
Please choose a rating from 1 to 5 for this module.
by
Nopphadol Boonnadee
on 4/9/25, 11:40 PM


Re:
by
CandidRoot Solutions Pvt. Ltd.
on 4/10/25, 12:35 AM Author

Thank you for your appreciation !


It is very useful! Thank you!
by
Marko
on 2/7/25, 10:58 AM

It is very useful. I faced a problem with column 'sequence':

<list>
<field name="id" optional="hide"/>
<field name="sequence" widget="handle"/>
<field name="sequence" optional="hide"/>
<field name="name" widget="cps_logo" string="L"/>
<field name="name"/>
</list>

I cannot properly set the column width because UI doesn't react properly.

Overall it is very useful add-on!

Re: It is very useful! Thank you!
by
CandidRoot Solutions Pvt. Ltd.
on 2/9/25, 11:42 PM Author

Thank you for your appreciation and Kind words.

Thank you very much for suggestion about UI.


by
Grzegorz Krukar
on 3/17/25, 4:27 AM

Error in project -> configuration -> task stages

UncaughtPromiseError > OwlError


Uncaught Promise > The following error occurred in onMounted: "OPEN_FORM_VIEW_BUTTON_WIDTH is not defined"


Occured on localhost:8069 on 2025-03-17 08:27:26 GMT


OwlError: The following error occurred in onMounted: "OPEN_FORM_VIEW_BUTTON_WIDTH is not defined"

    Error

        at wrapError (http://localhost:8069/web/assets/debug/web.assets_web.js:10619:23) (/web/static/lib/owl/owl.js:2631)

        at onMounted (http://localhost:8069/web/assets/debug/web.assets_web.js:10673:27) (/web/static/lib/owl/owl.js:2685)

        at useEffect (http://localhost:8069/web/assets/debug/web.assets_web.js:14102:9) (/web/static/lib/owl/owl.js:6114)

        at useMagicColumnWidthsInherit (http://localhost:8069/web/assets/debug/web.assets_web.js:209232:9) (/web_listview_column_width_cr/static/src/js/list_renderer.js:389)

        at ListRenderer.setup (http://localhost:8069/web/assets/debug/web.assets_web.js:208989:29) (/web_listview_column_width_cr/static/src/js/list_renderer.js:146)

        at new ComponentNode (http://localhost:8069/web/assets/debug/web.assets_web.js:10367:28) (/web/static/lib/owl/owl.js:2379)

        at http://localhost:8069/web/assets/debug/web.assets_web.js:13963:28 (/web/static/lib/owl/owl.js:5975)

        at ListController.slot10 (eval at compile (http://localhost:8069/web/assets/debug/web.assets_web.js:13687:20), <anonymous>:177:27) (/web/static/lib/owl/owl.js:5699)

        at callSlot (http://localhost:8069/web/assets/debug/web.assets_web.js:10984:37) (/web/static/lib/owl/owl.js:2996)

        at Layout.template (eval at compile (http://localhost:8069/web/assets/debug/web.assets_web.js:13687:20), <anonymous>:39:10) (/web/static/lib/owl/owl.js:5699)


Caused by: ReferenceError: OPEN_FORM_VIEW_BUTTON_WIDTH is not defined

    at computeWidths (http://localhost:8069/web/assets/debug/web.assets_web.js:209291:32) (/web_listview_column_width_cr/static/src/js/list_renderer.js:448)

    at forceColumnWidths (http://localhost:8069/web/assets/debug/web.assets_web.js:209093:28) (/web_listview_column_width_cr/static/src/js/list_renderer.js:250)

    at http://localhost:8069/web/assets/debug/web.assets_web.js:209234:7 (/web_listview_column_width_cr/static/src/js/list_renderer.js:391)

    at ListRenderer.<anonymous> (http://localhost:8069/web/assets/debug/web.assets_web.js:14104:23) (/web/static/lib/owl/owl.js:6116)

    at http://localhost:8069/web/assets/debug/web.assets_web.js:10633:26 (/web/static/lib/owl/owl.js:2645)

    at RootFiber.complete (http://localhost:8069/web/assets/debug/web.assets_web.js:9766:29) (/web/static/lib/owl/owl.js:1778)

    at Scheduler.processFiber (http://localhost:8069/web/assets/debug/web.assets_web.js:13776:27) (/web/static/lib/owl/owl.js:5788)

    at Scheduler.processTasks (http://localhost:8069/web/assets/debug/web.assets_web.js:13751:22) (/web/static/lib/owl/owl.js:5763)

    at http://localhost:8069/web/assets/debug/web.assets_web.js:13737:68 (/web/static/lib/owl/owl.js:5749)


by
Grzegorz Krukar
on 3/17/25, 4:27 AM