Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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č

import accounts: 'NoneType' object has no attribute 'group'

Naroči se

Get notified when there's activity on this post

This question has been flagged
importaccountnonetype
4 Odgovori
18366 Prikazi
Avatar
Chris

Hi all, I have a big problem, I hope some of you can help me. I'm trying to import this simple data to my accounts C:\fakepath\account.account.png

at the moment to validate OpenERP show me this message

'NoneType' object has no attribute 'group'

the logs show me this

2014-01-26 16:54:12,546 1816 ERROR inicial openerp.netsvc: 'NoneType' object has no attribute 'group' Traceback (most recent call last): File "C:\openerp70\Server\server.\openerp\netsvc.py", line 292, in dispatch_rpc File "C:\openerp70\Server\server.\openerp\service\web_services.py", line 626, in dispatch File "C:\openerp70\Server\server.\openerp\osv\osv.py", line 188, in execute_kw File "C:\openerp70\Server\server.\openerp\osv\osv.py", line 131, in wrapper File "C:\openerp70\Server\server.\openerp\osv\osv.py", line 197, in execute File "C:\openerp70\Server\server.\openerp\osv\osv.py", line 185, in execute_cr File "C:\openerp70\Server\server\openerp\addons\base_import\models.py", line 320, in do File "C:\openerp70\Server\server.\openerp\osv\orm.py", line 1374, in load File "C:\openerp70\Server\server.\openerp\osv\orm.py", line 5336, in convert_pgerror_23502 AttributeError: 'NoneType' object has no attribute 'group' 2014-01-26 16:54:12,651 1816 INFO inicial werkzeug: 127.0.0.1 - - [26/Jan/2014 16:54:12] "POST /web/dataset/call_kw HTTP/1.1" 200 -

I don't know what is the problem, I can create the account from the account form, but I cant import this from a csv file, what is the problem??

another thing I did was add all account columns to file account.account.csv and still not working :(

please help me.

0
Avatar
Opusti
Avatar
Chris
Avtor Best Answer

please!!! somebody can help me with this error??? I can create account one by one, but it is more easy to import from a csv file.

thank you in advance for your help.

0
Avatar
Opusti
Avatar
Mehdi
Best Answer

I do have the same problem.

 

I filled all the required fields : reconcile, code, name, parent_id/id, user_type/id, type, ID, Active, company_id/id, currency_mode.

And I always have the same error message : 'NoneType' object has no attribute 'group'.

 

If anyone has any suggestion plz share.

Thank U.

0
Avatar
Opusti
Avatar
Eva Pinter
Best Answer

To make sure your format is correct, create an export from within odoo selecting "import compatible" csv format with only one line. Then you can change the external ids to internal ids, then you can try to import the file. This will help you figure out what is missing.

Good luck

0
Avatar
Opusti
Avatar
Mind And Go
Best Answer

Hy,

You should have not fill one manadory field. Your logs are not so usefull, have a look above those line, you'll see messages that explain which are missing. Maybe, use the  --log-sql option in your command so that you'll see what's going on in the DB.

Another option could be that the import trying to change the code of an account that already have moves.

Did you try to split your file?

Anyway, better logs would explain you what's wrong

Hope it can help

0
Avatar
Opusti
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
Import Balances in Odoo.
import account
Avatar
Avatar
1
jun. 15
8776
Accounts and Reconciliation
import reconciliation account
Avatar
0
okt. 17
5345
Problems importing accounts
import accounts account
Avatar
0
dec. 16
3804
How Can I alter the next in Line Database ID(pkey) for Account.account object
import account pkey
Avatar
Avatar
1
mar. 15
6967
How to create a website account for each contact i add or import ?
import contacts account website_contact
Avatar
0
mar. 16
3863
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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