diff --git a/__init__.py b/__init__.py index 4c217bd..dc3de00 100644 --- a/__init__.py +++ b/__init__.py @@ -16,5 +16,6 @@ def register(): sale.AppSelfServiceSale, sale.AppSaleTurn, sale.AppOrderNotification, + sale.AppSaleAudit, dash.DashApp, module='dash_sale', type_='model') diff --git a/dash.py b/dash.py index fc68d36..0ab81ad 100644 --- a/dash.py +++ b/dash.py @@ -18,6 +18,7 @@ class DashApp(metaclass=PoolMeta): 'dash.app.sale_call_center', 'dash.app.sale_turn', 'dash.app.order_notification', + 'dash.app.sale_audit', ]) return origins @@ -33,5 +34,6 @@ class DashApp(metaclass=PoolMeta): ('sale_call_center', 'Sale Call Center'), ('sale_turn', 'Sale Turn'), ('order_notification', 'Order Notification'), + ('sale_audit', 'Sale Audit'), ]) return options diff --git a/sale.py b/sale.py index 60d3750..f6bff35 100644 --- a/sale.py +++ b/sale.py @@ -992,3 +992,8 @@ class AppSaleTurn(DashAppBase): class AppOrderNotification(DashAppBase): 'App Order Notification' __name__ = 'dash.app.order_notification' + + +class AppSaleAudit(DashAppBase): + 'App Sale Audit' + __name__ = 'dash.app.sale_audit' \ No newline at end of file diff --git a/sale.xml b/sale.xml index e75608f..20930df 100644 --- a/sale.xml +++ b/sale.xml @@ -138,5 +138,33 @@ this repository contains the full copyright notices and license terms. --> + + + dash.app.sale_audit + form + app_sale_audit_form + + + dash.app.sale_audit + tree + app_sale_audit_tree + + + App Sale Audit + dash.app.sale_audit + + + + + + + + + + + + + diff --git a/view/app_sale_audit_form.xml b/view/app_sale_audit_form.xml new file mode 100644 index 0000000..f05d733 --- /dev/null +++ b/view/app_sale_audit_form.xml @@ -0,0 +1,11 @@ + + +
+