Browse Source

[FIX] - Fix gnu link

12.0
sbejaoui 5 years ago
parent
commit
63a147201e
  1. 2
      partner_industry_parent/__manifest__.py
  2. 2
      partner_industry_parent/models/res_partner_industry.py
  3. 2
      partner_industry_parent/views/res_partner_industry.xml

2
partner_industry_parent/__manifest__.py

@ -1,5 +1,5 @@
# Copyright 2019 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
{
'name': 'Partner Industry Parent',

2
partner_industry_parent/models/res_partner_industry.py

@ -1,5 +1,5 @@
# Copyright 2019 ACSONE SA/NV
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
from odoo import api, fields, models

2
partner_industry_parent/views/res_partner_industry.xml

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright 2019 ACSONE SA/NV
License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
-->
<odoo>
<!-- Inherit Form View to Modify it -->

Loading…
Cancel
Save