[IMP]pms: added url_advert field in res_company

This commit is contained in:
braisab
2022-03-09 20:28:54 +01:00
committed by Darío Lodeiros
parent 5788ee573a
commit e474b9b072
2 changed files with 5 additions and 0 deletions

View File

@@ -14,6 +14,8 @@ class ResCompany(models.Model):
inverse_name="company_id",
)
url_advert = fields.Char(string="Url Advert", help="Url to identify the ad")
privacy_policy = fields.Text(
string="Privacy Policy",
help="Authorization by the user for the" "manage of their personal data",