-
Notifications
You must be signed in to change notification settings - Fork 2.5k
18.0 onboarding owl hasaa #974
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: 18.0
Are you sure you want to change the base?
Conversation
@hasaa-odoo Your PR is from a branch in 18.0 to 19.0, make sure the diff on the pr consists only of your changes |
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.
I didn't review last file I'll do it tomorrow
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.
don't push anything inside .vscode 💢
openLeads() { | ||
this.action.doAction({ | ||
type: 'ir.actions.act_window', | ||
name: 'CRM Leads', |
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.
You can make the name translatable
Also check where the name shows up when you run the action. It's important to know
awesome_dashboard/static/src/dashboard/piechartcard/pirchart_card.xml
Outdated
Show resolved
Hide resolved
awesome_dashboard/static/src/dashboard/piechartcard/pirchart_card.js
Outdated
Show resolved
Hide resolved
awesome_dashboard/static/src/dashboard/piechartcard/pirchart_card.xml
Outdated
Show resolved
Hide resolved
get Width() { | ||
return 18*this.props.size | ||
} |
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.
you should maybe name it something like itemWidth
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.
I just pushed the fixes
awesome_dashboard/static/src/dashboard/numbercard/number_card.xml
Outdated
Show resolved
Hide resolved
awesome_dashboard/static/src/dashboard/config_dialog/config_dialog.js
Outdated
Show resolved
Hide resolved
awesome_dashboard/static/src/dashboard/config_dialog/config_dialog.js
Outdated
Show resolved
Hide resolved
95411aa
to
bce32b6
Compare
11e66f7
to
3a7ac6c
Compare
PR for the web framework tutorial,
Note , i forgot to commit the changes for the old section so this will be my first commit (starting from 8th section)