Merge branch 'develop' of https://e.coding.net/jikimo-hn/jikimo_sfs/jikimo_sf into feature/自动报价代码还原
This commit is contained in:
@@ -9,7 +9,6 @@ from odoo.exceptions import UserError, ValidationError
|
|||||||
# sf排程
|
# sf排程
|
||||||
class sf_production_plan(models.Model):
|
class sf_production_plan(models.Model):
|
||||||
_name = 'sf.production.plan'
|
_name = 'sf.production.plan'
|
||||||
# _inherit = 'mrp.production'
|
|
||||||
_description = 'sf_production_plan'
|
_description = 'sf_production_plan'
|
||||||
_order = 'create_date desc'
|
_order = 'create_date desc'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user