Untitled

 avatar
unknown
plain_text
9 months ago
1.1 kB
13
Indexable
# 1) Backup manifests
cp /opt/odoo/custom/addons/account-financial-reporting/account_financial_report/__manifest__.py /opt/odoo/custom/addons/account-financial-reporting/account_financial_report/__manifest__.py.bak
cp /opt/odoo/custom/addons/account-financial-tools/account_invoice_base/__manifest__.py /opt/odoo/custom/addons/account-financial-tools/account_invoice_base/__manifest__.py.bak

# 2) Bump version and force installable=True
# account_financial_report
sed -i 's/"version": *"[^"]*"/"version": "19.0.1.0.0"/' /opt/odoo/custom/addons/account-financial-reporting/account_financial_report/__manifest__.py
sed -i 's/"installable": *False/"installable": True/' /opt/odoo/custom/addons/account-financial-reporting/account_financial_report/__manifest__.py

# account_invoice_base
sed -i 's/"version": *"[^"]*"/"version": "19.0.1.0.0"/' /opt/odoo/custom/addons/account-financial-tools/account_invoice_base/__manifest__.py
sed -i 's/"installable": *False/"installable": True/' /opt/odoo/custom/addons/account-financial-tools/account_invoice_base/__manifest__.py
Editor is loading...
Leave a Comment