Skip to content
Snippets Groups Projects
Commit f4fb0251 authored by Benjami's avatar Benjami
Browse files

Added faker as a testing requirement :fingers_crossed:

parent 09b68b56
No related branches found
No related tags found
2 merge requests!253[REL] Release 06/11/23,!191V1 imrpvements to CompanyEasyCreation wizard (CRM Lead execution)🙋‍
......@@ -2,6 +2,9 @@ import setuptools
setuptools.setup(
setup_requires=['setuptools-odoo'],
extras_require={
'testing': ['faker'],
},
odoo_addon={
"depends_override": {
"account_lock_date_update": "odoo14-addon-account-lock-date-update==14.0.2.0.1.dev10",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment