Skip to content
Snippets Groups Projects
Commit c7bb0786 authored by Yannick Tivisse's avatar Yannick Tivisse
Browse files

[IMP] base: Remove unused field res.company


closes odoo/odoo#44371

Signed-off-by: default avatarYannick Tivisse (yti) <yti@odoo.com>
parent b22ba61c
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,6 @@ class Company(models.Model):
logo_web = fields.Binary(compute='_compute_logo_web', store=True, attachment=False)
currency_id = fields.Many2one('res.currency', string='Currency', required=True, default=lambda self: self._get_user_currency())
user_ids = fields.Many2many('res.users', 'res_company_users_rel', 'cid', 'user_id', string='Accepted Users')
account_no = fields.Char(string='Account No.')
street = fields.Char(compute='_compute_address', inverse='_inverse_street')
street2 = fields.Char(compute='_compute_address', inverse='_inverse_street2')
zip = fields.Char(compute='_compute_address', inverse='_inverse_zip')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment