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):

View File

@@ -10,6 +10,8 @@ this repository contains the full copyright notices and license terms. -->
<field name="type"/>
<label name="active"/>
<field name="active"/>
<label name="country"/>
<field name="country"/>
<label name="lat"/>
<field name="lat"/>
<label name="lon"/>