[IMP] base_changeset pre-commmit stuff

pull/2663/head
Mark Schuit 2023-06-29 17:33:19 +08:00 committed by Stefan Rijnhart
parent b80144bae3
commit cb6b3983a7
3 changed files with 8 additions and 1 deletions

View File

@ -4,7 +4,7 @@
{
"name": "Track record changesets",
"version": "15.0.1.0.0",
"version": "16.0.1.0.0",
"development_status": "Alpha",
"author": "Onestein, Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["astirpe"],

View File

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

View File

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