Browse Source

[REF] Contract Forecast: remove dependency on product_contract

pull/283/head
Thomas Binsfeld 5 years ago
committed by sbejaoui
parent
commit
2be43da7f9
  1. 2
      contract_forecast/__manifest__.py

2
contract_forecast/__manifest__.py

@ -9,7 +9,7 @@
"license": "AGPL-3",
"author": "ACSONE SA/NV," "Odoo Community Association (OCA)",
"website": "https://github.com/OCA/contract",
"depends": ["base", "contract", "queue_job", "product_contract"],
"depends": ["base", "contract", "queue_job"],
"data": [
"security/contract_line_forecast_period.xml",
"views/contract_line_forecast_period.xml",

Loading…
Cancel
Save