diff --git a/agreement/__manifest__.py b/agreement/__manifest__.py index 11fd0166..2e524d5d 100644 --- a/agreement/__manifest__.py +++ b/agreement/__manifest__.py @@ -12,8 +12,11 @@ "license": "AGPL-3", "version": "11.0.0.0.1", "depends": [ + "account", + "contacts", "mail", - "sale_management" + "product", + "sale_management", ], "data": [ "views/reports.xml", diff --git a/agreement/readme/ROADMAP.rst b/agreement/readme/ROADMAP.rst new file mode 100644 index 00000000..58ac79c6 --- /dev/null +++ b/agreement/readme/ROADMAP.rst @@ -0,0 +1,3 @@ +* Split the module to remove the dependencies on sale and account and provide + the same feature in extra modules (agreement_sale, agreement_account, + agreement_purchase)