Accept Merge Request #2211: (feature/处理sf.t更新报错 -> develop)

Merge Request: 处理sf.t更新报错

Created By: @禹翔辉
Reviewed By: @胡尧
Approved By: @胡尧 
Accepted By: @禹翔辉
URL: https://jikimo-hn.coding.net/p/jikimo_sfs/d/jikimo_sf/git/merge/2211
This commit is contained in:
禹翔辉
2025-06-18 16:12:12 +08:00
committed by Coding
2 changed files with 1 additions and 1 deletions

View File

@@ -127,7 +127,6 @@
<xpath expr="//field[@name='order_line']/tree/field[@name='name']" position="replace">
<field name="name" widget="section_and_note_text" optional="show"
string="参数说明(长/宽/高/体积/精度/材质)"/>
<field name="customer_delivery_date" readonly="1"/>
<field name="manual_quotation" readonly="1"/>
<field name="is_incoming_material" readonly="1"/>
</xpath>

View File

@@ -13,6 +13,7 @@ from odoo import api, fields, models, _
from odoo.osv import expression
from odoo.exceptions import UserError, ValidationError
_logger = logging.getLogger(__name__)
class SfLocation(models.Model):
_inherit = 'stock.location'