23 lines
664 B
Python
23 lines
664 B
Python
# Copyright 2023 Moduon Team S.L.
|
|
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl-3.0)
|
|
|
|
{
|
|
"name": "Default Fields with Sequence",
|
|
"summary": "Use sequences for default values of fields when creating a new record",
|
|
"version": "16.0.1.0.2",
|
|
"development_status": "Alpha",
|
|
"category": "Tools",
|
|
"website": "https://github.com/OCA/server-tools",
|
|
"author": "Moduon, Odoo Community Association (OCA)",
|
|
"maintainers": ["Shide", "yajo", "rafaelbn"],
|
|
"license": "AGPL-3",
|
|
"application": False,
|
|
"installable": True,
|
|
"depends": [
|
|
"base",
|
|
],
|
|
"demo": [
|
|
"demo/ir_sequence_demo.xml",
|
|
],
|
|
}
|