Skip to content

Commit

Permalink
[MIG] web_history_back: migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kluna1998 committed Jan 13, 2025
1 parent 66ad589 commit c836acd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 17 deletions.
9 changes: 7 additions & 2 deletions web_history_back/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@
"name": "Web History Back",
"summary": """
Add history back""",
"version": "14.0.1.0.0",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "CreuBlanca",
"website": "https://github.com/tegin/cb-addons",
"depends": ["web"],
"data": ["views/templates.xml"],
"data": [],
"demo": ["demo/res_partner.xml"],
"assets": {
"web.assets_backend": [
"/web_history_back/static/src/js/*.js",
]
},
}
15 changes: 0 additions & 15 deletions web_history_back/views/templates.xml

This file was deleted.

0 comments on commit c836acd

Please sign in to comment.