forked from OCA/partner-contact
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
27 lines (27 loc) · 911 Bytes
/
__manifest__.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- 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
# 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": "10.0.1.0.0",
"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",
}