Odoo integration of Deutsche Post Internetmarke Online Franking
Go to file
Harald Welte 2f31909b6b fix build_im_addr() for the case when both company + person name are given
When a company name and person name are given, we need to first generate
a PersonName object using inema build_pers_name() method, and then pass
that as 'person' kwarg into the build_comp_addr() method.  We cannot
simply pass alon the string name as the code did so far.

This requires python-inema 0.2 or later, but it seems like a version
dependency on an external python module cannot be expressed in
__openerp__.py
2016-12-13 14:20:23 +01:00
data Properly initialize boolean 'international' field 2016-07-30 19:44:43 +02:00
models fix build_im_addr() for the case when both company + person name are given 2016-12-13 14:20:23 +01:00
security initial import of Odoo Internetmarke Code 2016-07-14 01:27:25 +02:00
views Introduce classes and automatic weight/destination based pricing 2016-07-15 23:48:08 +02:00
__init__.py initial import of Odoo Internetmarke Code 2016-07-14 01:27:25 +02:00
__openerp__.py fix syntax error in __openerp__.py 2016-07-14 10:25:23 +02:00