mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[MIG] account_move_print: Migration to 15.0
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
||||
{
|
||||
"name": "Account Move Print",
|
||||
"version": "14.0.1.0.0",
|
||||
"version": "15.0.1.0.0",
|
||||
"category": "Accounting",
|
||||
"license": "LGPL-3",
|
||||
"summary": "Adds the option to print Journal Entries",
|
||||
|
||||
1
setup/account_move_print/odoo/addons/account_move_print
Symbolic link
1
setup/account_move_print/odoo/addons/account_move_print
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../account_move_print
|
||||
6
setup/account_move_print/setup.py
Normal file
6
setup/account_move_print/setup.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import setuptools
|
||||
|
||||
setuptools.setup(
|
||||
setup_requires=['setuptools-odoo'],
|
||||
odoo_addon=True,
|
||||
)
|
||||
Reference in New Issue
Block a user