mirror of
https://github.com/OCA/pms.git
synced 2025-01-29 00:17:45 +02:00
* [ADD] Add modulo pms-l10n-es and tests * [ADD] Add res_parter and checkin_partner models * [WIP] Base location pms taxonomy * [WIP] pms-l10n-es: View improvement Co-authored-by: Darío Lodeiros <dario@commitsun.com>
27 lines
809 B
Python
27 lines
809 B
Python
# Copyright 2013 Nicolas Bessi (Camptocamp SA)
|
|
# Copyright 2014 Agile Business Group (<http://www.agilebg.com>)
|
|
# Copyright 2015 Grupo ESOC (<http://www.grupoesoc.es>)
|
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
|
|
|
{
|
|
"name": "Adaptation to spanish law",
|
|
"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,
|
|
}
|