Skip to content

Commit

Permalink
Remove _view suffix from views
Browse files Browse the repository at this point in the history
Views are already in `views` folder, so I think this is redundant.
  • Loading branch information
Jairo Llopis committed Jun 25, 2020
1 parent a81c706 commit a597b1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template/module/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"security/ir.model.access.csv",
"templates/assets.xml",
"views/report_name.xml",
"views/res_partner_view.xml",
"wizards/wizard_model_view.xml",
"views/res_partner.xml",
"wizards/wizard_model.xml",
],
"demo": [
"demo/assets.xml",
Expand Down
File renamed without changes.

0 comments on commit a597b1c

Please sign in to comment.