forked from OCA/l10n-spain
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
28 lines (27 loc) · 855 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
28
# -*- coding: utf-8 -*-
# Copyright 2011 NaN Projectes de Programari Lliure, S.L.
# Copyright 2014 Ángel Moya (Domatix)
# Copyright 2014 Roberto Lizana (Trey)
# Copyright 2013-2016 Pedro M. Baeza
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Secuencia para facturas separada de la secuencia de asientos",
"version": "10.0.1.0.0",
"author": "Spanish Localization Team, "
"NaN·Tic, "
"Trey, "
"Tecnativa, "
"Odoo Community Association (OCA)",
"website": "https://github.com/OCA/l10n-spain",
"category": "Accounting",
"license": "AGPL-3",
"depends": [
'l10n_es',
],
"data": [
'data/sequence_data.xml',
'views/account_journal_view.xml',
],
"post_init_hook": "post_init_hook",
'installable': True,
}