mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[MIG] account_move_post_date_user: Migration to 17.0
This commit is contained in:
@@ -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)",
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user