Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
7309 Vistas

Hi, I am carlo and I have just joined this forum. Hello to everyone !

After the first trembling steps, I stumbled on the Employee module, trying to remove pre-defined Department.

How can I cancel them? I am working on Odoo 9.0, community edition. Thanks!

carlo

Avatar
Descartar
Mejor respuesta

Hi Carlo,

If you don't want get department data at time of installation you can remove that part form demo date file.

For removing Department data either you have to comment or delete following part ( from file:- hr->hr_demo.xml )

 

      <record id="dep_management" model="hr.department">
          <field name="name">Management</field>
      </record>
      <record id="dep_rd" model="hr.department">
          <field name="name">Research &amp; Development</field>
      </record>
      <record id="dep_ps" model="hr.department"
          <field name="name">Professional Services</field>
      </record>

Hope this helps.

Avatar
Descartar
Autor Mejor respuesta

SOLVED. Thank you, Baiju, for your kind reply. I worked on your suggestion but I tried to solve the problem without editing internal file, in order to keep the web interface for new settings. I finally found a trick: on the "Employee" menu, I select the "Department" sub-menu from the left bar. As I get the table with several deparments, I click on the "More" selection menu in the department I want to cancel. From "setting" we have a new page where editing on the deparment is possible. Just select "discard" and, magically, you have the "action" button, where "delete" is eligible to remove the object. It seems to work.

Thanks again, Carlo

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
ago 25
3751
1
oct 24
4567
2
jul 24
2301
0
may 23
2520
9
dic 23
33572