-
-
Notifications
You must be signed in to change notification settings - Fork 650
/
__manifest__.py
28 lines (27 loc) · 982 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Copyright 2017-2022 Akretion France (http://www.akretion.com/)
# Copyright 2018-2022 Jarsa Sistemas (Alan Ramos <alan.ramos@jarsa.com.mx>)
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Product Expiry Simple",
"version": "16.0.1.0.0",
"category": "Product",
"license": "AGPL-3",
"summary": "Simpler and better alternative to the official product_expiry module",
"author": "Akretion,Jarsa Sistemas,Odoo Community Association (OCA)",
"maintainers": ["alexis-via"],
"website": "https://github.com/OCA/stock-logistics-workflow",
"depends": [
"stock",
],
"excludes": ["product_expiry"],
"data": [
"data/product_removal.xml",
"views/product_template.xml",
"views/stock_lot.xml",
"views/stock_quant.xml",
"views/stock_move_line.xml",
"views/stock_picking.xml",
],
"installable": True,
}