acysos / odoo-addons

Addons modules for Odoo
GNU Affero General Public License v3.0
33 stars 68 forks source link

Odoo 10 - Customer record opening error related to document #7

Closed Arsalan88 closed 6 years ago

Arsalan88 commented 6 years ago

KeyError: 'document.directory'

acysos commented 6 years ago

Hello,

What module show this error?

Greetings

Arsalan88 commented 6 years ago

Hi,

This object is being called in 2 files.

  1. real_estate_base/models/partner.py line 92 dir_obj = self.env['document.directory']
  2. real_estate_base/models/rental_agreement.py line 92 dir_obj = self.env['document.directory']

There is no model with name docment.directory in odoo 10, so why it is being used? I had to comment that part in order to view customers or rental agreement screens.

Greetings

LakshminarayananOKN commented 6 years ago

hi @Arsalan88 @acysos
i also got this error while opening res.partner model form view .. reply me as soon as possible @ 2017-12-18 14-27-26

@Arsalan88 did you solved this issue # # @Arsalan88

acysos commented 6 years ago

Hello,

There a new version with this bug corrected and add some changes in zone.

Greetings