Skip to content

Commit

Permalink
[MIG] account_multicompany_code: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Luis Manuel [Vauxoo] authored and xmglord committed Apr 4, 2024
1 parent 295936c commit 95820ee
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion account_multicompany_code/__manifest__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Account Multicompany Code",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"author": "Vauxoo",
"category": "Accounting/Accounting",
"website": "https://www.vauxoo.com/",
Expand Down
6 changes: 3 additions & 3 deletions account_multicompany_code/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 15.0+e\n"
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2022-11-04 18:37+0000\n"
"PO-Revision-Date: 2022-11-04 18:37+0000\n"
"POT-Creation-Date: 2023-03-06 22:34+0000\n"
"PO-Revision-Date: 2023-03-06 22:34+0000\n"
"Last-Translator: Luis Manuel <luis.manuel@vauxoo.com>\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
Expand Down
3 changes: 1 addition & 2 deletions account_multicompany_code/tests/test_multicompany_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ def setUpClass(cls):

cls.company = cls.env.ref("base.main_company")
cls.company.code = "TEST-CODE"
cls.account_type_expenses = cls.env.ref("account.data_account_type_expenses")

def test_01_check_code_included_account_name(self):
"""Check that the code is shown in the account display names"""
account = self.env["account.account"].create(
{
"name": "Account Name",
"code": "999.01.05",
"user_type_id": self.account_type_expenses.id,
"account_type": "expense",
"company_id": self.company.id,
}
)
Expand Down

0 comments on commit 95820ee

Please sign in to comment.