Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.0] Dissapearing Rows in One2Many field #6514

Closed
NaGeL182 opened this issue Apr 29, 2015 · 1 comment
Closed

[8.0] Dissapearing Rows in One2Many field #6514

NaGeL182 opened this issue Apr 29, 2015 · 1 comment

Comments

@NaGeL182
Copy link

I have the following view set up:
i have a custommodule that has a One2Many field called ertekeles_adat_ids and i display it so:

<field name="ertekeles_adat_ids"
   context="{'tree_view_ref' : 'rch_tmr.view_ertekeles_adat_tree'}"/>

the tree view is this:

<record id="view_ertekeles_adat_tree" model="ir.ui.view">
            <field name="name">view.ertekeles.adat.tree</field>
            <field name="model">ertekeles.adat</field>
            <field name="arch" type="xml">
                <tree string="Értékelések" editable="bottom">
                    <field name="maxdb" invisible="1"/>
                    <field name="lezarva" invisible="1"/>
                    <field name="state" invisible="1"/>
                    <field name="fix_cel" invisible="1"/>
                    <field name="min_szazalek" invisible="1"/>
                    <field name="max_szazalek" invisible="1"/>
                    <field name="kategoria_id" attrs="{'readonly':[('fix_cel','=', True)]}"/>
                    <field name="name" attrs="{'readonly':[('fix_cel','=', True)]}"/>
                    <field name="fix_cel_ertek" attrs="{'readonly':[('fix_cel','=', True)]}"/>
                    <field name="suly" attrs="{'readonly':[('fix_cel','=', True)]}"/>
                    <field name="teny_ertek" attrs="{'readonly':[('state','in', ['new'])]}"/>
                    <field name="teljesites" attrs="{'readonly':[('state','in', ['new'])]}"/>
                    <field name="comment"/>
                </tree>
            </field>
        </record>

and this all works. The Problem comes in when i edit multiple records from this view, and if i press enter and it jumps to the next one, if its an already existing line with filled out fields, certain fields disappears, like the image bellow:
image

Clicking the row again the fields reappear. It happens in IE10&IE11 , Chrome and in Firefox as well.

@Yenthe666
Copy link
Collaborator

Hi @NaGeL182,

Thank you for your bug report and our apoligies that we haven't had the time to look at this bug report. We do our best to handle all of them, but we sometimes miss some.
At this point Odoo 8 is no longer supported as Odoo only supports three versions (9.0, 10.0, 11.0 at the moment).
If you can still reproduce this issue on Odoo 9, Odoo 10 or Odoo 11 we encourage you to create a new bug report.

Regards,
Yenthe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants