mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-15 02:32:04 +00:00
27 lines
948 B
Python
27 lines
948 B
Python
|
# Copyright 2004-2009 Tiny SPRL (<http://tiny.be>).
|
||
|
# Copyright 2013 initOS GmbH & Co. KG (<https://gitlab.com/flectra-community/partner-contact>).
|
||
|
# Copyright 2016 Tecnativa - Vicent Cubells
|
||
|
# Copyright 2016 Camptocamp - Akim Juillerat (<http://www.camptocamp.com>).
|
||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||
|
{
|
||
|
"author": "Tiny/initOS GmbH & Co. KG,"
|
||
|
"ACSONE SA/NV,"
|
||
|
"Tecnativa, "
|
||
|
"Odoo Community Association (OCA), "
|
||
|
"Camptocamp, ",
|
||
|
"name": "Add a sequence on customers' code",
|
||
|
"version": "2.0.1.0.0",
|
||
|
"category": "Generic Modules/Base",
|
||
|
"website": "https://gitlab.com/flectra-community/partner-contact",
|
||
|
"depends": [
|
||
|
'base',
|
||
|
],
|
||
|
"summary": "Sets customer's code from a sequence",
|
||
|
"data": [
|
||
|
'data/partner_sequence.xml',
|
||
|
'views/partner_view.xml',
|
||
|
],
|
||
|
"installable": True,
|
||
|
"license": "AGPL-3",
|
||
|
}
|