diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2024-05-29 15:20:48 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2024-05-29 15:20:48 +0700 |
| commit | 4414569b59fc91b7f4286748852b77e986697326 (patch) | |
| tree | 1ab0b99bdc0d1e53f434f43d9999f3256d2f2421 /fixco_custom/__manifest__.py | |
| parent | f6bb7e8c0236c4a3b3c89101d13ca593d7170283 (diff) | |
add field shipping method
Diffstat (limited to 'fixco_custom/__manifest__.py')
| -rw-r--r-- | fixco_custom/__manifest__.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fixco_custom/__manifest__.py b/fixco_custom/__manifest__.py index b775bb1..a62957f 100644 --- a/fixco_custom/__manifest__.py +++ b/fixco_custom/__manifest__.py @@ -8,9 +8,11 @@ 'author': 'Stephan Christianus', 'website': '', 'images': ['assets/favicon.ico'], + 'depends': ['base','sale'], 'data': [ 'security/ir.model.access.csv', - 'views/res_partner.xml' + 'views/res_partner.xml', + 'views/sale_order.xml' ], 'demo': [], 'css': [], |
