mirror of
https://gitlab.com/flectra-community/partner-contact.git
synced 2024-11-15 02:32:04 +00:00
7 lines
178 B
Python
7 lines
178 B
Python
|
# Copyright 2017 LasLabs Inc.
|
||
|
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
|
||
|
|
||
|
|
||
|
def post_init_hook(env):
|
||
|
env["res.partner"]._install_partner_firstname()
|