Add RGPD company field

This commit is contained in:
Raimon Esteve 2018-05-15 22:11:50 +02:00
parent e9fd51b2e3
commit 92572dcc4e
2 changed files with 4 additions and 0 deletions

View file

@ -22,3 +22,5 @@ class Company:
invoice_background = fields.Char('Invoice Background', translate=True)
show_uom = fields.Boolean('Show UoM', help='Show the UoM')
show_origins = fields.Boolean('Show Origins', help='Show the origins')
rgpd = fields.Char('RGPD', translate=True,
help='Reglamento General de Proteccion de Datos (RGPD)')

View file

@ -24,6 +24,8 @@ The COPYRIGHT file at the top level of this repository contains the full copyrig
<field name="show_uom"/>
<label name="show_origins"/>
<field name="show_origins"/>
<label name="rgpd"/>
<field name="rgpd"/>
</group>
</xpath>
</data>