feat: Se configura creación de ciudades y departamentos
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -8,4 +8,5 @@ class City(ModelSQL, ModelView):
|
||||
__name__ = 'sale.city'
|
||||
|
||||
name = fields.Char('City')
|
||||
code = fields.Char('Code')
|
||||
parent = fields.Many2One('sale.department', 'Departamento')
|
||||
|
||||
Reference in New Issue
Block a user