Friday 18 September 2015

Ecommerce Grid is 4 columns by default in odoo. Where is this value set and how can we change it? | OpenERP

Those constants are meant to be overridden by a module

Simply import the main controller with:

from openerp.addons.website_sale.controllers import main

then change the values

main.PPR = your_nr

main.PPG = your_nr

Thanks

1 comment: