mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update sale commission
This commit is contained in:
8
app_stock_location_zchart/models/stock_location.py
Normal file
8
app_stock_location_zchart/models/stock_location.py
Normal 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']
|
||||
Reference in New Issue
Block a user