Browse Source

[FIX] remove domain on active field

pull/858/head
Cédric Pigeon 7 years ago
parent
commit
1ccda7b279
  1. 2
      base_technical_user/models/res_company.py

2
base_technical_user/models/res_company.py

@ -11,4 +11,4 @@ class ResCompany(models.Model):
comodel_name="res.users",
string="Technical User",
help="This user can be used by process for technical purpose",
domain="[('company_id', '=', id), ('active', '=', False)]")
domain="[('company_id', '=', id)]")
Loading…
Cancel
Save