Skip to content

Commit

Permalink
[MIG] base_exception: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matiasperalta1 committed Dec 29, 2022
1 parent 5fdc9a1 commit 477a77f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion base_exception/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Exception Rule",
"version": "15.0.1.0.2",
"version": "16.0.1.0.0",
"development_status": "Mature",
"category": "Generic Modules",
"summary": """
Expand Down
1 change: 1 addition & 0 deletions base_exception/views/base_exception_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
<field name="description" />
</group>
</group>
<field name="exception_type" invisible="1" />
<group>
<group colspan="4" groups="base.group_system">
<field name="model" />
Expand Down
1 change: 1 addition & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
odoo_test_helper

0 comments on commit 477a77f

Please sign in to comment.