Contributors mailing list archives
contributors@odoo-community.org
Browse archives
Re: Migrating modules to 10 - (pooler.py missing)
by
Open Architects Consulting, Houssine BAKKALI
pooler.py has been removed with the rewritting to the new api. so normally you don't need it anymore.
as I can see it only needed for this line https://github.com/OCA/stock-logistics-workflow/blob/10.0/stock_batch_picking/report/print_batch.py#L16
you should "just" rewrite to the line to use the new api syntax and remove the import
2017-03-07 9:23 GMT+01:00 Edi Piqoni <piqoni@gmail.com>:
Hi there,First time poster & extremely new to the project, so if this is the wrong place to ask this please let me know.I'm trying to Migrate to 10 the "Stock Batch Picking" module: https://github.com/OCA/stock-logistics-workflow/ issues/265 I try to install the new module but it complains that it doesn't find pooler.py in (I see it has been removed from 10 branch).Any help/resource/module on how do I proceed with modules that used pooler before being migrated to 10 perhaps could be helpful.All the best,Edi______________________________
_________________
Mailing-List: https://odoo-community.org/groups/contributors-15
Post to: mailto:contributors@odoo-community.org
Unsubscribe: https://odoo-community.org/groups?unsubscribe
Reference
-
Migrating modules to 10 - (pooler.py missing)
bypiqoni-
Re: Migrating modules to 10 - (pooler.py missing)
byOpen Architects Consulting, Houssine BAKKALI -
Re: Migrating modules to 10 - (pooler.py missing)
byLeonardo Rochael Almeida -
Re: Migrating modules to 10 - (pooler.py missing)
byOpen Architects Consulting, Houssine BAKKALI
-