diff options
| author | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-22 11:11:34 +0700 |
|---|---|---|
| committer | Azka Nathan <darizkyfaz@gmail.com> | 2025-07-22 11:11:34 +0700 |
| commit | 737d6932676242ad4aae7f7c175ea98d5b00f437 (patch) | |
| tree | 0da618be66f96ccb053ddbe5a1161fc60cd7186d /fixco_custom/__manifest__.py | |
| parent | 10e171ea5389873fea3fb13c90242b322a37a990 (diff) | |
odoo fixco
Diffstat (limited to 'fixco_custom/__manifest__.py')
| -rwxr-xr-x | fixco_custom/__manifest__.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index 12e15ca..0bcdfaa 100755 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -5,10 +5,10 @@ 'sequence': 1, 'summary': 'Fixco Custom', 'description': '', - 'author': 'Stephan Christianus', + 'author': 'Stephan Christianus, Azka Nathan', 'website': '', 'images': ['assets/favicon.ico'], - 'depends': ['base', 'sale'], + 'depends': ['base', 'coupon', 'delivery', 'sale', 'sale_management'], 'data': [ 'security/ir.model.access.csv', 'views/res_partner.xml', @@ -37,6 +37,8 @@ 'views/automatic_purchase.xml', 'views/purchasing_job.xml', 'views/upload_bills.xml', + 'views/brands_views.xml', + 'views/product_public_category.xml', ], 'demo': [], 'css': [], |
