Add initial support for WooCommerce integration
This commit is contained in:
parent
05ac07d2e6
commit
25bf17715c
9 changed files with 70 additions and 3 deletions
|
@ -122,6 +122,12 @@ def simple_menus(request):
|
|||
'url': url('shopfoo.product_exports'),
|
||||
'perm': 'shopfoo.product_exports.list',
|
||||
},
|
||||
{'type': 'sep'},
|
||||
{
|
||||
'title': "WooCommerce Products",
|
||||
'url': url('woocommerce.products'),
|
||||
'perm': 'woocommerce.products.list',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue