Skip to content

[ADD] estate: initial module setup#1330

Draft
dhsri-odoo wants to merge 7 commits into
odoo:19.0from
odoo-dev:19.0-tutorials-dhsri
Draft

[ADD] estate: initial module setup#1330
dhsri-odoo wants to merge 7 commits into
odoo:19.0from
odoo-dev:19.0-tutorials-dhsri

Conversation

@dhsri-odoo

Copy link
Copy Markdown

Add the basic structure for the estate module as part of the Odoo Server Framework 101 training.

Add the basic structure for the estate module as part of
the Odoo Server Framework 101 training.
@robodoo

robodoo commented Jun 5, 2026

Copy link
Copy Markdown

Pull request status dashboard

Add ir.model.access.csv and configure permissions for
estate.property.
Add spacing in manfest file and modal
Add a state field to estate properties with lifecycle stages
Configure default value, required constraint, and disable copying.

@bit-odoo bit-odoo left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Hello @dhsri-odoo
Good Work!

Can you please follwe the proper commit message guidelines and also improve your pr description?

Thanks

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Comment thread estate/security/ir.model.access.csv Outdated
@@ -0,0 +1,2 @@
id,name,model_id/id,group_id/id,perm_read,perm_write,perm_create,perm_unlink
access_estate_property,estate.property,model_estate_property,base.group_user,1,1,1,1 No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Should be one empty line at the end of the file.

</search>
</field>
</record>
</odoo> No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Should be one empty line at the end of the file.

Comment thread estate/views/estate_menus.xml Outdated


</menuitem>
</odoo> No newline at end of file

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Should be one empty line at the end of the file.

</form>
</field>
</record>
<record id="estate_property_search" 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.

It is good to have one empty line before it for better visibility.

Comment thread estate/views/estate_menus.xml Outdated
@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

unneccary diff.


<menuitem id="estate_property_menu" name="real estate" action="estate_property_action"
web_icon="estate,static/description/icon.png">

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

unneccary diff.


<menuitem name="sales" id="estate_sales_property" action="estate_property_action" />
<menuitem name="crm" id="estate_crm_property" action="estate_property_action"/>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

unneccary diff.

<record id="estate_list_property" model="ir.ui.view">
<field name="name">estate</field>
<field name="model">estate.property</field>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

unneccary diff.

@dhsri-odoo

Copy link
Copy Markdown
Author

Got it. I will follow the guidelines and improve the PR description on the next push.
Thanks!

…o data EM

This commit introduces dedicated offer and tag models with the
necessary views, actions, menus, and access rights. Properties can
now be associated with multiple tags and offers
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