跳至內容
選單
此問題已被標幟
2 回覆
7308 瀏覽次數

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

頭像
捨棄
最佳答案

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.

頭像
捨棄
作者 最佳答案

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

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
8月 25
3749
1
10月 24
4557
2
7月 24
2299
0
5月 23
2520
9
12月 23
33571