[TYPO]Hy Odoo : replace old instance? by macro

This commit is contained in:
Fabien BOURGEOIS 2022-11-01 19:00:04 +01:00
parent f7d5ba3465
commit 5542001dc6
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@
" Odoo macros and helpers "
(require hy-odoo.mgeneral [instance?])
(import os [path]
hy-odoo.xml [xmlroot xmln])

View File

@ -18,7 +18,7 @@ class install(install):
setup(
name="hy_odoo",
version="0.8.1pre",
version="0.8.2pre",
packages=find_packages(),
package_data={
'hy_odoo': ['*.hy'],