This commit is contained in:
gsinghpal
2026-02-25 09:40:41 -05:00
parent 0e1aebe60b
commit e71bc503f9
69 changed files with 7537 additions and 82 deletions

View 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.",
)