You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
804 B
26 lines
804 B
# -*- coding: utf-8 -*-
|
|
# Copyright 2004-2009 Tiny SPRL (<http://tiny.be>).
|
|
# Copyright 2013 initOS GmbH & Co. KG (<http://www.initos.com>).
|
|
# Copyright 2016 Tecnativa - Vicent Cubells
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Add a sequence on customers' code",
|
|
"version": "9.0.0.1.0",
|
|
"author": "Tiny/initOS GmbH & Co. KG,"
|
|
"ACSONE SA/NV,"
|
|
"Tecnativa, "
|
|
"Odoo Community Association (OCA)",
|
|
"category": "Generic Modules/Base",
|
|
"website": "http://www.initos.com",
|
|
"depends": [
|
|
'base',
|
|
],
|
|
"summary": "Sets customer's code from a sequence",
|
|
"data": [
|
|
'data/partner_sequence.xml',
|
|
'views/partner_view.xml',
|
|
],
|
|
"installable": True,
|
|
"license": "AGPL-3",
|
|
}
|