Daily updates from Odoo
Navigate
Branch
Tuesday, September 10, 2019
3 changes
Resolved issues and error corrections
This fix makes the settings edition widget more flexible so enterprise-specific information can be added correctly. It addresses a gap from a prior settings refactor and helps ensure edition details display as intended.
Original PR description
The refactoring of the settings in a0c34138f88c4eb5d8a86340df55bbc091c5a252 did not properly take the enterprise edition into account. In particular, the new widget must be extended in order to provide additional information. This commit allows us to extend the widget. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
A typo was fixed in the project forecasting interface text. This improves clarity for users and helps keep the product wording professional and consistent.
Code cleanup and technical improvements
The module loading code was updated to use a supported Python library instead of an older deprecated one. This helps keep Odoo compatible with newer Python versions while preserving existing add-ons behavior.
Original PR description
[PEP 574] is going to depreciate the `imp` standard module in PY3.8, the `importlib` module a substitute module. [PEP 594]: https://www.python.org/dev/peps/pep-0594/#imp Was #35929