24.03.26
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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"/>
|
||||
|
||||
Reference in New Issue
Block a user