Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/自动报价代码还原

This commit is contained in:
jinling.yang
2023-11-17 10:35:42 +08:00

View File

@@ -9,7 +9,6 @@ from odoo.exceptions import UserError, ValidationError
# sf排程
class sf_production_plan(models.Model):
_name = 'sf.production.plan'
# _inherit = 'mrp.production'
_description = 'sf_production_plan'
_order = 'create_date desc'