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

[ADD] estate: creates a new estate application module #231

Open
wants to merge 5 commits into
base: 18.0
Choose a base branch
from

Conversation

omar-sherif9992
Copy link

No description provided.

@robodoo
Copy link

robodoo commented Jan 21, 2025

Pull request status dashboard

@@ -0,0 +1,1766 @@
"id","country_id:id","name","code"

Choose a reason for hiding this comment

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

where is this file coming from??

Comment on lines 9 to 13
'data': [
'security/ir.model.access.csv', # Add access rights
'views/estate_property_views.xml', # Add the XML file

],

Choose a reason for hiding this comment

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

Suggested change
'data': [
'security/ir.model.access.csv', # Add access rights
'views/estate_property_views.xml', # Add the XML file
],
'data': [
'security/ir.model.access.csv',
'views/estate_property_views.xml',
],

@@ -0,0 +1,2 @@
from . import models
from . import data

Choose a reason for hiding this comment

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

Suggested change
from . import data

only import the folders that contain python files

Choose a reason for hiding this comment

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

remove this file

Choose a reason for hiding this comment

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

remove this file as well

_order = "sequence"

name = fields.Char('Property Name', required=True, translate=True)
barn = fields.Char(string='Namei barn', required=True, translate=True)

Choose a reason for hiding this comment

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

what is this field???!!!

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