This commit is contained in:
2026-01-07 17:59:01 +01:00
parent 550ad57354
commit ccbf545fe2
2 changed files with 4 additions and 0 deletions

View File

@@ -47,6 +47,8 @@ class Company(ModelSQL, ModelView):
help="Used to compute the today date.")
employees = fields.One2Many('company.employee', 'company', 'Employees',
help="Add employees to the company.")
logo = fields.Binary("Logo")
@property
def header_used(self):

View File

@@ -17,6 +17,8 @@ this repository contains the full copyright notices and license terms. -->
<field name="header"/>
<separator name="footer"/>
<field name="footer"/>
<separator name="logo"/>
<field name="logo"/>
</page>
</notebook>
</form>