server-ux/sequence_range_end/__manifest__.py
2021-11-28 03:13:50 +00:00

15 lines
532 B
Python

# Copyright 2021 Ecosoft Co., Ltd. (http://ecosoft.co.th)
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
"name": "Sequence Range End",
"summary": "Sequence prefix/suffix option, 'range_end_', to use the beginning of the range",
"version": "2.0.1.0.0",
"category": "Usability",
"website": "https://gitlab.com/flectra-community/server-ux",
"author": "Ecosoft, Odoo Community Association (OCA)",
"license": "AGPL-3",
"data": ["views/sequence_views.xml"],
"installable": True,
}