fx_fixed_table

by
Odoo

128.58

v 13.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 1313
Technical Name fx_list_view
LicenseOPL-1
Websitehttp://odoo.funenc.com
Versions 13.0
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 1313
Technical Name fx_list_view
LicenseOPL-1
Websitehttp://odoo.funenc.com
Versions 13.0

tx table view is a list with a fixed table header and fixed columns, and at the same time fixes some problems with the list itself

(current realse 1.0.1)

arrow

Key Features

  • arrow
    fixed header row
  • arrow
    Adaptive height, automatically fill up the remaining space
  • arrow
  • arrowr
    fixed left and fixed right column
  • arrowr
    sortable and keep width after sort
  • arrow

Free 90 Days Support

FxOdoo will provide FREE 90 days support for any doubt, queries, and bug fixing (excluding data recovery) or any type of issues related to this backend theme, This is applicable from the date of purchase. and all the updates are Free!

Note

Ideally we have only made our module compatible with standard Odoo Community Editions UI. If not, you can inform us

FREE 90 DAYS SUPPORT

Ksolves will provide FREE 90 days support for any doubt, queries, and bug fixing (excluding data recovery) or any type of issues related to this module. This is applicable from the date of purchase.
NOTE: Extensively Tested on Odoo Vanilla with Ubuntu OS

    ========================================================================
    fx sub list view action and sub lsit view widget
    ========================================================================
    
    This Module will give your odoo with modern ui and some improvement
    
    Installation
    ==================================================================
    
    To install this module, you need to:
    
    Download the module and add it to your Odoo addons folder. Afterward, log on to
    your Odoo server and go to the Apps menu. Trigger the debug mode and update the
    list by clicking on the "Update Apps List" link. Now install the module by
    clicking on the install button.
    
    Upgrade
    ==================================================================
    
    To upgrade this module, you need to:
    
    Download the module and add it to your Odoo addons folder. Restart the server
    and log on to your Odoo server. Select the Apps menu and upgrade the module by
    clicking on the upgrade button.
    
    
    Configuration
    =============
    use the sub_list action like this:
    1、deinfe a action
    ::
    
        
            sublist view test
            sub_list_action
            {'template': 'two_list_demo'}
            main
        
    
    use the action:
    ::
    
          
    
    define the template:
    ::
    
        
        
    
            
                
Credits ======= Credits ======= Contributors ------------ * xun_dao Author & Maintainer ------------------- This module is maintained by the xun dao, if there is something wrong, please contact me! and if yu have some other requirement, send me a email!
arrow
Latest Release 1.0.1
21st May 2020
  • arrow
    Need some customization in this app, whom to contact?
    Please drop email at 2243879204@qq.com or raise a ticket through Odoo store itself.
  • arrow
    Do you provide any free support?
    Yes, we do provide free support for 90 days for any queries or any bug/issue fixing.
  • arrow
    Is it possible to add my favorite style?
    yes! just tell me and tell me the detail, We will try our best, But this is just help, not obligation

fx fix_header table

This table has a fixed table header and fixed columns, as an alternative to the standard table, to provide users with a better experience, and at the same time, add some practical functions

Installation

To install this module, you need to:

Download the module and add it to your Odoo addons folder. Afterward, log on to your Odoo server and go to the Apps menu. Trigger the debug mode and update the list by clicking on the "Update Apps List" link. Now install the module by clicking on the install button.

Upgrade

To upgrade this module, you need to:

Download the module and add it to your Odoo addons folder. Restart the server and log on to your Odoo server. Select the Apps menu and upgrade the module by clicking on the upgrade button.

Configuration

use the fx_table in tree view like this and yu can set the column options:

<record model="ir.ui.view" id="fx_theme_demo.fx_list">
  <field name="name">fx_theme_demo list</field>
  <field name="model">fx_theme_demo.fx_theme_demo</field>
  <field name="arch" type="xml">
    <tree limit="50" js_class="fx_table" editable="top">
      <field name="name" options="{'fixed_left': True}" />
      <field name="value1" />
      <field name="value2"/>
      <field name="value3"/>
      <field name="value4"/>
      <field name="value5"/>
      <field name="value6"/>
      <field name="value7"/>
      <field name="value8"/>
      <field name="value9" options="{'fixed_right': True}"/>
    </tree>
  </field>
</record>

set the list options from the context of action:

<!-- actions opening views on models -->
<record model="ir.actions.act_window" id="fx_theme_demo.action_window">
  <field name="name">fx_theme_demo window</field>
  <field name="res_model">fx_theme_demo.fx_theme_demo</field>
  <field name="view_mode">tree,form</field>
  <field name="context">
    {
      "fx_show_list_serial": True
    }
  </field>
<field name="view_ids" eval="[(5, 0, 0),
              (0, 0, {'view_mode': 'tree', 'view_id': ref('fx_theme_demo.list')})]"/>
</record>

Credits

Contributors

Author & Maintainer

This module is maintained by the xun_dao, if there is something wrong, please contact me! and if yu have some other requirement, send me a email!

Odoo Proprietary License v1.0

This software and associated files (the "Software") may only be used (executed,
modified, executed after modifications) if you have purchased a valid license
from the authors, typically via Odoo Apps, or if you have received a written
agreement from the authors of the Software (see the COPYRIGHT file).

You may develop Odoo modules that use the Software as a library (typically
by depending on it, importing it and using its resources), but without copying
any source code or material from the Software. You may distribute those
modules under the license of your choice, provided that this license is
compatible with the terms of the Odoo Proprietary License (For example:
LGPL, MIT, or proprietary licenses similar to this one).

It is forbidden to publish, distribute, sublicense, or sell copies of the Software
or modified copies of the Software.

The above copyright notice and this permission notice must be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

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 or have a question related to your purchase, please use the support page.