mirror of
https://github.com/bringout/oca-technical.git
synced 2026-04-18 10:32:00 +02:00
16 lines
512 B
Python
16 lines
512 B
Python
# Copyright (C) 2017 Creu Blanca
|
|
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl.html).
|
|
|
|
{
|
|
"name": "Check Digit on Sequences",
|
|
"version": "16.0.1.0.1",
|
|
"category": "Reporting",
|
|
"website": "https://github.com/OCA/server-ux",
|
|
"author": "Creu Blanca, Odoo Community Association (OCA)",
|
|
"license": "LGPL-3",
|
|
"installable": True,
|
|
"application": False,
|
|
"summary": "Adds a check digit on sequences",
|
|
"depends": ["base"],
|
|
"data": ["views/sequence_views.xml"],
|
|
}
|