mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
[DEL] product_obj isn't used
This commit is contained in:
@@ -251,7 +251,6 @@ class wizard_update_charts_accounts(orm.TransientModel):
|
||||
if context is None:
|
||||
context = {}
|
||||
property_obj = self.pool.get('ir.property')
|
||||
account_obj = self.pool.get('account.account')
|
||||
if not company_id:
|
||||
user = self.pool.get('res.users').browse(cr, uid, uid, context)
|
||||
company_id = user.company_id.id
|
||||
|
||||
Reference in New Issue
Block a user