Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

Newly created models are not displayed anymore through views

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
viewsmodelsodoo12
2 Respuestas
7484 Vistas
Avatar
leconte.clement@orange.fr


Odoo 12.0

My app was working fine until this morning, from when I cannot display new models through views. I did create a model with name mixed of "." and "_", i.e, "ex_employees.ex_employees" that i removed since then, and I wonder if it is forbidden to do so and if it didn't break something in the database.

I created a new model with "_inherit" from another model and giving it a new "_name", and as I was not able to display it, I created another model without inheritance just to see if it was working but it did not work either.

No error is triggered, update of the app works but doesn't display the new models. I did look deep into the database, to see if there was a naming problem but I see that records of views and actions are deleted as we remove them. Models and records of models inside ir.model are not deleted when the model is deleted in our code. So I deleted the old models that could cause problems such as "ex_employees.ex_employees". I don't know what's wrong.

Thanks for your help.

Python code:

class ex_employees(models.Model): 
_name = 'exemployees.exemployees' 
_inherit = 'adults.adults'
_description = 'Employés partis'
def move_to_ex_employees(self): 
    pass

class tadam(models.Model):

_name = 'tadam.tadam'
_description = 'tadam'

name = fields.Char()


Xml action menu and views:

<record id="ex_employees" model="ir.actions.act_window">
<field name="name">Xx</field>
<field name="type">ir.actions.act_window</field>
<field name="res_model">exemployees.exemployees</field>
<field name="view_mode">tree,form</field>

</record>
<menuitem name="Xxxx" id="menu_16" parent="diderot_root" action="ex_employees" groups="group_administrators" sequence="1"/>

<record id="ex_employees_form_view1" model="ir.ui.view">
<field name="name">exemployees.form</field>
<field name="model">exemployees.exemployees</field>
<field name="arch" type="xml">
<form string="Anciens employés">
<header>
</header>
<sheet>
<group>
<group string="Informations personnelles">

<field name="nom" style="text-transform: uppercase;"/>
<field name="prenom" style="text-transform: capitalize;"/>
<field name="dte_naiss" />
<field name="adresse" widget="adresse" class="o_address_format" placeholder="Adresse..."/>
<field name="email" widget="email" placeholder="votremail@gmail.com"/>
<field name="tel" widget="Phone" placeholder="+212"/>
<field name="cin" style="text-transform: uppercase" colspan="4"/>
<field name="num_cnss" style="text-transform: uppercase;"/>
<field name="statut_marital" widget='radio' style="width:50%%" options="{'horizontal':true}"/>
<field name="nbr_enfants"/>
<field name="civilite"/>
</group>

<group>
<separator string="Informations professionnelles"/>
<field name="company_id" invisible="1"/>
<field name="currency_id" invisible="1"/>
<field name="salaire_init" />
<field name="salaire_actu" />
<field name="catégorie" />
<field name="fonction" />
<field name="classe" widget="selection" />
<field name="dte_embauche"/>
<field name="dte_sortie"/>
</group>
</group>
</sheet>
</form>
</field>
</record>

<record id="ex_employees_tree_view1" model="ir.ui.view">
<field name="name">exemployees.tree</field>
<field name="model">exemployees.exemployees</field>
<field name="arch" type="xml">
<tree string="Anciens employés">

<field name="nom" />
<field name="prenom" />
<field name="dte_naiss" />
<field name="cin"/>
<field name="tel" />
<field name="email" />
<field name="adresse"/>
<field name="num_cnss"/>
<field name="catégorie"/>
<field name="fonction"/>
<field name="dte_embauche"/>

</tree>
</field>
</record>


0
Avatar
Descartar
leconte.clement@orange.fr
Autor

Solved. Stupid mistake, too much thinking results in such things.


Thanks

Avatar
Odoo Mates
Mejor respuesta

Hi,

Make sure that the access rights are given for the newly created models. If the access rights is not set, the views and menu wont become visible. Also you can check the same by switching into the Super User Mode.

1. Super User Mode

2. Create Module in Odoo12

Thanks

0
Avatar
Descartar
Avatar
lliege
Mejor respuesta

@Clément você ainda está no Brasil??? nos contate lliege@lliege.com.br

0
Avatar
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
How to put relational table name in .py files?
models odoo12
Avatar
Avatar
2
jul 20
3278
Viewing Field from another Model
views models
Avatar
Avatar
1
feb 18
4018
Why not all model fields shown in defalt view?
views models
Avatar
Avatar
1
feb 16
4255
Adjust View Order by Field
views models
Avatar
1
mar 15
4793
Add listings to the leaves calendar from other Model | Odoo12 Resuelto
views calendar models expand odoo12
Avatar
Avatar
1
jul 19
4198
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now