serviciosbaeza / serviciosbaeza-odoo-addons

Odoo addons from Serv. Tecn. Avanzados - Pedro M. Baeza
20 stars 41 forks source link

No matching record found for external id 'model_account_periodical_invoicing_agreement' in field 'Object'" #23

Closed AizenL closed 8 years ago

AizenL commented 8 years ago

Odoo V8

Error while importing module 'account_periodical_invoicing': u"Module loading account_periodical_invoicing failed: file /tmp/tmpoQ2dq2/account_periodical_invoicing/security/ir.model.access.csv could not be processed:\n Line 1 : No matching record found for external id 'model_account_periodical_invoicing_agreement' in field 'Object'"

pedrobaeza commented 8 years ago

Version?

AizenL commented 8 years ago

Hi, I have tested in two versions:

Version 8.0-a2115ef (My Server) and Version 8.0 (Runbot) http://125461-8-0-bd4e6f.runbot.odoo.com/web/login

pedrobaeza commented 8 years ago

I think you're importing the module with the wizard, and that's not valid because that's only for data modules. Use apps.

AizenL commented 8 years ago

HI, I only did that on the Runbot but on my server I use the traditional way via FTP, and using SSH PUTTY to move the .zip to addons folder and etc.

pedrobaeza commented 8 years ago

ZIP file? Maybe that's the problem. You have to put the module uncompressed (in a folder), and then click in the menu "Update module list".

AizenL commented 8 years ago

Hi obviously I unziped te file, thats why im getting the error. I think its related to model.access.csv

pedrobaeza commented 8 years ago

Then the problem should be the permissions. Module is correctly working and your problem is unrelated to the module itself, so I close the issue.