Ecocentral/Ecologistic#2 add fields for CCPAE certification. Add logo to documents header

This commit is contained in:
Luis 2025-01-21 17:28:21 +01:00
parent 53e1a9737f
commit d340344313
7 changed files with 76 additions and 0 deletions

View file

@ -0,0 +1,13 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
{
"name": "Partner CCPAE",
"summary": "Añade los datos del registro de operador CCPAE a los contactos. Añade logo en los albaranes",
"version": "16.0.1.0.0",
"author": "Criptomart",
"website": "https://criptomart.net",
"category": "Localization/Europe",
"license": "AGPL-3",
"depends": ["stock"],
"data": ["views/res_partner_view.xml", "report/report_deliveryslip.xml"],
"installable": True,
}