LaOsaCoop/Odoo16#12 migration pos_balance_multishop + pos_balance_epelsa
This commit is contained in:
parent
46ad866011
commit
7b37ed92a1
20 changed files with 1328 additions and 2 deletions
23
pos_balance_epelsa/__manifest__.py
Normal file
23
pos_balance_epelsa/__manifest__.py
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Copyright 2014 Ignacio Ibeas <ignacio@acysos.com>
|
||||
# Copyright 2020 Santi Noreña <santi@criptomart.net>
|
||||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
||||
{
|
||||
"name": "Epelsa Balances",
|
||||
"version": "16.0.1.0.0",
|
||||
"category": "Specific Industries",
|
||||
"summary": "Communication with Epelsa Balances.",
|
||||
"description": """
|
||||
Communication with Epelsa Balances.
|
||||
Type Euroescale.
|
||||
Communication Socket TCP/IP.
|
||||
Protocol Ascii.
|
||||
""",
|
||||
"author": "Acysos S.L., Criptomart S.L.L.",
|
||||
"website": "http://www.acysos.com, https://criptomart.net",
|
||||
"license": "AGPL-3",
|
||||
"depends": ["base", "pos_balance_multishop"],
|
||||
"data": ["data/balance_data.xml"],
|
||||
"demo": [],
|
||||
"installable": True,
|
||||
"auto_install": False,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue