update sale commission

This commit is contained in:
ivan deng
2021-12-05 21:56:04 +08:00
parent f8154e81bf
commit e55abd28bb
44 changed files with 827 additions and 29 deletions

View File

@@ -0,0 +1,8 @@
# -*- coding: utf-8 -*-
from odoo import api, fields, models, tools, _
class Location(models.Model):
_name = "stock.location"
_inherit = ['stock.location', 'image.mixin']