Skip to content

[ADD] event_service_base: base module for event service core models#6

Draft
chdh-odoo wants to merge 1 commit into
mainfrom
master-full-stack-app-chdh
Draft

[ADD] event_service_base: base module for event service core models#6
chdh-odoo wants to merge 1 commit into
mainfrom
master-full-stack-app-chdh

Conversation

@chdh-odoo
Copy link
Copy Markdown
Collaborator

todo: needs to clean the commit msg

added installable module as well to test the base module only later will create sepearte commit ;)

security
Grant full CRUD access to event services and registrations for users Allow create/write on categories and tags while restricting delete

todo: needs to clean the commit msg

added installable module as well to test the base module only
later will create sepearte commit ;)

security
Grant full CRUD access to event services and registrations for users
Allow create/write on categories and tags while restricting delete
_name = "event.service.registration"
_description = "Event Service Registration"

name = fields.Char(string="Event Name", readonly=True, copy=False)
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

maybe not read only?

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.

1 participant