İçereği Atla
Menü
Bu soru işaretlendi
2 Cevaplar
8485 Görünümler

Have the beginning of a new application in ~/src/users/szm_quality_mod

With ONLY the __manifest__.py in the root of the above directory. The problem is it doesn't show up in the apps list after the Update Apps List menu item is selected. (No filters are present). THere is more to this change, but I've stripped it down to the bare minimum. below is the manifest.

# -*- coding: utf-8 -*-

{

    'name': 'SZM Quality Module Enhancement',


    'summary': 'Enhancement to Quality Alert and Control Points',


    'description': """

        09-17-20 -  Jeff Mueller, Add attributes to QA Module to facilitate

                    tracking of Quality control reporting for GFSI requirements.

    """,


    'author': "Precision Solutions, Inc",

    'website': "http://www.precisonline.com",


    # Categories can be used to filter modules in modules listing

    # Check https://github.com/odoo/odoo/blob/13.0/odoo/addons/base/data/ir_module_category_data.xml

    # for the full list

    'category': 'Quality',

    'sequence': 50,

    'version': '0.1',

    'installable': True,

    'application': False,

    'auto_install': False,


    # any module necessary for this one to work correctly

    'depends': ['quality_control'],


    # always loaded

    'data': [

        # 'security/ir.model.access.csv',

        # 'views/views.xml',

        # 'views/templates.xml',

    ],

    # only loaded in demonstration mode

    'demo': [

        # 'demo/demo.xml',

    ]

}

Not looking at installing it yet, but this should at least show up in as an available extra. I've done this multiple times, but for some reason, I am fumbling on this.

Avatar
Vazgeç
Üretici En İyi Yanıt

In Odoo.sh the path for custom applications is ~src/user not addons. Funny thing is, on my latest commit (added "license": "AGPL-3") to my manifest, it now sees my custom module. Always seems to throw me a curveball.

Niyas, thank you for your quick response.


Avatar
Vazgeç
En İyi Yanıt

Hi,

Did you placed the application in the addons path itself ? Restarted the service after placing the module ? if not do both and try again once again.

Don't forget to click Update Apps List.


Thanks

Avatar
Vazgeç
İlgili Gönderiler Cevaplar Görünümler Aktivite
0
Oca 23
1612
1
May 20
4420
3
Oca 18
4359
1
Tem 25
1467
4
Nis 25
11761