mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
25 lines
694 B
Python
25 lines
694 B
Python
# Copyright 2020 CommitSun (<http://www.commitsun.com>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "PMS Spanish Adaptation",
|
|
"version": "14.0.1.0.0",
|
|
"author": "CommitSun, " "Odoo Community Association (OCA)",
|
|
"license": "AGPL-3",
|
|
"application": True,
|
|
"category": "Localization",
|
|
"website": "https://github.com/OCA/pms",
|
|
"depends": [
|
|
"pms",
|
|
"partner_firstname",
|
|
"partner_second_lastname",
|
|
"partner_contact_gender",
|
|
"partner_contact_birthdate",
|
|
],
|
|
"data": [
|
|
"views/pms_checkin_partner_views.xml",
|
|
"views/res_partner_views.xml",
|
|
],
|
|
"installable": True,
|
|
}
|