changes
This commit is contained in:
10
fusion_rental/models/stock_warehouse.py
Normal file
10
fusion_rental/models/stock_warehouse.py
Normal file
@@ -0,0 +1,10 @@
|
||||
from odoo import fields, models
|
||||
|
||||
|
||||
class StockWarehouse(models.Model):
|
||||
_inherit = 'stock.warehouse'
|
||||
|
||||
google_review_url = fields.Char(
|
||||
string="Google Review URL",
|
||||
help="Paste the Google Review link for this location.",
|
||||
)
|
||||
Reference in New Issue
Block a user