-
Notifications
You must be signed in to change notification settings - Fork 2.6k
VIDEC Onboarding #1001
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
base: 19.0
Are you sure you want to change the base?
VIDEC Onboarding #1001
Conversation
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_group_user,estate.group.user,model_estate_property,base.group_user,1,1,1,1 No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
End of file newline missing
estate/views/estate_menus.xml
Outdated
<menuitem id="estate_model_menu_action" action="estate_property_model_action"/> | ||
</menuitem> | ||
</menuitem> | ||
</odoo> No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
End of file newline missing
<field name="res_model">estate.property</field> | ||
<field name="view_mode">list,form</field> | ||
</record> | ||
</odoo> No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
End of file newline missing
[CORRECTION] [CORRECTION COMMIT] add line
d0d1ffc
to
410b203
Compare
delete substract
410b203
to
703064a
Compare
[FIX] delete whitespaces
657d819
to
ef99a27
Compare
[FIX] Mofify usererror exception
d7439ad
to
d5bb3d6
Compare
Creating estate app