Odoo integration of Deutsche Post Internetmarke Online Franking
Go to file
Harald Welte f85e288cf8 strip internal spaces in HTS number
The WPINT API requires a 10-digit HTS number without any spaces,
while the source number may contain spaces.  Our use of 'strip()' is
insufficient as it only removes leading and trailing spaces, but not
spaces inside the number.  We need to do replace(' ', '') instead.

Related: SYS#5415
2021-04-18 10:47:41 +02:00
data Properly initialize boolean 'international' field 2016-07-30 19:44:43 +02:00
models strip internal spaces in HTS number 2021-04-18 10:47:41 +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