Merge branch 'feature/客供料入库单优化' into feature/客供料入库单优化_1

This commit is contained in:
yuxianghui
2024-11-07 10:43:58 +08:00
5 changed files with 44 additions and 29 deletions

View File

@@ -402,3 +402,11 @@ class MachiningAccuracy(models.Model):
name = fields.Char('一般公差', index=True)
standard_tolerance = fields.Char(string="标准公差")
sync_id = fields.Char('同步ID')
class ReSaleOrder(models.Model):
_inherit = 'sale.order'
person_of_delivery = fields.Char('收货人')
telephone_of_delivery = fields.Char('电话号码')
address_of_delivery = fields.Char('联系地址')