This commit is contained in:
2026-03-24 11:49:14 +01:00
parent a94906bb53
commit 51411faff2
2 changed files with 4 additions and 0 deletions

View File

@@ -179,6 +179,8 @@ class Location(DeactivableMixin, tree(), ModelSQL, ModelView):
"Cost Value", digits=price_digits,
help="The value of the stock in the location."),
'get_cost_value')
country = fields.Many2One('country.country','Country')
@classmethod
def __setup__(cls):