Skip to content

Commit

Permalink
[ADD] sale_forecast
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsirintanis committed Mar 11, 2024
1 parent 40e3219 commit e8460af
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 0 deletions.
Empty file added sale_forecast/__init__.py
Empty file.
12 changes: 12 additions & 0 deletions sale_forecast/__manifest__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Copyright 2024 Therp BV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Sale Forecast",
"summary": "Sale forecast report",
"version": "16.0.1.0.0",
"category": "Generic Modules/Sale",
"author": "Therp BV, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/sale-workflow",
"depends": ["stock_demand_estimate", "stock_demand_estimate_matrix"],
"license": "AGPL-3",
}
1 change: 1 addition & 0 deletions setup/sale_forecast/odoo/addons/sale_forecast
6 changes: 6 additions & 0 deletions setup/sale_forecast/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import setuptools

setuptools.setup(
setup_requires=['setuptools-odoo'],
odoo_addon=True,
)

0 comments on commit e8460af

Please sign in to comment.