Skip to content

Commit

Permalink
[MIG] ddmrp_warning: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPForgeFlow committed Oct 17, 2023
1 parent 91bcddb commit dbb2c90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ddmrp_warning/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

{
"name": "DDMRP Warning",
"version": "15.0.1.2.0",
"version": "16.0.1.0.0",
"summary": "Adds configuration warnings on stock buffers.",
"author": "ForgeFlow, Odoo Community Association (OCA)",
"development_status": "Beta",
Expand Down
1 change: 0 additions & 1 deletion ddmrp_warning/tests/test_ddmrp_warning.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def setUpClass(cls):

@classmethod
def _refresh_involved_buffers(cls):
cls.buffer_warnings.invalidate_cache()
cls.buffer_warnings.cron_actions()
cls.buffer_warnings._generate_ddmrp_warnings()

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-addon-ddmrp@git+https://github.com/OCA/ddmrp.git@refs/pull/314/head#subdirectory=setup/ddmrp

0 comments on commit dbb2c90

Please sign in to comment.