Files
tryton-db-migration/reports/country.md
T

2.5 KiB

country

Klasse Country

5.0

file: /home/uha4/tmp/tryton/modules/country/country.py : 29

  • after_super drop_constraint
    • object: table
    • args: 'name_uniq'
  • after_super drop_constraint
    • object: table
    • args: 'code_uniq'
  • after_super not_null_action
    • object: table
    • args: 'code', 'remove'

5.2

5.4

file: /home/uha4/tmp/tryton/modules/country/country.py : 32

  • after_super execute
    • object: cursor
    • args: *data.delete(where=(data.module == 'country') & (data.model == cls.__name__))
  • after_super delete
    • object: data
    • kwargs:
      • where: (data.module == 'country') & (data.model == cls.__name__)

5.6

5.8

6.0

6.2

6.4

6.6

6.8

7.0

file: /home/uha4/tmp/tryton/modules/country/country.py : 178

  • after_super execute
    • object: cursor
    • args: *data.delete(where=(data.module == 'country') & (data.model == cls.__name__))
  • after_super delete
    • object: data
    • kwargs:
      • where: (data.module == 'country') & (data.model == cls.__name__)

7.2

7.4

Klasse PostalCode

6.0

file: /home/uha4/tmp/tryton/modules/country/country.py : 287

  • before_super column_rename
    • object: table_h
    • args: 'zip', 'postal_code'

6.2

6.4

6.6

6.8

7.0

7.2

7.4

Klasse Subdivision

5.4

file: /home/uha4/tmp/tryton/modules/country/country.py : 216

  • after_super execute
    • object: cursor
    • args: *data.delete(where=(data.module == 'country') & (data.model == cls.__name__))
  • after_super delete
    • object: data
    • kwargs:
      • where: (data.module == 'country') & (data.model == cls.__name__)

5.6

5.8

6.0

6.2

6.4

file: /home/uha4/tmp/tryton/modules/country/country.py : 256

  • after_super not_null_action
    • object: table_h
    • args: 'type'
    • kwargs:
      • action: 'remove'

6.6

file: /home/uha4/tmp/tryton/modules/country/country.py : 433

  • after_super not_null_action
    • object: table_h
    • args: 'code'
    • kwargs:
      • action: 'remove'

6.8

7.0

7.2

7.4

7.6

file: /home/uha4/tmp/tryton/modules/country/country.py : 401

  • after_super not_null_action
    • object: table_h
    • args: 'type'
    • kwargs:
      • action: 'remove'
  • after_super not_null_action
    • object: table_h
    • args: 'code'
    • kwargs:
      • action: 'remove'

7.8

8.0