[MIG] account_move_post_date_user: Migration to 17.0

This commit is contained in:
LauraCForgeFlow
2024-05-23 09:53:00 +02:00
parent b5d872d4b0
commit d63e9f6bb5
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
{
"name": "Account Move Post Date User",
"summary": "Trace journal entry posting date and user.",
"version": "16.0.1.0.0",
"version": "17.0.1.0.0",
"category": "Accounting",
"website": "https://github.com/OCA/account-financial-tools",
"author": "ForgeFlow S.L., Odoo Community Association (OCA)",

View File

@@ -10,7 +10,7 @@ from odoo.addons.account.tests.common import AccountTestInvoicingCommon
@tagged("post_install", "-at_install")
class TestAccountMovePostDateUser(AccountTestInvoicingCommon):
def setUp(self):
super(TestAccountMovePostDateUser, self).setUp()
super().setUp()
self.account_move_obj = self.env["account.move"]
self.partner = self.browse_ref("base.res_partner_12")
self.account = self.company_data["default_account_revenue"]