-
-
Notifications
You must be signed in to change notification settings - Fork 294
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
[REF] 8.0 mgmtsystem survey #30
Conversation
<menuitem id="menu_open_answers" | ||
name="Survey Answers" | ||
action="survey.action_browse_survey_response" | ||
parent="mgmtsystem.menu_mgmtsystem_main" | ||
sequence="90" | ||
groups="base.group_user"/> | ||
--> |
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.
Better to remove this altogether
The icon location has changed in v8, so it shouldn't be at |
@@ -3,14 +3,14 @@ | |||
|
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.
Please split this file by model
- data/survey_stage_data.xml
- data/survey_survey_data.xml
- data/survey_question_data.xml
- views/survey_survey_view.xml
419aa54
to
968195f
Compare
Coverage 100% except mgmtsystem, check #64 |
@@ -0,0 +1,13 @@ | |||
<openerp> | |||
<data> |
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.
noupdate="1" or set it as demo data
As for the data part, I'll check with max what we really want here. |
d8c61a7
to
8dfd21e
Compare
1 similar comment
@llacroix This is WIP, right? |
@dreispt Yes, I'll update the data demo thing. I'll update the PR later today |
@dreispt I made the changes, but I feel something is wrong with the demo data. Some fields seems to be missing in the new survey model. The runbot build is warning about some missing fields.
Those fields probably got renamed or removed. |
@llacroix just remove them from the demo data Otherwise, I have tested on runbot |
1 similar comment
👍 |
BSCOS-151: Change columns in res.partner List view
Added mgmtsystem as a dependency and fix some of the changes in the survey API.
Removed action related to
survey.action_browse_survey_response
as it doesn't seem to exist anymore.Depends on: