mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
19 lines
493 B
Python
19 lines
493 B
Python
# Copyright 2009-2020 Noviat.
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
|
|
|
|
{
|
|
"name": "Payment Acquirer Multiproperty",
|
|
"author": "Commit [Sun], Odoo Community Association (OCA)",
|
|
"website": "https://github.com/OCA/pms",
|
|
"category": "Generic Modules/Property Management System",
|
|
"version": "14.0.1.0.2",
|
|
"license": "AGPL-3",
|
|
"depends": [
|
|
"pms",
|
|
],
|
|
"data": [
|
|
"views/payment_acquirer.xml",
|
|
],
|
|
"installable": True,
|
|
}
|