David Beal
3 years ago
10 changed files with 42 additions and 32 deletions
-
8animal_owner/README.rst
-
2animal_owner/__init__.py
-
5animal_owner/__manifest__.py
-
2animal_owner/models/__init__.py
-
2animal_owner/models/animal.py
-
3animal_owner/models/res_partner.py
-
26animal_owner/views/animal.xml
-
19animal_owner/views/res_partner.xml
-
1setup/animal_owner/odoo/addons/animal_owner
-
6setup/animal_owner/setup.py
@ -1,3 +1 @@ |
|||
# Copyright (C) 2020 Open Source Integrators |
|||
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). |
|||
from . import models |
@ -1,3 +1,3 @@ |
|||
# Copyright (C) 2020 Open Source Integrators |
|||
# 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 . import animal, res_partner |
@ -0,0 +1 @@ |
|||
../../../../animal_owner |
@ -0,0 +1,6 @@ |
|||
import setuptools |
|||
|
|||
setuptools.setup( |
|||
setup_requires=['setuptools-odoo'], |
|||
odoo_addon=True, |
|||
) |
Write
Preview
Loading…
Cancel
Save
Reference in new issue