Friday, June 30, 2017
1 change · master
Features or functions removed from Odoo
The stock app’s description was consolidated so it is no longer maintained in multiple places. This reduces inconsistencies in app store information and makes future updates simpler.
Original PR description
Description of the issue/feature this PR addresses: The description is twice in the stock module, both in the `readme.md` and in `manifest.py` Current behavior before PR: The description is twice in the stock module, both in the `readme.md` and in `manifest.py` Desired behavior after PR is merged: The description is only in the `readme.md` (used on the app store) and no longer in the `manifest.py`, which both had slightly different info. This handles / fixes https://github.com/odoo/odoo/issues/3846 -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr