Skip to content

Commit

Permalink
[FIX] purchase_picking_state: Add post_install tag in tests to preven…
Browse files Browse the repository at this point in the history
…t test errors since odoo/odoo@81aac30

TT33774
  • Loading branch information
victoralmau committed Apr 18, 2022
1 parent 4e6cb6b commit 8027a8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions purchase_picking_state/tests/test_purchase_picking_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@

from datetime import datetime

from odoo.tests import tagged
from odoo.tools import DEFAULT_SERVER_DATETIME_FORMAT as DTF

from odoo.addons.account.tests.common import AccountTestInvoicingCommon


@tagged("post_install", "-at_install")
class TestPurchasePickingState(AccountTestInvoicingCommon):
def setUp(self):
super().setUp()
Expand Down

0 comments on commit 8027a8a

Please sign in to comment.