| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 15 |
| Technical Name |
nomina_es_base |
| License | OPL-1 |
| Website | https://arcocyl.es |
Nóminas España — Base
Odoo 17.0 Community Edition OPL-1 Módulo técnico
nomina_es).
hr antes de que se instale.
¿Para qué sirve?
En instancias Odoo 17 CE sin datos demo, el registro base.default_user
puede no existir. El módulo nativo hr lo referencia en su XML de
seguridad durante la instalación, lo que provoca el error:
Exception: Cannot update missing record 'base.default_user'
Este módulo añade un pre_init_hook que crea el registro
justo antes de que hr se instale. El hook es idempotente:
si el registro ya existe, no realiza ningún cambio.
Instalación
Instale Nóminas España (nomina_es) y este módulo
se instalará automáticamente. No necesita buscarlo ni instalarlo manualmente.
Para instalación manual desde ZIP, coloque ambas carpetas
(nomina_es_base y nomina_es) en el directorio
de addons e instale Nóminas España.
Soporte y contacto
Autor: Cristian Craciun — ARCOCYL
Web: arcocyl.es
Email: contacto@arcocyl.es
Nominas España — Base (Technical Module)
Odoo 17.0 Community Edition OPL-1 Technical module
nomina_es).
hr module before it installs.
Purpose
On clean Odoo 17 CE instances without demo data, the base.default_user
record may not exist. The native hr module references it in its
security XML during installation, causing the error:
Exception: Cannot update missing record 'base.default_user'
This module adds a pre_init_hook that creates the record before
hr is installed. The hook is idempotent: if the record already
exists, no changes are made.
Installation
Install Nominas España (nomina_es) and this module
will be installed automatically. No manual search or installation needed.
For manual ZIP deployment, place both folders (nomina_es_base and
nomina_es) in your addons directory and install
Nominas España.
Support & Contact
Author: Cristian Craciun — ARCOCYL
Website: arcocyl.es
Email: contacto@arcocyl.es
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Lines of code | 15 |
| Technical Name |
nomina_es_base |
| License | OPL-1 |
| Website | https://arcocyl.es |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module