forked from lbelorgey/partner-contact
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__openerp__.py
More file actions
26 lines (25 loc) · 804 Bytes
/
Copy path__openerp__.py
File metadata and controls
26 lines (25 loc) · 804 Bytes
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
# -*- 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",
}