Browse Source

[ADD] Roadmap

pull/194/head
Maxime Chambreuil 6 years ago
parent
commit
91bb5c8eaa
  1. 5
      agreement/__manifest__.py
  2. 3
      agreement/readme/ROADMAP.rst

5
agreement/__manifest__.py

@ -12,8 +12,11 @@
"license": "AGPL-3", "license": "AGPL-3",
"version": "11.0.0.0.1", "version": "11.0.0.0.1",
"depends": [ "depends": [
"account",
"contacts",
"mail", "mail",
"sale_management"
"product",
"sale_management",
], ],
"data": [ "data": [
"views/reports.xml", "views/reports.xml",

3
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)
Loading…
Cancel
Save