From 951c9c22ceb68f72f564c49edab0dc24b999d755 Mon Sep 17 00:00:00 2001 From: David Beal Date: Mon, 30 Dec 2024 10:46:22 +0100 Subject: [PATCH] FIX ci --- optional_c/__manifest__.py | 1 + product_pricelist_supplierinfo_category/pyproject.toml | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 product_pricelist_supplierinfo_category/pyproject.toml diff --git a/optional_c/__manifest__.py b/optional_c/__manifest__.py index 889b379..10f84f3 100644 --- a/optional_c/__manifest__.py +++ b/optional_c/__manifest__.py @@ -7,6 +7,7 @@ "license": "GPL-3", "depends": [ "developer_menu", + "mail_layout_preview", "partner_pricelist_search", ], "installable": True, diff --git a/product_pricelist_supplierinfo_category/pyproject.toml b/product_pricelist_supplierinfo_category/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/product_pricelist_supplierinfo_category/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi"