main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 51411faff2 - Show all commits

View File

@@ -180,6 +180,8 @@ class Location(DeactivableMixin, tree(), ModelSQL, ModelView):
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):
cls.code.search_unaccented = False cls.code.search_unaccented = False

View File

@@ -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"/>