diff --git a/sf_bf_connect/models/sf_process_order_line.py b/sf_bf_connect/models/sf_process_order_line.py deleted file mode 100644 index 3ffd7bcf..00000000 --- a/sf_bf_connect/models/sf_process_order_line.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- -# Part of Odoo. See LICENSE file for full copyright and licensing details. - -from datetime import timedelta - -from odoo import api, fields, models, _ -from odoo.exceptions import UserError -from odoo.tools.misc import get_lang -from odoo.osv import expression -from odoo.tools import float_is_zero, float_compare, float_round - - -class OrderLine(models.Model): - _name = 'sf.order.line' - _description = '订单行' - - order_id = fields.Many2one('sf.order') - name = fields.Text(string='说明', required=True) - product_uom_qty = fields.Float('单价') - diff --git a/sf_bf_connect/views/bf_process_order_view.xml b/sf_bf_connect/views/bf_process_order_view.xml deleted file mode 100644 index 9ea0c097..00000000 --- a/sf_bf_connect/views/bf_process_order_view.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - 业务平台订单 - sale.order - tree,form,pivot,graph - [] - {} - -

- [业务平台订单] 还没有哦!点左上角的[创建]按钮,沙发归你了! -

-

-

-
-
- - - - - - - - - - - - - - - -
-
\ No newline at end of file