[IMP] outgoing_email_by_model: pre-commit stuff

pull/1512/head
emiliesoutiras 2024-12-11 19:28:06 +01:00
parent 69f4fba8fe
commit 79014f37c6
3 changed files with 8 additions and 0 deletions

View File

@ -3,6 +3,7 @@ cairosvg
cryptography<37
extract_msg
lottie
odoo_test_helper
premailer
python-telegram-bot
requests_toolbelt

View File

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

View File

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