addons portados en el repo de ecocentral
This commit is contained in:
parent
f2194c5367
commit
65818b0155
72 changed files with 2474 additions and 3 deletions
22
l10n_es_partner_ccpae/__manifest__.py
Normal file
22
l10n_es_partner_ccpae/__manifest__.py
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# Copyright 2026 Ecocentral, Criptomart
|
||||
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
|
||||
{
|
||||
"name": "Partner CCPAE",
|
||||
"summary": "Añade los datos del registro de operador CCPAE a los contactos.",
|
||||
"version": "18.0.1.0.0",
|
||||
"development_status": "Beta",
|
||||
"author": "Criptomart",
|
||||
"website": "https://github.com/Ecocentral/ecocentral",
|
||||
"category": "Localization/Europe",
|
||||
"license": "AGPL-3",
|
||||
# `mail` es imprescindible: los dos campos son `tracking=True` y eso
|
||||
# necesita `mail.thread` sobre `res.partner`. No hay modelos nuevos, así
|
||||
# que tampoco hay `security/`.
|
||||
"depends": [
|
||||
"base",
|
||||
"mail",
|
||||
],
|
||||
"data": [
|
||||
"views/res_partner_views.xml",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue