Daniel Dương

Results 5 issues of Daniel Dương

The Mapper class has an attribute [mappings](https://github.com/aparo/pyes/blob/master/pyes/mappings.py#L822) that is never modified. It is used for exemple [here](https://github.com/aparo/pyes/blob/master/pyes/managers.py#L457): ``` python return mapper.mappings[doc_type] ``` Resulting in a KeyError

Environment: Python 3 When fetching for a mapping I got this error: ``` python In [1]: import pyes In [2]: es = pyes.es.ES() In [3]: data = es.indices.get_mapping(doc_type='category', indices='catalog') ---------------------------------------------------------------------------...

On [How to setup Odoo inventory?](https://github.com/odoo/documentation-user/blob/11.0/inventory/overview/start/setup.rst), an *implementation guide* is mentioned, but after setting up the Inventory application with the free trial, I cannot find it. This is what my...

content issue