Janusz Harkot

Results 16 issues of Janusz Harkot

maybe this simple workaround will be useful? ``` try: set except NameError: from sets import Set as set # Python 2.3 fallback ``` then use `set` instead `sets.Set` in line...

weight as integer is incorrect, everywhere weight is represented as float, but not here - this leads to calculation errors https://github.com/OCA/intrastat-extrastat/blob/356b34d589c335d4cf4ddeadb874be183f6c9849/intrastat_product/models/account_move.py#L204

https://github.com/OCA/e-commerce/blob/c34666ef470e9221cc1689177eae311dae6f086e/website_sale_hide_price/views/website_sale_template.xml#L37 generates exception: ``` odoo.exceptions.ValidationError: Error while parsing or validating view: Element '' cannot be located in parent view ```

**Describe the bug** working on 2 monotors, opening info window , popup window opens on the secondary monitor but it is only partially visible - aka landing in the middle...

bug
ui

on code: ``` item_domain = [('pricelist_id', 'in', self.settings_ids.pricelist_id.ids)] ... item_domain.extend(['|', ('create_date', '>', last_check), ('write_date', '>', last_check)]) ``` domain is marked as incorrect