xoe-labs / dodoo-initializer

GNU Lesser General Public License v3.0
1 stars 1 forks source link

[FIX] Increase field limits for csv files #3

Closed em230418 closed 5 years ago

em230418 commented 5 years ago

As comment shows: https://github.com/odoo/odoo/blob/68f14c68709bbb50cb7fb66d288955e1d769c5ff/openerp/cli/server.py#L146-L149

Without this patch, you won't be able to deploy demo data for module https://github.com/it-projects-llc/website-addons/tree/cb274ee5f1a843beaf026113b2577256b8c41562/website_multi_company_demo using command

docker-compose up dodoo -- init --new-database db --demo -m website_multi_company_demo

because while reading some demo/website.csv it will throw exception

Error: field larger than field limit (131072)

(assuming that we are using odooup, and added git@github.com:it-projects-llc/website-addons.git as additional repository)

blaggacao commented 5 years ago

Top, thanks a lot for spotting this!

blaggacao commented 5 years ago

I'll do a release later today!

blaggacao commented 5 years ago

It looks like deployment is going to take some time... :/ https://travis-ci.com/xoe-labs/dodoo-initializer/builds/118891224