27 lines
693 B
Python
27 lines
693 B
Python
# Copyright 2024 Akretion (https://www.akretion.com).
|
|
# @author Sébastien BEAU <sebastien.beau@akretion.com>
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Product Editable Sequence",
|
|
"summary": "Make s=the sequence mass editable with a default value of 100",
|
|
"version": "14.0.1.0.0",
|
|
"development_status": "Alpha",
|
|
"category": "Uncategorized",
|
|
"website": "www.akretion.com",
|
|
"author": " Akretion",
|
|
"license": "AGPL-3",
|
|
"external_dependencies": {
|
|
"python": [],
|
|
"bin": [],
|
|
},
|
|
"depends": [
|
|
"product",
|
|
],
|
|
"data": [
|
|
"views/product_template_views.xml",
|
|
],
|
|
"demo": [
|
|
],
|
|
}
|