[MIG] account_move_print: Migration to 15.0

This commit is contained in:
Emad Shaaban
2022-03-20 13:17:58 +02:00
parent 469564acda
commit 08071df020
3 changed files with 8 additions and 1 deletions

View File

@@ -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",

View File

@@ -0,0 +1 @@
../../../../account_move_print

View File

@@ -0,0 +1,6 @@
import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)