server-tools/sequence_python/__manifest__.py

14 lines
516 B
Python

# Copyright 2020 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Sequence from Python expression",
"summary": """Calculate a sequence number from a Python expression""",
"author": "Sunflower IT,Odoo Community Association (OCA)",
"website": "https://github.com/OCA/server-tools",
"version": "16.0.1.0.0",
"license": "AGPL-3",
"category": "Generic Modules",
"depends": ["base"],
"data": ["views/ir_sequence.xml"],
}