diff --git a/modules/stock/location.py b/modules/stock/location.py index dce94e6..730611b 100755 --- a/modules/stock/location.py +++ b/modules/stock/location.py @@ -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): diff --git a/modules/stock/view/location_form.xml b/modules/stock/view/location_form.xml index bd1d87f..ba6007b 100755 --- a/modules/stock/view/location_form.xml +++ b/modules/stock/view/location_form.xml @@ -10,6 +10,8 @@ this repository contains the full copyright notices and license terms. -->