Skip to content

19.0 chzam#1255

Draft
chzam-odoo wants to merge 6 commits intoodoo:19.0from
chzam-odoo:19.0-chzam
Draft

19.0 chzam#1255
chzam-odoo wants to merge 6 commits intoodoo:19.0from
chzam-odoo:19.0-chzam

Conversation

@chzam-odoo
Copy link
Copy Markdown

DO NOT MERGE

@robodoo
Copy link
Copy Markdown

robodoo commented May 6, 2026

Pull request status dashboard

<odoo>
<menuitem id="estate_menu_root" name="Real Estate">
<menuitem id="estate_first_level_menu" name="Advertisements">
<menuitem id="estate_property_menu_action" action="estate_property_action"></menuitem>
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<menuitem id="estate_property_menu_action" action="estate_property_action"></menuitem>
<menuitem id="estate_property_menu_action" parent="estate.estate_first_level_menu" action="estate_property_action"></menuitem>

Note if it were put in a separate file

Comment on lines +1 to +3
from odoo import fields, models

class EstateProperty(models.Model):
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
from odoo import fields, models
class EstateProperty(models.Model):
from odoo import fields, models
class EstateProperty(models.Model):

Comment thread estate/views/estate_property_views.xml Outdated
</field>
</record>

<record id="estate_property_type_view_tree" model="ir.ui.view">
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<record id="estate_property_type_view_tree" model="ir.ui.view">
<record id="estate_property_type_view_list" model="ir.ui.view">

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tree was deprecated on v18

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

Successfully merging this pull request may close these issues.

3 participants