Odoo integration of Deutsche Post Internetmarke Online Franking
Go to file
Harald Welte 879ba64ed7 Raise exception if customs_code is not set
During WPINT label generation I'm trying to remove all spaces from the
customs code (HTS) by using the str.replace() method. However, if no
customs code is set at all, we run into an exception as the "False"
instance of the bool type doesn't have a replace() method.

Closes: SYS#5451
2021-06-01 23:25:52 +02:00
data Properly initialize boolean 'international' field 2016-07-30 19:44:43 +02:00
models Raise exception if customs_code is not set 2021-06-01 23:25:52 +02:00
security security: Read access to DP Service Class 2021-03-07 13:49:30 +01:00
views support Warenpost International API 2021-03-08 22:08:46 +01:00
__init__.py fix import statement for models directory 2017-01-10 15:27:56 +01:00
__openerp__.py mark as 0.2 for customs_description dependency 2021-03-18 10:33:48 +01:00