Skip to content

Commit

Permalink
[MIG] login_all_company: Migration to 16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amh-mw committed Sep 3, 2024
1 parent 54f88da commit f108e26
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion login_all_company/__manifest__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name": "Login All Company",
"summary": """
Access all your companies when you log in""",
"version": "15.0.0.0.0",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"author": "Creu Blanca,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/multi-company",
Expand Down
1 change: 1 addition & 0 deletions setup/login_all_company/odoo/addons/login_all_company
6 changes: 6 additions & 0 deletions setup/login_all_company/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit f108e26

Please sign in to comment.