Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

How to delete a model having module datas on odoo CE 11

Naroči se

Get notified when there's activity on this post

This question has been flagged
odooodoo11odoov11
1 Odgovori
8586 Prikazi
Avatar
mandengue

hello ,

I will start by thanking anyone who has picked my question . so , here is my issue . I created a module on odoo CE 11. and in my model i used  the field 'Active'. when I installed that module and loaded it on local , i noticed something:

"i couldn't save a new object without checking the 'Active' field.I guess this is because the default value of that field (the "active" field) is true.The most strange for me, i did not  assign the instruction "default=True" to that field in my model.

Seeing that i was  able to save my new object only if the field active is checked , I modified my model again : I  changed his name , and removed the field 'active'. I removed my module and installed it again. Now my module works perfectly. I can create and save object now using my form. My object is visible on the tree view. so here are my questions:

1.Can somebody please understand why i had to check the field 'active' for the object to be saved by my form view in my tree view ? ( based on the fact that i did not made that field required or did not set the instruction "default=True" on that field ? )

2. now i have a my old model that i want to delete but when i am trying to delete it i have the message :" Model 'filter on warehouses' contains module data and cannot be removed". Please can somebody help me , how can i have access to these datas ? so that i can first delete them

once again thank you for your help and your understanding

0
Avatar
Opusti
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,

For every model in the odoo, there are some fields which are coming by default, the field named active is one of them, 

Other fields are, id, create_uid, write_date etc.


The field named active is used to check whether the record is active or not. By default, if you untick the active field of a record it will not display in the user interface.


Am not aware of what purpose you have added the field named 'active' in your model, either you can change the name of your field, or go with the default functionality.


For the next point in your question have a look at this answer: https://www.odoo.com/forum/help-1/question/solved-error-model-training-custom-contains-module-data-and-cannot-be-removed-85604


Thanks


1
Avatar
Opusti
mandengue
Avtor

hi thank you for your answer sorry i took long to reply.All you said is true the active field is one of the reserved field. And for my issue with my model , i have installed pgAdmin III and created a connexion to my odoo database based on the my user and password specified on my odoo.conf file.Then i had access to all my models and their attached datas.So, it became easier for me to write queries in order to remove the model and their datas.Once again thank you very for your help.

Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
AttributeError: 'NoneType' object has no attribute '_fields'
odoo odoo11 odoo-11 odoov11
Avatar
0
feb. 18
6341
Hide menu for all except specific group Solved
odoo odoo11
Avatar
Avatar
1
nov. 22
4264
Live tracking in odoo. Solved
odoo odoo11
Avatar
Avatar
2
avg. 22
8705
How to add URL of current record into an email template odoo Solved
odoo odoo11
Avatar
Avatar
1
jan. 25
10569
how to send email using method
odoo odoo11
Avatar
Avatar
1
sep. 21
7665
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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