mirror of
https://github.com/odoo/documentation.git
synced 2026-01-02 09:49:17 +07:00
[IMP] developer: remove utf-8 line from manifest
Since Python3, it's no longer required to add `# -*- coding: utf-8 -*-` at the beginning of the file. We didn't make a commit to remove all of them but we agreed it wasn't useful to put it anymore. Let's remove it from the tutorial to avoid some copy pasting from here
This commit is contained in:
@@ -105,8 +105,6 @@ Your manifest should look like this:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
{
|
||||
"name": "Real Estate",
|
||||
"depends": [
|
||||
|
||||
Reference in New Issue
Block a user