24.03.26
This commit is contained in:
@@ -179,6 +179,8 @@ class Location(DeactivableMixin, tree(), ModelSQL, ModelView):
|
|||||||
"Cost Value", digits=price_digits,
|
"Cost Value", digits=price_digits,
|
||||||
help="The value of the stock in the location."),
|
help="The value of the stock in the location."),
|
||||||
'get_cost_value')
|
'get_cost_value')
|
||||||
|
|
||||||
|
country = fields.Many2One('country.country','Country')
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def __setup__(cls):
|
def __setup__(cls):
|
||||||
|
|||||||
@@ -10,6 +10,8 @@ this repository contains the full copyright notices and license terms. -->
|
|||||||
<field name="type"/>
|
<field name="type"/>
|
||||||
<label name="active"/>
|
<label name="active"/>
|
||||||
<field name="active"/>
|
<field name="active"/>
|
||||||
|
<label name="country"/>
|
||||||
|
<field name="country"/>
|
||||||
<label name="lat"/>
|
<label name="lat"/>
|
||||||
<field name="lat"/>
|
<field name="lat"/>
|
||||||
<label name="lon"/>
|
<label name="lon"/>
|
||||||
|
|||||||
Reference in New Issue
Block a user