[IMP] scheduler_error_mailer: black, isort, prettier

pull/2553/head
Luis Ernesto García Medina 2023-02-13 12:17:40 -06:00
parent 7dc63d0a6a
commit af1f096823
3 changed files with 8 additions and 1 deletions

View File

@ -6,7 +6,7 @@
{
"name": "Scheduler Error Mailer",
"version": "13.0.1.0.0",
"version": "15.0.1.0.0",
"category": "Extra Tools",
"license": "AGPL-3",
"author": "Akretion,Sodexis,Odoo Community Association (OCA)",

View File

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

View File

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