增加扩展

This commit is contained in:
胡尧
2024-09-20 10:41:41 +08:00
parent 0aefe9e656
commit c92d4f7868
2 changed files with 2 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ from odoo import models, fields, api
class SaleOrder(models.Model):
_name = "sale.order"
_description = "销售订单"
_inherit = ["sale.order", "jikimo.message.dispatch"]
def create(self, vals_list):

View File

@@ -1,2 +1,3 @@
pystrich
cpca
pycryptodome